/* CSS styles for pangit-kuya page */:root { --page-pangit-kuya__primary-color: #e44d26; /* A vibrant, energetic red-orange */ --page-pangit-kuya__secondary-color: #333333; /* Dark grey for text */ --page-pangit-kuya__accent-color: #f7b731; /* Bright yellow for highlights */ --page-pangit-kuya__background-dark: #1a1a1a; /* Dark background */ --page-pangit-kuya__background-light: #2c2c2c; /* Slightly lighter background */ --page-pangit-kuya__text-light: #f0f0f0; /* Light text for dark backgrounds */ --page-pangit-kuya__text-dark: #333333; /* Dark text for light backgrounds */ --page-pangit-kuya__border-color: #444444;}.page-pangit-kuya { font-family: 'Arial', sans-serif; color: var(--page-pangit-kuya__text-light); background-color: var(--page-pangit-kuya__background-dark); line-height: 1.6;}.page-pangit-kuya__section { padding: 40px 20px; text-align: center; margin-bottom: 20px;}.page-pangit-kuya__section:nth-of-type(even) { background-color: var(--page-pangit-kuya__background-light);}.page-pangit-kuya__section-title { font-size: 2.5em; color: var(--page-pangit-kuya__primary-color); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px;}.page-pangit-kuya__section-subtitle { font-size: 1.5em; color: var(--page-pangit-kuya__accent-color); margin-bottom: 30px;}.page-pangit-kuya__text { font-size: 1.1em; max-width: 800px; margin: 0 auto 20px auto; color: var(--page-pangit-kuya__text-light);}.page-pangit-kuya__button { display: inline-block; background-color: var(--page-pangit-kuya__primary-color); color: #fff; padding: 12px 25px; 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-pangit-kuya__button:hover { background-color: #ff6f40; transform: translateY(-2px);}.page-pangit-kuya__hero-section { padding: 10px 0 0 0; background-size: cover; background-position: center; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden;}.page-pangit-kuya__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1;}.page-pangit-kuya__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px;}.page-pangit-kuya__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-pangit-kuya__hero-subtitle { font-size: 1.8em; color: var(--page-pangit-kuya__accent-color); margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-pangit-kuya__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;}.page-pangit-kuya__intro-section { padding: 60px 20px;}.page-pangit-kuya__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0 auto;}.page-pangit-kuya__intro-card { background-color: var(--page-pangit-kuya__background-light); padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-pangit-kuya__intro-card-title { font-size: 1.6em; color: var(--page-pangit-kuya__primary-color); margin-bottom: 15px;}.page-pangit-kuya__intro-card-text { color: var(--page-pangit-kuya__text-light); font-size: 1em;}.page-pangit-kuya__quick-access-section { padding: 60px 20px;}.page-pangit-kuya__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 40px auto 0 auto;}.page-pangit-kuya__access-button { width: 100%; padding: 15px 20px; font-size: 1.2em; border-radius: 8px; background-color: var(--page-pangit-kuya__accent-color); color: var(--page-pangit-kuya__background-dark); text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease;}.page-pangit-kuya__access-button:hover { background-color: #fce8a8; transform: translateY(-2px);}.page-pangit-kuya__games-section { padding: 60px 20px;}.page-pangit-kuya__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0 auto;}.page-pangit-kuya__game-card { background-color: var(--page-pangit-kuya__background-light); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; display: flex; flex-direction: column;}.page-pangit-kuya__game-card-image-wrapper { width: 100%; height: 200px; overflow: hidden;}.page-pangit-kuya__game-card-image { width: 100%; height: 100%; object-fit: cover;}.page-pangit-kuya__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column;}.page-pangit-kuya__game-card-title { font-size: 1.5em; color: var(--page-pangit-kuya__primary-color); margin-bottom: 10px;}.page-pangit-kuya__game-card-description { font-size: 0.95em; color: var(--page-pangit-kuya__text-light); margin-bottom: 15px; flex-grow: 1;}.page-pangit-kuya__game-card .page-pangit-kuya__button { width: 100%; text-align: center;}.page-pangit-kuya__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px;}.page-pangit-kuya__game-provider-logo { height: 50px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease;}.page-pangit-kuya__game-provider-logo:hover { filter: grayscale(0%); opacity: 1;}.page-pangit-kuya__promotions-section { padding: 60px 20px;}.page-pangit-kuya__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0 auto;}.page-pangit-kuya__promo-card { background-color: var(--page-pangit-kuya__background-light); border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left;}.page-pangit-kuya__promo-card-title { font-size: 1.6em; color: var(--page-pangit-kuya__accent-color); margin-bottom: 10px;}.page-pangit-kuya__promo-card-description { font-size: 1em; color: var(--page-pangit-kuya__text-light); margin-bottom: 20px;}.page-pangit-kuya__security-section { padding: 60px 20px;}.page-pangit-kuya__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0 auto;}.page-pangit-kuya__security-item { background-color: var(--page-pangit-kuya__background-light); padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-pangit-kuya__security-item-title { font-size: 1.5em; color: var(--page-pangit-kuya__primary-color); margin-bottom: 15px;}.page-pangit-kuya__security-item-text { font-size: 1em; color: var(--page-pangit-kuya__text-light);}.page-pangit-kuya__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px;}.page-pangit-kuya__payment-logo { height: 40px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease;}.page-pangit-kuya__payment-logo:hover { filter: grayscale(0%); opacity: 1;}.page-pangit-kuya__faq-section { padding: 60px 20px;}.page-pangit-kuya__faq-container { max-width: 800px; margin: 40px auto 0 auto;}.page-pangit-kuya__faq-item { background-color: var(--page-pangit-kuya__background-light); margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-pangit-kuya__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: var(--page-pangit-kuya__background-dark); color: var(--page-pangit-kuya__text-light); transition: background-color 0.3s ease; user-select: none;}.page-pangit-kuya__faq-question:hover { background-color: #3a3a3a;}.page-pangit-kuya__faq-question h3 { margin: 0; font-size: 1.2em; color: var(--page-pangit-kuya__accent-color); pointer-events: none;}.page-pangit-kuya__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--page-pangit-kuya__primary-color); transition: transform 0.3s ease; pointer-events: none;}.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 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: var(--page-pangit-kuya__background-light); color: var(--page-pangit-kuya__text-light); text-align: left;}.page-pangit-kuya__faq-item.active .page-pangit-kuya__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-pangit-kuya__blog-section { padding: 60px 20px; background-color: var(--page-pangit-kuya__background-light);}.page-pangit-kuya__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0 auto;}.page-pangit-kuya__blog-card { background-color: var(--page-pangit-kuya__background-dark); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; display: flex; flex-direction: column;}.page-pangit-kuya__blog-card-image-wrapper { width: 100%; height: 220px; overflow: hidden;}.page-pangit-kuya__blog-card-image { width: 100%; height: 100%; object-fit: cover;}.page-pangit-kuya__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column;}.page-pangit-kuya__blog-card-date { font-size: 0.85em; color: var(--page-pangit-kuya__accent-color); margin-bottom: 10px;}.page-pangit-kuya__blog-card-title { font-size: 1.4em; color: var(--page-pangit-kuya__primary-color); margin-bottom: 10px; line-height: 1.3;}.page-pangit-kuya__blog-card-description { font-size: 0.95em; color: var(--page-pangit-kuya__text-light); margin-bottom: 15px; flex-grow: 1;}.page-pangit-kuya__blog-card .page-pangit-kuya__button { width: 100%; text-align: center;}/* Responsive styles */@media (max-width: 1024px) { .page-pangit-kuya__hero-title { font-size: 3em; } .page-pangit-kuya__hero-subtitle { font-size: 1.5em; } .page-pangit-kuya__section-title { font-size: 2em; }}.page-pangit-kuya__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000;}.page-pangit-kuya__floating-button { background-color: var(--page-pangit-kuya__primary-color); color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease;}.page-pangit-kuya__floating-button:hover { background-color: #ff6f40; transform: translateY(-2px);}.page-pangit-kuya__floating-button--register { background-color: var(--page-pangit-kuya__accent-color); color: var(--page-pangit-kuya__background-dark);}.page-pangit-kuya__floating-button--register:hover { background-color: #fce8a8;}@media (max-width: 768px) { .page-pangit-kuya__hero-section { min-height: 400px; } .page-pangit-kuya__hero-title { font-size: 2.5em; } .page-pangit-kuya__hero-subtitle { font-size: 1.3em; } .page-pangit-kuya__section { padding: 30px 15px; } .page-pangit-kuya__section-title { font-size: 1.8em; } .page-pangit-kuya__section-subtitle { font-size: 1.2em; } .page-pangit-kuya__intro-grid, .page-pangit-kuya__access-grid, .page-pangit-kuya__game-grid, .page-pangit-kuya__promo-grid, .page-pangit-kuya__security-grid, .page-pangit-kuya__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-pangit-kuya__intro-card, .page-pangit-kuya__promo-card, .page-pangit-kuya__security-item, .page-pangit-kuya__blog-card { padding: 20px; } .page-pangit-kuya__faq-question { padding: 15px 20px; } .page-pangit-kuya__faq-question h3 { font-size: 1.1em; } .page-pangit-kuya__faq-answer { padding: 0 20px; } .page-pangit-kuya__faq-item.active .page-pangit-kuya__faq-answer { padding: 15px 20px !important; } .page-pangit-kuya__game-card-image-wrapper { height: 180px; } .page-pangit-kuya__game-card-title { font-size: 1.3em; } .page-pangit-kuya__promo-card-title { font-size: 1.4em; } .page-pangit-kuya__blog-card-title { font-size: 1.2em; } .page-pangit-kuya__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-pangit-kuya__floating-button { padding: 10px 18px; font-size: 0.9em; } /* List item responsive requirements */ .page-pangit-kuya__intro-grid > *, .page-pangit-kuya__access-grid > *, .page-pangit-kuya__game-grid > *, .page-pangit-kuya__promo-grid > *, .page-pangit-kuya__security-grid > *, .page-pangit-kuya__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-pangit-kuya__intro-grid, .page-pangit-kuya__access-grid, .page-pangit-kuya__game-grid, .page-pangit-kuya__promo-grid, .page-pangit-kuya__security-grid, .page-pangit-kuya__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }}