.page--g { font-family: 'Arial', sans-serif; color: #333333; line-height: 1.6; background-color: #f8f9fa; }.page--g__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page--g__section-title { font-size: 2.5em; color: #2563eb; text-align: center; margin-bottom: 30px; font-weight: bold; line-height: 1.2; }.page--g__section-text { font-size: 1.1em; text-align: justify; margin-bottom: 20px; }.page--g__hero-section { padding-top: 10px; display: flex; flex-direction: column; align-items: center; text-align: center; background-color: #ffffff; }.page--g__hero-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; }.page--g__hero-image { width: 100%; height: auto; display: block; object-fit: cover; }.page--g__hero-content-wrapper { padding: 40px 20px; max-width: 900px; margin: 0 auto; }.page--g__hero-title { font-size: clamp(2em, 5vw, 3.5em); color: #2563eb; margin-bottom: 20px; font-weight: 900; line-height: 1.2; }.page--g__hero-description { font-size: 1.2em; color: #64748b; margin-bottom: 30px; }.page--g__hero-cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page--g__btn-primary, .page--g__btn-secondary { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; white-space: normal; word-wrap: break-word; box-sizing: border-box; max-width: 100%; }.page--g__btn-primary { background-color: #2563eb; color: #ffffff; border: 2px solid #2563eb; }.page--g__btn-primary:hover { background-color: #1a4ed8; border-color: #1a4ed8; transform: translateY(-2px); }.page--g__btn-secondary { background-color: #ffffff; color: #2563eb; border: 2px solid #2563eb; }.page--g__btn-secondary:hover { background-color: #f0f8ff; color: #1a4ed8; border-color: #1a4ed8; transform: translateY(-2px); }.page--g__btn-center { margin-left: auto; margin-right: auto; display: block; text-align: center; margin-top: 30px; }.page--g__introduction-section, .page--g__betting-types-section, .page--g__strategy-section, .page--g__conclusion-section { padding: 60px 0; background-color: #ffffff; }.page--g__dark-bg { background-color: #2563eb; color: #ffffff; }.page--g__dark-bg .page--g__section-title { color: #ffffff; }.page--g__dark-bg .page--g__section-text, .page--g__dark-bg .page--g__feature-item { color: #f0f0f0; }.page--g__dark-bg a { color: #ffffff; text-decoration: underline; }.page--g__dark-bg a:hover { color: #cccccc; }.page--g__light-bg { background-color: #f8f9fa; color: #333333; }.page--g__feature-list, .page--g__betting-type-list, .page--g__strategy-list, .page--g__guide-list { list-style: none; padding: 0; margin: 30px 0; }.page--g__feature-item, .page--g__betting-type-item, .page--g__strategy-item, .page--g__guide-item { background-color: rgba(255, 255, 255, 0.1); border-radius: 8px; padding: 20px; margin-bottom: 15px; font-size: 1.05em; line-height: 1.5; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }.page--g__dark-bg .page--g__feature-item { background-color: rgba(255, 255, 255, 0.15); }.page--g__introduction-section .page--g__section-image, .page--g__betting-types-section .page--g__section-image, .page--g__strategy-section .page--g__section-image { display: block; margin: 40px auto; max-width: 800px; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }.page--g__faq-section { padding: 60px 0; background-color: #2563eb; color: #ffffff; }.page--g__faq-section .page--g__section-title { color: #ffffff; }.page--g__faq-list { max-width: 800px; margin: 40px auto; }.page--g__faq-item { background-color: #ffffff; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page--g__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f0f0f0; color: #333333; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page--g__faq-question:hover { background-color: #e0e0e0; }.page--g__faq-qtext { pointer-events: none; }.page--g__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page--g__faq-item.active .page--g__faq-question { background-color: #e0e0e0; }.page--g__faq-item.active .page--g__faq-toggle { transform: rotate(45deg); }.page--g__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page--g__faq-item.active .page--g__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page--g__faq-answer p { margin-bottom: 0; color: #555555; }.page--g__faq-answer a { color: #2563eb; text-decoration: underline; }.page--g__faq-answer a:hover { color: #1a4ed8; }.page--g img { max-width: 100%; height: auto; display: block; }.page--g a { color: #2563eb; text-decoration: none; }.page--g a:hover { text-decoration: underline; color: #1a4ed8; }@media (max-width: 768px) { .page--g__container { padding: 15px; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; }.page--g__hero-section { padding-top: 10px !important; }.page--g__hero-title { font-size: 2em; }.page--g__hero-description { font-size: 1em; }.page--g__hero-cta-buttons { flex-direction: column; gap: 10px; padding: 0 15px; }.page--g__btn-primary, .page--g__btn-secondary { max-width: 100% !important; width: 100% !important; padding: 12px 20px; font-size: 1em; }.page--g__section-title { font-size: 1.8em; margin-bottom: 20px; }.page--g__section-text { font-size: 0.95em; }.page--g__introduction-section, .page--g__why-choose-us-section, .page--g__betting-types-section, .page--g__guide-section, .page--g__strategy-section, .page--g__faq-section, .page--g__conclusion-section { padding: 40px 0; }.page--g__feature-item, .page--g__betting-type-item, .page--g__strategy-item, .page--g__guide-item { padding: 15px; font-size: 0.95em; }.page--g__faq-question { padding: 15px 20px; font-size: 1em; }.page--g__faq-answer { padding: 0 20px; }.page--g__faq-item.active .page--g__faq-answer { padding: 15px 20px !important; }.page--g img { max-width: 100% !important; width: 100% !important; height: auto !important; }.page--g__introduction-section .page--g__section-image, .page--g__betting-types-section .page--g__section-image, .page--g__strategy-section .page--g__section-image { max-width: 100% !important; width: 100% !important; }.page--g__feature-list, .page--g__betting-type-list, .page--g__strategy-list, .page--g__guide-list { margin: 20px 0; }.page--g__feature-item, .page--g__betting-type-item, .page--g__strategy-item, .page--g__guide-item { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page--g__faq-list { margin: 20px auto; padding: 0 15px; }}.page--g__faq-qtext h3 { pointer-events: none; }