.page-kuya-lloyd-death { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kuya-lloyd-death__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } @media (max-width: 768px) { .page-kuya-lloyd-death__container { padding: 15px; } } .page-kuya-lloyd-death__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } @media (max-width: 768px) { .page-kuya-lloyd-death__hero-section { height: 350px; padding-top: 10px; } } .page-kuya-lloyd-death__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; max-width: 100%; } .page-kuya-lloyd-death__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 2; } .page-kuya-lloyd-death__hero-content { position: relative; z-index: 3; color: #fff; padding: 20px; max-width: 900px; } .page-kuya-lloyd-death__hero-title { font-size: 3.5em; margin-bottom: 10px; color: #e0b02d; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; } @media (max-width: 768px) { .page-kuya-lloyd-death__hero-title { font-size: 2.2em; } } .page-kuya-lloyd-death__hero-subtitle { font-size: 1.5em; opacity: 0.9; } @media (max-width: 768px) { .page-kuya-lloyd-death__hero-subtitle { font-size: 1.1em; } } .page-kuya-lloyd-death__section-title { font-size: 2.5em; color: #e0b02d; text-align: center; margin-bottom: 40px; padding-top: 40px; } @media (max-width: 768px) { .page-kuya-lloyd-death__section-title { font-size: 1.8em; margin-bottom: 20px; padding-top: 20px; } } .page-kuya-lloyd-death__tribute-section, .page-kuya-lloyd-death__community-section, .page-kuya-lloyd-death__faq-section { padding: 60px 0; } @media (max-width: 768px) { .page-kuya-lloyd-death__tribute-section, .page-kuya-lloyd-death__community-section, .page-kuya-lloyd-death__faq-section { padding: 30px 0; } } .page-kuya-lloyd-death__text-block { font-size: 1.1em; margin-bottom: 20px; text-align: justify; color: #cccccc; } @media (max-width: 768px) { .page-kuya-lloyd-death__text-block { font-size: 1em; } } .page-kuya-lloyd-death__content-image { display: block; margin: 30px auto; max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-kuya-lloyd-death__cta-wrapper { text-align: center; margin-top: 40px; background-color: #2a2a4a; padding: 30px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } @media (max-width: 768px) { .page-kuya-lloyd-death__cta-wrapper { padding: 20px; } } .page-kuya-lloyd-death__cta-text { font-size: 1.3em; margin-bottom: 25px; color: #e0e0e0; } @media (max-width: 768px) { .page-kuya-lloyd-death__cta-text { font-size: 1.1em; margin-bottom: 15px; } } .page-kuya-lloyd-death__cta-button, .page-kuya-lloyd-death__faq-button { display: inline-block; background-color: #e0b02d; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-kuya-lloyd-death__cta-button:hover, .page-kuya-lloyd-death__faq-button:hover { background-color: #ffc107; transform: translateY(-2px); } @media (max-width: 768px) { .page-kuya-lloyd-death__cta-button, .page-kuya-lloyd-death__faq-button { padding: 12px 25px; font-size: 1em; } } .page-kuya-lloyd-death__faq-list { margin-top: 30px; } .page-kuya-lloyd-death__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-kuya-lloyd-death__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-kuya-lloyd-death__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3b3b6b; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } @media (max-width: 768px) { .page-kuya-lloyd-death__faq-question { padding: 15px 20px; } } .page-kuya-lloyd-death__faq-question:hover { background-color: #4c4c8c; } .page-kuya-lloyd-death__faq-title { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } @media (max-width: 768px) { .page-kuya-lloyd-death__faq-title { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-kuya-lloyd-death__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e0b02d; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-lloyd-death__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2a2a4a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc; } @media (max-width: 768px) { .page-kuya-lloyd-death__faq-answer { padding: 0 20px; } } .page-kuya-lloyd-death__faq-item.active .page-kuya-lloyd-death__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-kuya-lloyd-death__faq-item.active .page-kuya-lloyd-death__faq-answer { padding: 15px 20px !important; } } .page-kuya-lloyd-death__faq-item.active .page-kuya-lloyd-death__faq-toggle { transform: rotate(45deg); } .page-kuya-lloyd-death__faq-answer p { margin-bottom: 15px; font-size: 1em; } .page-kuya-lloyd-death__faq-answer .page-kuya-lloyd-death__faq-button { margin-top: 10px; }