.page-pagcor-gs-form-2 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; }.page-pagcor-gs-form-2__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-pagcor-gs-form-2__keyword-highlight { font-weight: bold; color: #d9534f; }.page-pagcor-gs-form-2__hero-section { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 0 60px 0; min-height: 500px; overflow: hidden; background-color: #343a40; }.page-pagcor-gs-form-2__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }.page-pagcor-gs-form-2__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }.page-pagcor-gs-form-2__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; }.page-pagcor-gs-form-2__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; color: #fff; }.page-pagcor-gs-form-2__hero-description { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; }.page-pagcor-gs-form-2__hero-button, .page-pagcor-gs-form-2__cta-button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; transition: background-color 0.3s ease; }.page-pagcor-gs-form-2__hero-button:hover, .page-pagcor-gs-form-2__cta-button:hover { background-color: #0056b3; }.page-pagcor-gs-form-2__about-pagcor-section, .page-pagcor-gs-form-2__lodi646-commitment-section, .page-pagcor-gs-form-2__faq-section { padding: 60px 0; }.page-pagcor-gs-form-2__about-pagcor-section { background-color: #fff; }.page-pagcor-gs-form-2__section-title { font-size: 2.2em; color: #343a40; text-align: center; margin-bottom: 40px; }.page-pagcor-gs-form-2__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: justify; }.page-pagcor-gs-form-2__feature-list { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 40px; padding: 0; list-style: none; }.page-pagcor-gs-form-2__feature-item { box-sizing: border-box; flex: 1; min-width: 300px; max-width: 380px; margin: 20px; padding: 30px; background-color: #f2f2f2; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-pagcor-gs-form-2__feature-item:hover { transform: translateY(-5px); }.page-pagcor-gs-form-2__feature-title { font-size: 1.5em; color: #007bff; margin-bottom: 15px; }.page-pagcor-gs-form-2__feature-description { font-size: 1em; color: #555; }.page-pagcor-gs-form-2__lodi646-commitment-section { background-color: #e9ecef; text-align: center; }.page-pagcor-gs-form-2__commitment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; margin-bottom: 40px; }.page-pagcor-gs-form-2__commitment-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); text-align: center; }.page-pagcor-gs-form-2__commitment-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 5px; }.page-pagcor-gs-form-2__commitment-title { font-size: 1.4em; color: #343a40; margin-bottom: 10px; }.page-pagcor-gs-form-2__commitment-description { font-size: 1em; color: #555; }.page-pagcor-gs-form-2__faq-section { background-color: #fff; }.page-pagcor-gs-form-2__faq-list { margin-top: 40px; }.page-pagcor-gs-form-2__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-pagcor-gs-form-2__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f2f2f2; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-pagcor-gs-form-2__faq-question:hover { background-color: #e9e9e9; }.page-pagcor-gs-form-2__faq-q-text { font-size: 1.2em; color: #343a40; margin: 0; pointer-events: none; }.page-pagcor-gs-form-2__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; }.page-pagcor-gs-form-2__faq-item.active .page-pagcor-gs-form-2__faq-toggle { transform: rotate(45deg); }.page-pagcor-gs-form-2__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; }.page-pagcor-gs-form-2__faq-item.active .page-pagcor-gs-form-2__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }@media (max-width: 768px) { .page-pagcor-gs-form-2__hero-title { font-size: 2em; }.page-pagcor-gs-form-2__hero-description { font-size: 1em; }.page-pagcor-gs-form-2__section-title { font-size: 1.8em; }.page-pagcor-gs-form-2__text-content { font-size: 1em; text-align: left; }.page-pagcor-gs-form-2__feature-list { flex-direction: column; align-items: center; }.page-pagcor-gs-form-2__feature-item { width: 100% !important; max-width: 100% !important; margin: 10px 0 !important; padding: 20px !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-pagcor-gs-form-2__feature-description { word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-pagcor-gs-form-2__commitment-grid { grid-template-columns: 1fr; }.page-pagcor-gs-form-2__commitment-item { padding: 20px; }.page-pagcor-gs-form-2__commitment-description { word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-pagcor-gs-form-2__faq-q-text { font-size: 1.1em; }.page-pagcor-gs-form-2__faq-answer { padding: 15px !important; }.page-pagcor-gs-form-2__hero-image, .page-pagcor-gs-form-2__commitment-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }@media (max-width: 480px) { .page-pagcor-gs-form-2__hero-title { font-size: 1.8em; }.page-pagcor-gs-form-2__hero-description { font-size: 0.9em; }.page-pagcor-gs-form-2__hero-button, .page-pagcor-gs-form-2__cta-button { padding: 12px 25px; font-size: 1em; } }