.page-kuya-alan-cayetano { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-kuya-alan-cayetano__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-alan-cayetano__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 30px; padding-top: 70px; } .page-kuya-alan-cayetano__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: 700; } .page-kuya-alan-cayetano__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; font-weight: 300; } .page-kuya-alan-cayetano__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.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-kuya-alan-cayetano__cta-button:hover { background-color: #e0a800; transform: translateY(-2px); } .page-kuya-alan-cayetano__section { background-color: #fff; padding: 40px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-kuya-alan-cayetano__section-title { font-size: 2em; color: #0056b3; margin-bottom: 25px; text-align: center; } .page-kuya-alan-cayetano__section-content { font-size: 1.1em; line-height: 1.8; } .page-kuya-alan-cayetano__section-content p { margin-bottom: 15px; } .page-kuya-alan-cayetano__image-wrapper { text-align: center; margin: 30px 0; } .page-kuya-alan-cayetano__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .page-kuya-alan-cayetano__list { list-style: none; padding: 0; margin-top: 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .page-kuya-alan-cayetano__list-item { background-color: #e9f5ff; padding: 20px; border-left: 5px solid #007bff; border-radius: 5px; font-size: 1.05em; box-sizing: border-box; } .page-kuya-alan-cayetano__list-item strong { color: #0056b3; } .page-kuya-alan-cayetano__call-to-action { text-align: center; padding: 50px 20px; background-color: #007bff; color: #fff; border-radius: 10px; margin-bottom: 30px; } .page-kuya-alan-cayetano__call-to-action-title { font-size: 2.5em; margin-bottom: 20px; } .page-kuya-alan-cayetano__call-to-action-text { font-size: 1.2em; margin-bottom: 30px; } .page-kuya-alan-cayetano__faq-section { background-color: #fff; padding: 40px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-kuya-alan-cayetano__faq-title { font-size: 2em; color: #0056b3; margin-bottom: 25px; text-align: center; } .page-kuya-alan-cayetano__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; } .page-kuya-alan-cayetano__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; font-weight: bold; color: #333; transition: color 0.3s ease; } .page-kuya-alan-cayetano__faq-question:hover { color: #007bff; } .page-kuya-alan-cayetano__faq-question h3 { margin: 0; font-size: 1.15em; pointer-events: none; } .page-kuya-alan-cayetano__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-alan-cayetano__faq-item.active .page-kuya-alan-cayetano__faq-toggle { transform: rotate(45deg); } .page-kuya-alan-cayetano__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; font-size: 1em; color: #555; } .page-kuya-alan-cayetano__faq-item.active .page-kuya-alan-cayetano__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-kuya-alan-cayetano__hero-title { font-size: 2em; } .page-kuya-alan-cayetano__hero-subtitle { font-size: 1em; } .page-kuya-alan-cayetano__section-title, .page-kuya-alan-cayetano__faq-title, .page-kuya-alan-cayetano__call-to-action-title { font-size: 1.6em; } .page-kuya-alan-cayetano__section, .page-kuya-alan-cayetano__faq-section { padding: 20px; } .page-kuya-alan-cayetano__list { grid-template-columns: 1fr; } .page-kuya-alan-cayetano__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; word-wrap: break-word; overflow-wrap: break-word; } .page-kuya-alan-cayetano__section-content, .page-kuya-alan-cayetano__call-to-action-text, .page-kuya-alan-cayetano__faq-answer { font-size: 0.95em; } .page-kuya-alan-cayetano__faq-question h3 { font-size: 1em; } .page-kuya-alan-cayetano__container { padding: 10px; } .page-kuya-alan-cayetano__image-wrapper { margin: 20px 0; } .page-kuya-alan-cayetano__image { max-width: 100%; height: auto; } }