.page-cabal-ph-cannot-start-the-game { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-cabal-ph-cannot-start-the-game__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-cabal-ph-cannot-start-the-game__container { padding: 10px; } } .page-cabal-ph-cannot-start-the-game__hero-section { background: linear-gradient(135deg, #007bff, #00c6ff); color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; padding-top: 10px; } @media (max-width: 768px) { .page-cabal-ph-cannot-start-the-game__hero-section { padding: 80px 10px; } } .page-cabal-ph-cannot-start-the-game__hero-section h1 { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } @media (max-width: 768px) { .page-cabal-ph-cannot-start-the-game__hero-section h1 { font-size: 2em; } } .page-cabal-ph-cannot-start-the-game__hero-section p { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px; } @media (max-width: 768px) { .page-cabal-ph-cannot-start-the-game__hero-section p { font-size: 1em; } } .page-cabal-ph-cannot-start-the-game__hero-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-cabal-ph-cannot-start-the-game__hero-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-cabal-ph-cannot-start-the-game__image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; opacity: 0.3; } .page-cabal-ph-cannot-start-the-game__section { background-color: #fff; padding: 40px 20px; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); } @media (max-width: 768px) { .page-cabal-ph-cannot-start-the-game__section { padding: 20px 10px; } } .page-cabal-ph-cannot-start-the-game__section h2 { text-align: center; font-size: 2.2em; color: #007bff; margin-bottom: 30px; } @media (max-width: 768px) { .page-cabal-ph-cannot-start-the-game__section h2 { font-size: 1.8em; margin-bottom: 20px; } } .page-cabal-ph-cannot-start-the-game__section h3 { font-size: 1.6em; color: #007bff; margin-bottom: 15px; } .page-cabal-ph-cannot-start-the-game__section p { margin-bottom: 15px; } .page-cabal-ph-cannot-start-the-game__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-cabal-ph-cannot-start-the-game__button { display: inline-block; background-color: #28a745; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-cabal-ph-cannot-start-the-game__button:hover { background-color: #218838; } .page-cabal-ph-cannot-start-the-game__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-cabal-ph-cannot-start-the-game__grid-item { background-color: #f4f4f4; border-radius: 8px; overflow: hidden; text-align: center; padding-bottom: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .page-cabal-ph-cannot-start-the-game__grid-item img { max-width: 100%; height: auto; display: block; margin-bottom: 15px; border-bottom: 1px solid #eee; } .page-cabal-ph-cannot-start-the-game__grid-item h3 { font-size: 1.3em; margin: 10px 0; color: #007bff; } .page-cabal-ph-cannot-start-the-game__grid-item p { padding: 0 15px; font-size: 0.95em; color: #555; } .page-cabal-ph-cannot-start-the-game__grid-item .page-cabal-ph-cannot-start-the-game__button { margin-top: 15px; } .page-cabal-ph-cannot-start-the-game__promo-card { display: flex; flex-direction: column; align-items: center; text-align: center; background-color: #e9f7ff; border: 1px solid #b3e0ff; border-radius: 8px; padding: 20px; } .page-cabal-ph-cannot-start-the-game__promo-card img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; } .page-cabal-ph-cannot-start-the-game__promo-card h3 { color: #0056b3; margin-bottom: 10px; } .page-cabal-ph-cannot-start-the-game__promo-card p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-cabal-ph-cannot-start-the-game__faq-item { margin-bottom: 10px; border: 1px solid #eee; border-radius: 8px; background-color: #f9f9f9; } .page-cabal-ph-cannot-start-the-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #007bff; color: #fff; border-radius: 8px; transition: background-color 0.3s ease; } .page-cabal-ph-cannot-start-the-game__faq-question:hover { background-color: #0056b3; } .page-cabal-ph-cannot-start-the-game__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-cabal-ph-cannot-start-the-game__faq-toggle { font-size: 1.5em; font-weight: bold; line-height: 1; pointer-events: none; } .page-cabal-ph-cannot-start-the-game__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; background-color: #fff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } .page-cabal-ph-cannot-start-the-game__faq-item.active .page-cabal-ph-cannot-start-the-game__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-cabal-ph-cannot-start-the-game__faq-item.active .page-cabal-ph-cannot-start-the-game__faq-question { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .page-cabal-ph-cannot-start-the-game__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .page-cabal-ph-cannot-start-the-game__blog-card img { max-width: 100%; height: auto; display: block; } .page-cabal-ph-cannot-start-the-game__blog-content { padding: 15px; } .page-cabal-ph-cannot-start-the-game__blog-content h3 { font-size: 1.2em; margin-bottom: 10px; } .page-cabal-ph-cannot-start-the-game__blog-content h3 a { color: #007bff; text-decoration: none; transition: color 0.3s ease; } .page-cabal-ph-cannot-start-the-game__blog-content h3 a:hover { color: #0056b3; } .page-cabal-ph-cannot-start-the-game__blog-content p { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-cabal-ph-cannot-start-the-game__blog-content .page-cabal-ph-cannot-start-the-game__button { font-size: 0.9em; padding: 8px 15px; } .page-cabal-ph-cannot-start-the-game__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-cabal-ph-cannot-start-the-game__payment-logo { max-width: 100px; height: auto; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-cabal-ph-cannot-start-the-game__payment-logo:hover { filter: grayscale(0%); opacity: 1; } .page-cabal-ph-cannot-start-the-game__game-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-cabal-ph-cannot-start-the-game__game-logo { max-width: 120px; height: auto; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-cabal-ph-cannot-start-the-game__game-logo:hover { filter: grayscale(0%); opacity: 1; } .page-cabal-ph-cannot-start-the-game__social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-cabal-ph-cannot-start-the-game__social-link { display: inline-block; color: #007bff; font-size: 1.2em; text-decoration: none; transition: color 0.3s ease; } .page-cabal-ph-cannot-start-the-game__social-link:hover { color: #0056b3; } @media (max-width: 768px) { .page-cabal-ph-cannot-start-the-game__grid { grid-template-columns: 1fr; } .page-cabal-ph-cannot-start-the-game__button-group { flex-direction: column; align-items: stretch; } .page-cabal-ph-cannot-start-the-game__button { width: 100% !important; box-sizing: border-box !important; } .page-cabal-ph-cannot-start-the-game__payment-providers, .page-cabal-ph-cannot-start-the-game__game-providers, .page-cabal-ph-cannot-start-the-game__social-links { gap: 10px; } .page-cabal-ph-cannot-start-the-game__payment-logo, .page-cabal-ph-cannot-start-the-game__game-logo { max-width: 80px; } }