/* Page-specific CSS for Pangit Kuya */.page-pangit-kuya {font-family: 'Arial', sans-serif;color: #e0e0e0;background-color: #1a1a2e;line-height: 1.6;}.page-pangit-kuya__container {max-width: 1200px;margin: 0 auto;padding: 0 15px;box-sizing: border-box;}.page-pangit-kuya__hero-section {position: relative;width: 100%;min-height: 60vh;display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;padding-top: 10px;padding-bottom: 50px;}.page-pangit-kuya__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}.page-pangit-kuya__hero-image {width: 100%;height: 100%;object-fit: cover;filter: brightness(0.5);max-width: 100%;height: auto;}.page-pangit-kuya__hero-content {position: relative;z-index: 1;max-width: 800px;padding: 20px;background-color: rgba(0, 0, 0, 0.6);border-radius: 10px;margin: 0 15px;}.page-pangit-kuya__hero-title {font-size: 2.5em;color: #e6b800;margin-bottom: 20px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-pangit-kuya__hero-description {font-size: 1.1em;margin-bottom: 30px;color: #f0f0f0;}.page-pangit-kuya__hero-cta-group {display: flex;flex-direction: column;gap: 15px;justify-content: center;align-items: center;}.page-pangit-kuya__hero-button {display: inline-block;padding: 12px 30px;border-radius: 5px;font-size: 1.1em;font-weight: bold;text-decoration: none;transition: background-color 0.3s ease, transform 0.2s ease;width: 100%;max-width: 250px;box-sizing: border-box;text-align: center;}.page-pangit-kuya__hero-button--register {background-color: #007bff;color: #fff;}.page-pangit-kuya__hero-button--register:hover {background-color: #0056b3;transform: translateY(-2px);}.page-pangit-kuya__hero-button--login {background-color: #28a745;color: #fff;}.page-pangit-kuya__hero-button--login:hover {background-color: #1e7e34;transform: translateY(-2px);}.page-pangit-kuya__section-title {font-size: 2em;color: #e6b800;text-align: center;margin-bottom: 20px;padding-top: 40px;}.page-pangit-kuya__section-description {font-size: 1.05em;text-align: center;margin-bottom: 40px;color: #d0d0d0;max-width: 800px;margin-left: auto;margin-right: auto;}.page-pangit-kuya__features-section {padding: 60px 0;background-color: #1a1a2e;}.page-pangit-kuya__features-grid {display: grid;grid-template-columns: 1fr;gap: 30px;margin-bottom: 40px;}.page-pangit-kuya__feature-item {background-color: #282844;padding: 30px;border-radius: 10px;text-align: center;transition: transform 0.3s ease;box-sizing: border-box;}.page-pangit-kuya__feature-item:hover {transform: translateY(-5px);}.page-pangit-kuya__feature-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;max-width: 100%;height: auto;box-sizing: border-box;}.page-pangit-kuya__feature-title {font-size: 1.5em;color: #e6b800;margin-bottom: 15px;}.page-pangit-kuya__feature-text {font-size: 1em;color: #f0f0f0;word-wrap: break-word;overflow-wrap: break-word;}.page-pangit-kuya__cta-bottom {text-align: center;margin-top: 40px;}.page-pangit-kuya__button {display: inline-block;padding: 15px 40px;background-color: #dc3545;color: #fff;border-radius: 5px;font-size: 1.2em;font-weight: bold;text-decoration: none;transition: background-color 0.3s ease, transform 0.2s ease;}.page-pangit-kuya__button:hover {background-color: #c82333;transform: translateY(-2px);}.page-pangit-kuya__promotions-section {padding: 60px 0;background-color: #1a1a2e;}.page-pangit-kuya__promo-cards {display: grid;grid-template-columns: 1fr;gap: 30px;}.page-pangit-kuya__promo-card {background-color: #282844;border-radius: 10px;overflow: hidden;text-align: center;transition: transform 0.3s ease;box-sizing: border-box;}.page-pangit-kuya__promo-card:hover {transform: translateY(-5px);}.page-pangit-kuya__promo-image {width: 100%;height: 200px;object-fit: cover;max-width: 100%;height: auto;box-sizing: border-box;}.page-pangit-kuya__promo-title {font-size: 1.6em;color: #e6b800;margin: 20px 15px 10px;}.page-pangit-kuya__promo-text {font-size: 1em;color: #f0f0f0;margin: 0 15px 20px;word-wrap: break-word;overflow-wrap: break-word;}.page-pangit-kuya__promo-button {display: inline-block;padding: 10px 25px;background-color: #ffc107;color: #333;border-radius: 5px;font-weight: bold;text-decoration: none;margin-bottom: 20px;transition: background-color 0.3s ease;}.page-pangit-kuya__promo-button:hover {background-color: #e0a800;}.page-pangit-kuya__faq-section {padding: 60px 0 100px;background-color: #1a1a2e;}.page-pangit-kuya__faq-list {max-width: 900px;margin: 0 auto;}.page-pangit-kuya__faq-item {background-color: #282844;margin-bottom: 15px;border-radius: 8px;overflow: hidden;}.page-pangit-kuya__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background-color: #3a3a5e;cursor: pointer;user-select: none;transition: background-color 0.3s ease;}.page-pangit-kuya__faq-question:hover {background-color: #4a4a7e;}.page-pangit-kuya__faq-title {font-size: 1.2em;color: #e6b800;margin: 0;pointer-events: none;}.page-pangit-kuya__faq-toggle {font-size: 1.5em;font-weight: bold;color: #e6b800;line-height: 1;pointer-events: none;transition: transform 0.3s ease;}.page-pangit-kuya__faq-item.active .page-pangit-kuya__faq-toggle {transform: rotate(45deg);}.page-pangit-kuya__faq-answer {max-height: 0;overflow: hidden;padding: 0 15px;background-color: #282844;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;}.page-pangit-kuya__faq-item.active .page-pangit-kuya__faq-answer {max-height: 2000px !important;padding: 20px 15px !important;opacity: 1;}.page-pangit-kuya__faq-answer p {margin: 0;color: #f0f0f0;font-size: 1em;word-wrap: break-word;overflow-wrap: break-word;}.page-pangit-kuya__floating-buttons {position: fixed;bottom: 0;left: 0;width: 100%;display: flex;justify-content: space-around;padding: 10px 0;background-color: rgba(0, 0, 0, 0.9);z-index: 1000;box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);}.page-pangit-kuya__floating-button {flex: 1;text-align: center;padding: 12px 0;margin: 0 5px;border-radius: 8px;font-size: 1.1em;font-weight: bold;text-decoration: none;color: #fff;transition: background-color 0.3s ease;box-sizing: border-box;}.page-pangit-kuya__floating-button--register {background-color: #007bff;}.page-pangit-kuya__floating-button--register:hover {background-color: #0056b3;}.page-pangit-kuya__floating-button--login {background-color: #28a745;}.page-pangit-kuya__floating-button--login:hover {background-color: #1e7e34;}@media (min-width: 769px) {.page-pangit-kuya__hero-cta-group {flex-direction: row;gap: 20px;}.page-pangit-kuya__hero-button {width: auto;max-width: none;}.page-pangit-kuya__features-grid {grid-template-columns: repeat(2, 1fr);}.page-pangit-kuya__promo-cards {grid-template-columns: repeat(2, 1fr);}}@media (min-width: 1024px) {.page-pangit-kuya__features-grid {grid-template-columns: repeat(4, 1fr);}}@media (max-width: 768px) {.page-pangit-kuya__hero-title {font-size: 2em;}.page-pangit-kuya__hero-description {font-size: 1em;}.page-pangit-kuya__hero-button {font-size: 1em;padding: 10px 20px;}.page-pangit-kuya__section-title {font-size: 1.8em;}.page-pangit-kuya__section-description {font-size: 0.95em;}.page-pangit-kuya__feature-item,.page-pangit-kuya__promo-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px 15px;}.page-pangit-kuya__feature-text,.page-pangit-kuya__promo-text {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-pangit-kuya__hero-image,.page-pangit-kuya__feature-icon,.page-pangit-kuya__promo-image {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-pangit-kuya__floating-button {font-size: 1em;padding: 10px 0;}}