.page-pagcor-photo-contest-mechanics { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics { padding-top: 10px; } } .page-pagcor-photo-contest-mechanics__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-pagcor-photo-contest-mechanics__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; padding: 80px 20px; text-align: center; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__hero-section { padding: 60px 15px; } } .page-pagcor-photo-contest-mechanics__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:hero:1920x1080:pagcor,contest,mechanics,abstract]') no-repeat center center/cover; opacity: 0.2; z-index: 1; } .page-pagcor-photo-contest-mechanics__hero-content { position: relative; z-index: 2; } .page-pagcor-photo-contest-mechanics__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__hero-title { font-size: 2.2em; } } .page-pagcor-photo-contest-mechanics__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__hero-subtitle { font-size: 1.1em; } } .page-pagcor-photo-contest-mechanics__hero-cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; } .page-pagcor-photo-contest-mechanics__hero-cta-button:hover { background-color: #e0a800; } .page-pagcor-photo-contest-mechanics__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 0; background-color: #fff; border-bottom: 1px solid #eee; margin-bottom: 40px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 0; } } .page-pagcor-photo-contest-mechanics__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-pagcor-photo-contest-mechanics__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__payment-logo, .page-pagcor-photo-contest-mechanics__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-pagcor-photo-contest-mechanics__section-title { text-align: center; font-size: 2.5em; color: #0056b3; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-pagcor-photo-contest-mechanics__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffc107; border-radius: 2px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-pagcor-photo-contest-mechanics__content-section { background-color: #fff; padding: 40px 20px; margin-bottom: 40px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__content-section { padding: 30px 15px; margin-bottom: 30px; } } .page-pagcor-photo-contest-mechanics__text-block p { margin-bottom: 15px; font-size: 1.1em; color: #555; } .page-pagcor-photo-contest-mechanics__text-block ul { list-style: disc; margin-left: 20px; margin-bottom: 15px; } .page-pagcor-photo-contest-mechanics__text-block li { margin-bottom: 8px; color: #555; font-size: 1.05em; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__text-block li { box-sizing: border-box !important; width: 100% !important; max-width: 100% !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-pagcor-photo-contest-mechanics__text-block ul { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 15px !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-pagcor-photo-contest-mechanics__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__quick-access-grid { grid-template-columns: 1fr; } } .page-pagcor-photo-contest-mechanics__access-card { background-color: #e9ecef; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-photo-contest-mechanics__access-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .page-pagcor-photo-contest-mechanics__access-card h3 { color: #0056b3; margin-top: 0; margin-bottom: 15px; font-size: 1.4em; } .page-pagcor-photo-contest-mechanics__access-card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-pagcor-photo-contest-mechanics__access-card-button:hover { background-color: #218838; } .page-pagcor-photo-contest-mechanics__game-categories { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; } .page-pagcor-photo-contest-mechanics__game-category-button { background-color: #f0f0f0; border: 1px solid #ddd; padding: 10px 20px; margin: 5px; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease; } .page-pagcor-photo-contest-mechanics__game-category-button:hover, .page-pagcor-photo-contest-mechanics__game-category-button.active { background-color: #007bff; color: #fff; } .page-pagcor-photo-contest-mechanics__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__game-grid { grid-template-columns: 1fr; } } .page-pagcor-photo-contest-mechanics__game-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-photo-contest-mechanics__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } .page-pagcor-photo-contest-mechanics__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-photo-contest-mechanics__game-card-content { padding: 20px; } .page-pagcor-photo-contest-mechanics__game-card-title { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #0056b3; } .page-pagcor-photo-contest-mechanics__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-pagcor-photo-contest-mechanics__game-card-button { display: inline-block; background-color: #007bff; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-pagcor-photo-contest-mechanics__game-card-button:hover { background-color: #0056b3; } .page-pagcor-photo-contest-mechanics__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__promo-grid { grid-template-columns: 1fr; } } .page-pagcor-photo-contest-mechanics__promo-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-photo-contest-mechanics__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } .page-pagcor-photo-contest-mechanics__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-pagcor-photo-contest-mechanics__promo-card-content { padding: 20px; } .page-pagcor-photo-contest-mechanics__promo-card-title { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; color: #0056b3; } .page-pagcor-photo-contest-mechanics__promo-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-pagcor-photo-contest-mechanics__promo-card-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-pagcor-photo-contest-mechanics__promo-card-button:hover { background-color: #e0a800; } .page-pagcor-photo-contest-mechanics__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__security-grid { grid-template-columns: 1fr; } } .page-pagcor-photo-contest-mechanics__security-item { background-color: #e9f7ef; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .page-pagcor-photo-contest-mechanics__security-item h3 { color: #28a745; margin-top: 0; margin-bottom: 15px; font-size: 1.3em; } .page-pagcor-photo-contest-mechanics__security-item p { color: #555; font-size: 1.05em; } .page-pagcor-photo-contest-mechanics__faq-list { list-style: none; padding: 0; } .page-pagcor-photo-contest-mechanics__faq-item { background-color: #fefefe; margin-bottom: 10px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-pagcor-photo-contest-mechanics__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #007bff; color: #fff; cursor: pointer; user-select: none; border-radius: 8px; transition: background-color 0.3s ease; } .page-pagcor-photo-contest-mechanics__faq-question:hover { background-color: #0056b3; } .page-pagcor-photo-contest-mechanics__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-pagcor-photo-contest-mechanics__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-pagcor-photo-contest-mechanics__faq-item.active .page-pagcor-photo-contest-mechanics__faq-toggle { transform: rotate(45deg); } .page-pagcor-photo-contest-mechanics__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; 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; font-size: 1em; } .page-pagcor-photo-contest-mechanics__faq-item.active .page-pagcor-photo-contest-mechanics__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__faq-question { padding: 12px 15px; } .page-pagcor-photo-contest-mechanics__faq-question h3 { font-size: 1.1em; } .page-pagcor-photo-contest-mechanics__faq-answer { padding: 0 15px; } .page-pagcor-photo-contest-mechanics__faq-item.active .page-pagcor-photo-contest-mechanics__faq-answer { padding: 15px !important; } } .page-pagcor-photo-contest-mechanics__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-pagcor-photo-contest-mechanics__blog-grid { grid-template-columns: 1fr; } } .page-pagcor-photo-contest-mechanics__blog-card { background-color: #fefefe; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-photo-contest-mechanics__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } .page-pagcor-photo-contest-mechanics__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-photo-contest-mechanics__blog-card-content { padding: 20px; } .page-pagcor-photo-contest-mechanics__blog-card-title { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #0056b3; } .page-pagcor-photo-contest-mechanics__blog-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-pagcor-photo-contest-mechanics__blog-card-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-pagcor-photo-contest-mechanics__blog-card-link:hover { color: #0056b3; }