.page-pagcor-decoupling-timeline { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-pagcor-decoupling-timeline__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; background-color: #0a1930; padding-top: 10px; }.page-pagcor-decoupling-timeline__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }.page-pagcor-decoupling-timeline__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; }.page-pagcor-decoupling-timeline__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-pagcor-decoupling-timeline__hero-subtitle { font-size: 1.2em; max-width: 700px; margin: 0 auto; }.page-pagcor-decoupling-timeline__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-bottom: 1px solid #eee; }.page-pagcor-decoupling-timeline__section:last-of-type { border-bottom: none; }.page-pagcor-decoupling-timeline__section-title { font-size: 2em; color: #0a1930; text-align: center; margin-bottom: 30px; }.page-pagcor-decoupling-timeline__text-content p { margin-bottom: 15px; }.page-pagcor-decoupling-timeline__image-container { width: 100%; max-width: 800px; margin: 30px auto; overflow: hidden; box-sizing: border-box; }.page-pagcor-decoupling-timeline__image { max-width: 100%; height: auto; display: block; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-pagcor-decoupling-timeline__list { list-style: none; padding: 0; margin: 20px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-pagcor-decoupling-timeline__list-item { background-color: #f0f7ff; border: 1px solid #d0e8ff; border-radius: 8px; padding: 20px; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; max-width: 350px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-pagcor-decoupling-timeline__list-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-pagcor-decoupling-timeline__list-item-title { font-size: 1.2em; color: #0a1930; margin-bottom: 10px; }.page-pagcor-decoupling-timeline__cta-section { background-color: #0a1930; color: #fff; text-align: center; padding: 60px 20px; }.page-pagcor-decoupling-timeline__cta-title { font-size: 2.2em; margin-bottom: 20px; }.page-pagcor-decoupling-timeline__cta-text { font-size: 1.1em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-pagcor-decoupling-timeline__button { display: inline-block; background-color: #ffcc00; color: #0a1930; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-pagcor-decoupling-timeline__button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-pagcor-decoupling-timeline__faq-section { background-color: #f8f8f8; }.page-pagcor-decoupling-timeline__faq-item { background-color: #fff; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-pagcor-decoupling-timeline__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #f0f7ff; transition: background-color 0.3s ease; }.page-pagcor-decoupling-timeline__faq-question:hover { background-color: #e6f2ff; }.page-pagcor-decoupling-timeline__faq-question h3 { margin: 0; font-size: 1.1em; color: #0a1930; pointer-events: none; }.page-pagcor-decoupling-timeline__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0a1930; pointer-events: none; transition: transform 0.3s ease; }.page-pagcor-decoupling-timeline__faq-item.active .page-pagcor-decoupling-timeline__faq-toggle { transform: rotate(45deg); }.page-pagcor-decoupling-timeline__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-decoupling-timeline__faq-item.active .page-pagcor-decoupling-timeline__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-pagcor-decoupling-timeline__faq-answer p { margin-bottom: 0; }.page-pagcor-decoupling-timeline__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-pagcor-decoupling-timeline__floating-button { background-color: #ffcc00; color: #0a1930; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-pagcor-decoupling-timeline__floating-button:hover { background-color: #e6b800; transform: translateY(-2px); }@media (max-width: 768px) { .page-pagcor-decoupling-timeline__hero-title { font-size: 2em; }.page-pagcor-decoupling-timeline__hero-subtitle { font-size: 1em; }.page-pagcor-decoupling-timeline__section { padding: 30px 15px; }.page-pagcor-decoupling-timeline__section-title { font-size: 1.8em; }.page-pagcor-decoupling-timeline__list { flex-direction: column; align-items: center; }.page-pagcor-decoupling-timeline__list-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding: 15px; }.page-pagcor-decoupling-timeline__cta-title { font-size: 1.8em; }.page-pagcor-decoupling-timeline__cta-text { font-size: 0.95em; }.page-pagcor-decoupling-timeline__button { padding: 12px 25px; font-size: 1em; }.page-pagcor-decoupling-timeline__faq-question { padding: 12px 15px; }.page-pagcor-decoupling-timeline__faq-question h3 { font-size: 1em; }.page-pagcor-decoupling-timeline__faq-answer { padding: 15px !important; }.page-pagcor-decoupling-timeline__floating-buttons { bottom: 15px; right: 15px; }.page-pagcor-decoupling-timeline__image-container { margin: 20px auto; width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-pagcor-decoupling-timeline__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}