.page-kuya-oliver-pares { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-kuya-oliver-pares__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-kuya-oliver-pares__hero-section { background: linear-gradient(135deg, #FFD700, #FFA500); color: #fff; text-align: center; padding: 60px 20px; border-radius: 15px; margin-bottom: 40px; padding-top: 10px; position: relative; overflow: hidden; }.page-kuya-oliver-pares__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:pattern:1920x1080:abstract,geometric,background]') center/cover no-repeat; opacity: 0.1; z-index: 0; }.page-kuya-oliver-pares__hero-section * { position: relative; z-index: 1; }.page-kuya-oliver-pares__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }.page-kuya-oliver-pares__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-kuya-oliver-pares__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-kuya-oliver-pares__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-kuya-oliver-pares__button:hover { background-color: #0056b3; transform: translateY(-3px); }.page-kuya-oliver-pares__button--secondary { background-color: #28a745; }.page-kuya-oliver-pares__button--secondary:hover { background-color: #218838; }.page-kuya-oliver-pares__section { background-color: #fff; padding: 40px; border-radius: 15px; margin-bottom: 30px; box-shadow: 0 4px 8px rgba(0,0,0,0.05); }.page-kuya-oliver-pares__section-title { font-size: 2em; color: #333; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-kuya-oliver-pares__section-title::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 60px; height: 3px; background-color: #FFD700; }.page-kuya-oliver-pares__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-kuya-oliver-pares__card { background-color: #f9f9f9; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }.page-kuya-oliver-pares__card-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; width: 100%; box-sizing: border-box; }.page-kuya-oliver-pares__card-title { font-size: 1.4em; color: #333; margin-bottom: 10px; }.page-kuya-oliver-pares__card-description { font-size: 0.95em; color: #666; }.page-kuya-oliver-pares__image-full-width { width: 100%; max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; object-fit: cover; box-sizing: border-box; }.page-kuya-oliver-pares__image-container { text-align: center; margin-bottom: 20px; }.page-kuya-oliver-pares__list { list-style: none; padding: 0; margin: 0; }.page-kuya-oliver-pares__list-item { background-color: #e9ecef; border-left: 5px solid #FFD700; padding: 15px; margin-bottom: 10px; border-radius: 5px; box-sizing: border-box; }.page-kuya-oliver-pares__list-item strong { color: #333; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f1f1f1; cursor: pointer; user-select: none; font-weight: bold; color: #333; transition: background-color 0.3s ease; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-question:hover { background-color: #e0e0e0; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__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; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-item.active .page-kuya-oliver-pares__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-item.active .page-kuya-oliver-pares__faq-toggle { transform: rotate(45deg); }.page-kuya-oliver-pares__cta-section { text-align: center; padding: 50px 20px; background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; border-radius: 15px; }.page-kuya-oliver-pares__cta-title { font-size: 2.2em; margin-bottom: 20px; }.page-kuya-oliver-pares__cta-description { font-size: 1.1em; margin-bottom: 30px; }.page-kuya-oliver-pares__cta-button { background-color: #FFD700; color: #333; 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-kuya-oliver-pares__cta-button:hover { background-color: #e6c200; transform: translateY(-3px); }@media (max-width: 768px) { .page-kuya-oliver-pares__hero-title { font-size: 2em; }.page-kuya-oliver-pares__hero-subtitle { font-size: 1em; }.page-kuya-oliver-pares__button-group { flex-direction: column; gap: 15px; }.page-kuya-oliver-pares__button { width: 100%; max-width: 300px; margin: 0 auto; }.page-kuya-oliver-pares__section { padding: 20px; }.page-kuya-oliver-pares__section-title { font-size: 1.8em; }.page-kuya-oliver-pares__content-grid { grid-template-columns: 1fr; }.page-kuya-oliver-pares__card { padding: 20px; }.page-kuya-oliver-pares__card-title { font-size: 1.2em; }.page-kuya-oliver-pares__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-question { padding: 12px 15px; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-question h3 { font-size: 1em; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-answer { padding: 0 15px; }.page-kuya-oliver-pares__faq-section .page-kuya-oliver-pares__faq-item.active .page-kuya-oliver-pares__faq-answer { padding: 15px !important; }.page-kuya-oliver-pares__cta-title { font-size: 1.8em; }.page-kuya-oliver-pares__cta-description { font-size: 1em; }.page-kuya-oliver-pares__cta-button { padding: 12px 25px; font-size: 1em; }.page-kuya-oliver-pares__image-container img, .page-kuya-oliver-pares__card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-kuya-oliver-pares__image-container, .page-kuya-oliver-pares__card { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }}