.page-jili777-grabph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-jili777-grabph__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-jili777-grabph__container { padding: 10px; } } .page-jili777-grabph__hero-section { background: linear-gradient(135deg, #0056b3, #003d80); color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-top: 10px; } .page-jili777-grabph__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-jili777-grabph__hero-content { position: relative; z-index: 1; } .page-jili777-grabph__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-jili777-grabph__hero-title { font-size: 2em; } } .page-jili777-grabph__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } @media (max-width: 768px) { .page-jili777-grabph__hero-subtitle { font-size: 1em; } } .page-jili777-grabph__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-jili777-grabph__button { display: inline-block; padding: 15px 30px; background-color: #ffc107; color: #333; text-decoration: none; border-radius: 50px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-jili777-grabph__button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-jili777-grabph__button--primary { background-color: #28a745; color: #fff; } .page-jili777-grabph__button--primary:hover { background-color: #218838; } .page-jili777-grabph__section { background-color: #fff; padding: 40px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .page-jili777-grabph__section { padding: 20px; } } .page-jili777-grabph__section-title { font-size: 2em; color: #0056b3; margin-bottom: 25px; text-align: center; } @media (max-width: 768px) { .page-jili777-grabph__section-title { font-size: 1.6em; margin-bottom: 15px; } } .page-jili777-grabph__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 20px; } @media (max-width: 768px) { .page-jili777-grabph__grid { grid-template-columns: 1fr; gap: 15px; } } .page-jili777-grabph__card { background-color: #f0f8ff; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jili777-grabph__card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); } .page-jili777-grabph__card-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-jili777-grabph__card-image { height: 180px; } } .page-jili777-grabph__card-content { padding: 20px; } .page-jili777-grabph__card-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; } .page-jili777-grabph__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-jili777-grabph__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; } .page-jili777-grabph__payment-logo-item { display: flex; align-items: center; justify-content: center; padding: 10px 15px; background-color: #f0f0f0; border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .page-jili777-grabph__payment-logo { height: 40px; width: auto; max-width: 120px; object-fit: contain; } @media (max-width: 768px) { .page-jili777-grabph__payment-logo { height: 30px; max-width: 100px; } } .page-jili777-grabph__faq-section { text-align: left; } .page-jili777-grabph__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; } .page-jili777-grabph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; font-weight: bold; color: #0056b3; transition: background-color 0.3s ease; } .page-jili777-grabph__faq-question:hover { background-color: #f5f5f5; } .page-jili777-grabph__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } @media (max-width: 768px) { .page-jili777-grabph__faq-question h3 { font-size: 1em; } } .page-jili777-grabph__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-jili777-grabph__faq-item.active .page-jili777-grabph__faq-toggle { transform: rotate(45deg); } .page-jili777-grabph__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-jili777-grabph__faq-item.active .page-jili777-grabph__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-jili777-grabph__faq-answer { padding: 10px 15px !important; } } .page-jili777-grabph__floating-cta { position: sticky; bottom: 0; left: 0; right: 0; background-color: #0056b3; padding: 15px 20px; display: flex; justify-content: space-around; align-items: center; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); z-index: 1000; border-top-left-radius: 10px; border-top-right-radius: 10px; } @media (min-width: 769px) { .page-jili777-grabph__floating-cta { display: none; } } .page-jili777-grabph__floating-button { flex: 1; text-align: center; } .page-jili777-grabph__floating-button .page-jili777-grabph__button { width: 90%; padding: 12px 10px; font-size: 1em; margin: 0 auto; } img { max-width: 100% !important; height: auto; box-sizing: border-box !important; } @media (max-width: 768px) { img { max-width: 100% !important; height: auto !important; } .page-jili777-grabph__grid { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jili777-grabph__card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-jili777-grabph__promo-item { background-color: #e6f7ff; padding: 20px; border-radius: 8px; text-align: left; } .page-jili777-grabph__promo-title { font-size: 1.2em; color: #003d80; margin-bottom: 10px; } .page-jili777-grabph__promo-description { font-size: 0.9em; color: #444; margin-bottom: 15px; } .page-jili777-grabph__promo-image { width: 100%; height: 180px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; } @media (max-width: 768px) { .page-jili777-grabph__promo-image { height: 150px; } } .page-jili777-grabph__gamelogos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 15px; margin-top: 20px; justify-items: center; align-items: center; } .page-jili777-grabph__gamelogo-wrapper { display: flex; justify-content: center; align-items: center; background-color: #f0f8ff; border-radius: 8px; padding: 10px; box-shadow: 0 1px 5px rgba(0,0,0,0.05); } .page-jili777-grabph__gamelogo { width: 100%; height: auto; max-width: 100px; object-fit: contain; } @media (max-width: 768px) { .page-jili777-grabph__gamelogo { max-width: 80px; } }