.page-igl-pagcor__container {max-width: 1200px;margin: 0 auto;padding: 0 15px;}.page-igl-pagcor__section {padding: 40px 0;text-align: center;}.page-igl-pagcor__section:nth-of-type(even) {background-color: #f8f8f8;}.page-igl-pagcor__title {font-size: 2.5em;color: #333;margin-bottom: 20px;font-weight: 700;}.page-igl-pagcor__subtitle {font-size: 1.8em;color: #555;margin-bottom: 15px;}.page-igl-pagcor__text {font-size: 1.1em;line-height: 1.6;color: #666;margin-bottom: 20px;}.page-igl-pagcor__button {display: inline-block;background-color: #007bff;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: 600;transition: background-color 0.3s ease;margin-top: 20px;}.page-igl-pagcor__button:hover {background-color: #0056b3;}.page-igl-pagcor__hero-section {position: relative;padding-top: 10px;color: #fff;text-align: center;overflow: hidden;background-color: #1a1a2e;}.page-igl-pagcor__hero-image {width: 100%;height: auto;object-fit: cover;display: block;}.page-igl-pagcor__hero-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 10;width: 90%;max-width: 800px;text-align: center;}.page-igl-pagcor__hero-title {font-size: 3.5em;margin-bottom: 15px;line-height: 1.2;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-igl-pagcor__hero-description {font-size: 1.4em;margin-bottom: 30px;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.page-igl-pagcor__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: 20px 0;background-color: #f0f0f0;}.page-igl-pagcor__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-igl-pagcor__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}.page-igl-pagcor__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin-top: 30px;}.page-igl-pagcor__game-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: left;transition: transform 0.3s ease;}.page-igl-pagcor__game-card:hover {transform: translateY(-5px);}.page-igl-pagcor__game-image {width: 100%;height: 200px;object-fit: cover;display: block;}.page-igl-pagcor__game-content {padding: 20px;}.page-igl-pagcor__game-title {font-size: 1.5em;margin-bottom: 10px;color: #333;}.page-igl-pagcor__game-description {font-size: 0.95em;color: #777;line-height: 1.5;margin-bottom: 15px;}.page-igl-pagcor__promotion-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 25px;margin-top: 30px;}.page-igl-pagcor__promotion-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: left;transition: transform 0.3s ease;}.page-igl-pagcor__promotion-card:hover {transform: translateY(-5px);}.page-igl-pagcor__promotion-image {width: 100%;height: 220px;object-fit: cover;display: block;}.page-igl-pagcor__promotion-content {padding: 20px;}.page-igl-pagcor__promotion-title {font-size: 1.6em;margin-bottom: 10px;color: #333;}.page-igl-pagcor__promotion-description {font-size: 1em;color: #777;line-height: 1.5;margin-bottom: 15px;}.page-igl-pagcor__faq-list {margin-top: 30px;}.page-igl-pagcor__faq-item {background-color: #fff;border-radius: 8px;margin-bottom: 15px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);overflow: hidden;}.page-igl-pagcor__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background-color: #f0f0f0;cursor: pointer;user-select: none;border-bottom: 1px solid #eee;transition: background-color 0.3s ease;}.page-igl-pagcor__faq-question:hover {background-color: #e0e0e0;}.page-igl-pagcor__faq-question h3 {margin: 0;font-size: 1.2em;color: #333;pointer-events: none;}.page-igl-pagcor__faq-toggle {font-size: 1.5em;font-weight: bold;color: #007bff;pointer-events: none;transition: transform 0.3s ease;}.page-igl-pagcor__faq-item.active .page-igl-pagcor__faq-toggle {transform: rotate(45deg);}.page-igl-pagcor__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-igl-pagcor__faq-item.active .page-igl-pagcor__faq-answer {max-height: 2000px !important;padding: 20px 15px !important;opacity: 1;}.page-igl-pagcor__faq-answer p {margin: 0;font-size: 1em;color: #555;line-height: 1.6;}.page-igl-pagcor__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin-top: 30px;}.page-igl-pagcor__blog-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: left;transition: transform 0.3s ease;}.page-igl-pagcor__blog-card:hover {transform: translateY(-5px);}.page-igl-pagcor__blog-image {width: 100%;height: 180px;object-fit: cover;display: block;}.page-igl-pagcor__blog-content {padding: 20px;}.page-igl-pagcor__blog-title {font-size: 1.3em;margin-bottom: 10px;color: #333;}.page-igl-pagcor__blog-date {font-size: 0.85em;color: #999;margin-bottom: 10px;}.page-igl-pagcor__blog-excerpt {font-size: 0.9em;color: #666;line-height: 1.5;}.page-igl-pagcor__link-list {list-style: none;padding: 0;margin: 20px 0;display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;}.page-igl-pagcor__link-item {margin-bottom: 10px;}.page-igl-pagcor__link-item a {background-color: #28a745;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: 500;transition: background-color 0.3s ease;}.page-igl-pagcor__link-item a:hover {background-color: #218838;}@media (max-width: 768px) {.page-igl-pagcor__hero-title {font-size: 2.2em;}.page-igl-pagcor__hero-description {font-size: 1.1em;}.page-igl-pagcor__title {font-size: 2em;}.page-igl-pagcor__subtitle {font-size: 1.5em;}.page-igl-pagcor__text {font-size: 1em;}.page-igl-pagcor__game-grid,.page-igl-pagcor__promotion-grid,.page-igl-pagcor__blog-grid {grid-template-columns: 1fr;}.page-igl-pagcor__link-list {flex-direction: column;align-items: center;}.page-igl-pagcor__link-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-igl-pagcor__link-item a {width: 100%;box-sizing: border-box;}.page-igl-pagcor__faq-question h3 {font-size: 1.1em;}.page-igl-pagcor__faq-answer p {font-size: 0.95em;}.page-igl-pagcor__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;}.page-igl-pagcor__payment-logo,.page-igl-pagcor__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}}