.page-kuya-owen { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kuya-owen__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-owen__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 10px; background-color: #2a2a4a; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-kuya-owen__section--hero { background-color: #0f0f1f; padding: 10px 0 0; text-align: center; color: #fff; position: relative; overflow: hidden; } .page-kuya-owen__hero-background { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; } .page-kuya-owen__hero-content { position: relative; z-index: 1; padding: 80px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 400px; } .page-kuya-owen__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); font-weight: bold; color: #ffcc00; } .page-kuya-owen__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); } .page-kuya-owen__button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-kuya-owen__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-kuya-owen__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-kuya-owen__floating-button { background-color: #ffcc00; color: #1a1a2e; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 0.9em; font-weight: bold; text-align: center; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-kuya-owen__floating-button:hover { background-color: #e6b800; transform: scale(1.05); } .page-kuya-owen__floating-button--register { background-color: #007bff; color: #fff; } .page-kuya-owen__floating-button--register:hover { background-color: #0056b3; } .page-kuya-owen__title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); } .page-kuya-owen__subtitle { font-size: 1.6em; color: #fff; text-align: center; margin-bottom: 20px; } .page-kuya-owen__text { font-size: 1.1em; color: #e0e0e0; margin-bottom: 15px; text-align: justify; } .page-kuya-owen__image-wrapper { text-align: center; margin-bottom: 30px; } .page-kuya-owen__image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-kuya-owen__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-kuya-owen__feature-card { background-color: #3a3a5a; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, background-color 0.3s ease; } .page-kuya-owen__feature-card:hover { transform: translateY(-5px); background-color: #4a4a6a; } .page-kuya-owen__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-kuya-owen__feature-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-kuya-owen__feature-description { font-size: 0.95em; color: #c0c0c0; } .page-kuya-owen__promo-banner { background-color: #ffcc00; color: #1a1a2e; padding: 25px; border-radius: 8px; text-align: center; margin-top: 40px; } .page-kuya-owen__promo-text { font-size: 1.5em; font-weight: bold; margin-bottom: 15px; } .page-kuya-owen__faq-list { margin-top: 30px; } .page-kuya-owen__faq-item { background-color: #3a3a5a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-kuya-owen__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #4a4a6a; color: #fff; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-kuya-owen__faq-question:hover { background-color: #5a5a7a; } .page-kuya-owen__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-kuya-owen__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-owen__faq-item.active .page-kuya-owen__faq-toggle { transform: rotate(45deg); } .page-kuya-owen__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #3a3a5a; color: #e0e0e0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-kuya-owen__faq-item.active .page-kuya-owen__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-kuya-owen__hero-title { font-size: 2em; } .page-kuya-owen__hero-subtitle { font-size: 1em; } .page-kuya-owen__title { font-size: 1.8em; } .page-kuya-owen__subtitle { font-size: 1.3em; } .page-kuya-owen__text { font-size: 1em; } .page-kuya-owen__features-grid { grid-template-columns: 1fr; } .page-kuya-owen__feature-card { padding: 20px; } .page-kuya-owen__promo-text { font-size: 1.2em; } .page-kuya-owen__faq-question h3 { font-size: 1.1em; } .page-kuya-owen__faq-answer { padding: 0 15px; } .page-kuya-owen__faq-item.active .page-kuya-owen__faq-answer { padding: 15px !important; } .page-kuya-owen__floating-buttons { right: 10px; bottom: 10px; } .page-kuya-owen__floating-button { width: 50px; height: 50px; font-size: 0.8em; } } @media (max-width: 375px) { .page-kuya-owen__container { padding: 10px; } .page-kuya-owen__section { padding: 20px 10px; } .page-kuya-owen__hero-content { padding: 60px 15px; min-height: 300px; } .page-kuya-owen__hero-title { font-size: 1.8em; } .page-kuya-owen__hero-subtitle { font-size: 0.9em; } .page-kuya-owen__button { padding: 10px 20px; font-size: 0.9em; } .page-kuya-owen__title { font-size: 1.6em; } .page-kuya-owen__subtitle { font-size: 1.1em; } .page-kuya-owen__text { font-size: 0.9em; } .page-kuya-owen__feature-card { padding: 15px; } .page-kuya-owen__promo-text { font-size: 1.1em; } .page-kuya-owen__faq-question { padding: 15px; } .page-kuya-owen__faq-question h3 { font-size: 1em; } .page-kuya-owen__faq-answer { padding: 0 10px; } .page-kuya-owen__faq-item.active .page-kuya-owen__faq-answer { padding: 10px !important; } }