/* General styles for the page-kuya-kim-young-pictures wrapper */.page-kuya-kim-young-pictures {font-family: 'Arial', sans-serif;color: #e0e0e0;background-color: #1a1a1a;line-height: 1.6;overflow-x: hidden; /* Prevent horizontal scroll */padding-top: 10px; /* Small decorative padding, assuming body has header offset */}/* Section base styles */.page-kuya-kim-young-pictures__hero-section,.page-kuya-kim-young-pictures__introduction-section,.page-kuya-kim-young-pictures__quick-access-section,.page-kuya-kim-young-pictures__games-section,.page-kuya-kim-young-pictures__promotions-section,.page-kuya-kim-young-pictures__security-section,.page-kuya-kim-young-pictures__faq-section,.page-kuya-kim-young-pictures__blog-section {padding: 40px 20px;max-width: 1200px;margin: 0 auto;text-align: center;}/* Section titles */.page-kuya-kim-young-pictures__section-title {color: #fdd835; /* Gold/Yellow */font-size: 2.5em;margin-bottom: 15px;font-weight: 700;text-transform: uppercase;}.page-kuya-kim-young-pictures__section-description {font-size: 1.1em;color: #cccccc;margin-bottom: 40px;max-width: 800px;margin-left: auto;margin-right: auto;}/* Hero Section */.page-kuya-kim-young-pictures__hero-section {position: relative;min-height: 500px;display: flex;align-items: center;justify-content: center;overflow: hidden;padding: 60px 20px;}.page-kuya-kim-young-pictures__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;filter: brightness(0.5); /* Darken image for text readability */}.page-kuya-kim-young-pictures__hero-content {position: relative;z-index: 2;color: #ffffff;text-align: center;max-width: 900px;}.page-kuya-kim-young-pictures__hero-title {font-size: 3.5em;margin-bottom: 20px;line-height: 1.2;color: #fdd835;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-kuya-kim-young-pictures__hero-subtitle {font-size: 1.5em;margin-bottom: 30px;color: #e0e0e0;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-kuya-kim-young-pictures__hero-cta {display: inline-block;background-color: #fdd835; /* Gold/Yellow */color: #1a1a1a;padding: 15px 30px;border-radius: 50px;text-decoration: none;font-size: 1.2em;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-kuya-kim-young-pictures__hero-cta:hover {background-color: #ffeb3b; /* Lighter gold */transform: translateY(-3px);}/* Introduction Section Features Grid */.page-kuya-kim-young-pictures__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;margin-top: 30px;}.page-kuya-kim-young-pictures__feature-item {background-color: #2a2a2a;padding: 25px;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-kuya-kim-young-pictures__feature-item:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-kuya-kim-young-pictures__feature-icon {width: 100%;max-width: 100px;height: auto;margin-bottom: 15px;max-height: 100px; /* Ensure images are not too large */object-fit: contain;}.page-kuya-kim-young-pictures__feature-item h3 {color: #fdd835;font-size: 1.4em;margin-bottom: 10px;}.page-kuya-kim-young-pictures__feature-item p {font-size: 0.95em;color: #cccccc;}/* Quick Access Buttons */.page-kuya-kim-young-pictures__access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-kuya-kim-young-pictures__access-btn {background-color: #007bff; /* Blue */color: #ffffff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-size: 1.1em;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);}.page-kuya-kim-young-pictures__access-btn:hover {background-color: #0056b3;transform: translateY(-2px);}/* Games Section */.page-kuya-kim-young-pictures__games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-kuya-kim-young-pictures__game-card {background-color: #2a2a2a;padding: 20px;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-kuya-kim-young-pictures__game-card:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-kuya-kim-young-pictures__game-image {width: 100%;height: 180px; /* Fixed height for consistency */object-fit: cover;border-radius: 8px;margin-bottom: 15px;}.page-kuya-kim-young-pictures__game-card h3 {color: #fdd835;font-size: 1.3em;margin-bottom: 10px;}.page-kuya-kim-young-pictures__game-card p {font-size: 0.9em;color: #cccccc;margin-bottom: 15px;min-height: 40px; /* Ensure consistent card height */}.page-kuya-kim-young-pictures__game-cta {display: inline-block;background-color: #f44336; /* Red */color: #ffffff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-size: 1em;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;}.page-kuya-kim-young-pictures__game-cta:hover {background-color: #d32f2f;transform: translateY(-2px);}/* Promotions Section */.page-kuya-kim-young-pictures__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-kuya-kim-young-pictures__promo-card {background-color: #2a2a2a;padding: 20px;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-kuya-kim-young-pictures__promo-card:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-kuya-kim-young-pictures__promo-image {width: 100%;height: 200px;object-fit: cover;border-radius: 8px;margin-bottom: 15px;}.page-kuya-kim-young-pictures__promo-card h3 {color: #fdd835;font-size: 1.4em;margin-bottom: 10px;}.page-kuya-kim-young-pictures__promo-card p {font-size: 0.95em;color: #cccccc;margin-bottom: 20px;min-height: 50px;}.page-kuya-kim-young-pictures__promo-cta {display: inline-block;background-color: #4caf50; /* Green */color: #ffffff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-size: 1.1em;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;}.page-kuya-kim-young-pictures__promo-cta:hover {background-color: #388e3c;transform: translateY(-2px);}/* Security Section */.page-kuya-kim-young-pictures__security-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;margin-top: 30px;}.page-kuya-kim-young-pictures__security-item {background-color: #2a2a2a;padding: 25px;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);text-align: center;}.page-kuya-kim-young-pictures__security-icon {width: 100%;max-width: 100px;height: auto;margin-bottom: 15px;max-height: 100px;object-fit: contain;}.page-kuya-kim-young-pictures__security-item h3 {color: #fdd835;font-size: 1.4em;margin-bottom: 10px;}.page-kuya-kim-young-pictures__security-item p {font-size: 0.95em;color: #cccccc;}.page-kuya-kim-young-pictures__contact-btn-wrapper {margin-top: 40px;}.page-kuya-kim-young-pictures__contact-btn {display: inline-block;background-color: #ff9800; /* Orange */color: #1a1a1a;padding: 15px 30px;border-radius: 50px;text-decoration: none;font-size: 1.2em;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-kuya-kim-young-pictures__contact-btn:hover {background-color: #fb8c00;transform: translateY(-3px);}/* FAQ Section */.page-kuya-kim-young-pictures__faq-list {margin-top: 30px;text-align: left;max-width: 800px;margin-left: auto;margin-right: auto;}.page-kuya-kim-young-pictures__faq-item {background-color: #2a2a2a;margin-bottom: 15px;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-kuya-kim-young-pictures__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background-color: #3a3a3a;color: #fdd835;font-size: 1.2em;font-weight: bold;cursor: pointer;user-select: none;transition: background-color 0.3s ease;}.page-kuya-kim-young-pictures__faq-question:hover {background-color: #4a4a4a;}.page-kuya-kim-young-pictures__faq-q-text {margin: 0;color: #fdd835;font-size: 1em; /* Relative to parent font-size */pointer-events: none; /* Prevent text from blocking click event */}.page-kuya-kim-young-pictures__faq-toggle {font-size: 1.5em;line-height: 1;transition: transform 0.3s ease;pointer-events: none; /* Prevent toggle from blocking click event */}.page-kuya-kim-young-pictures__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px;color: #cccccc;background-color: #2a2a2a;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-kim-young-pictures__faq-answer p {margin: 15px 0;}.page-kuya-kim-young-pictures__faq-item.active .page-kuya-kim-young-pictures__faq-answer {max-height: 2000px !important; /* Sufficiently large height */padding: 20px !important;opacity: 1;}.page-kuya-kim-young-pictures__faq-item.active .page-kuya-kim-young-pictures__faq-toggle {transform: rotate(45deg); /* Change + to X (or rotate to -) */}/* Blog Section */.page-kuya-kim-young-pictures__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-kuya-kim-young-pictures__blog-card {background-color: #2a2a2a;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);text-align: left;transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-kuya-kim-young-pictures__blog-card:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}.page-kuya-kim-young-pictures__blog-image {width: 100%;height: 180px;object-fit: cover;}.page-kuya-kim-young-pictures__blog-card h3 {font-size: 1.2em;margin: 15px 15px 10px 15px;color: #fdd835;}.page-kuya-kim-young-pictures__blog-card h3 a {color: #fdd835;text-decoration: none;transition: color 0.3s ease;}.page-kuya-kim-young-pictures__blog-card h3 a:hover {color: #ffeb3b;}.page-kuya-kim-young-pictures__blog-card p {font-size: 0.9em;color: #cccccc;padding: 0 15px;margin-bottom: 15px;min-height: 60px; /* Ensure consistent card height */}.page-kuya-kim-young-pictures__blog-date {display: block;font-size: 0.8em;color: #999999;padding: 0 15px 15px 15px;}/* Responsive adjustments */@media (max-width: 768px) {.page-kuya-kim-young-pictures__hero-section {min-height: 400px;padding: 40px 15px;}.page-kuya-kim-young-pictures__hero-title {font-size: 2.2em;}.page-kuya-kim-young-pictures__hero-subtitle {font-size: 1.2em;}.page-kuya-kim-young-pictures__hero-cta {padding: 12px 25px;font-size: 1em;}.page-kuya-kim-young-pictures__section-title {font-size: 2em;}.page-kuya-kim-young-pictures__section-description {font-size: 1em;}/* List item responsive - all grid items are treated as lists */.page-kuya-kim-young-pictures__features-grid,.page-kuya-kim-young-pictures__games-grid,.page-kuya-kim-young-pictures__promo-grid,.page-kuya-kim-young-pictures__security-grid,.page-kuya-kim-young-pictures__blog-grid {grid-template-columns: 1fr; /* Single column layout */gap: 20px;}.page-kuya-kim-young-pictures__feature-item,.page-kuya-kim-young-pictures__game-card,.page-kuya-kim-young-pictures__promo-card,.page-kuya-kim-young-pictures__security-item,.page-kuya-kim-young-pictures__blog-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-kuya-kim-young-pictures__feature-item p,.page-kuya-kim-young-pictures__game-card p,.page-kuya-kim-young-pictures__promo-card p,.page-kuya-kim-young-pictures__security-item p,.page-kuya-kim-young-pictures__blog-card p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-kuya-kim-young-pictures__game-image,.page-kuya-kim-young-pictures__promo-image,.page-kuya-kim-young-pictures__blog-image {max-width: 100% !important;height: auto !important; /* Allow height to adjust */box-sizing: border-box !important;}.page-kuya-kim-young-pictures__access-buttons {flex-direction: column;align-items: center;}.page-kuya-kim-young-pictures__access-btn {width: 80%;max-width: 300px;}.page-kuya-kim-young-pictures__faq-question {font-size: 1.1em;padding: 12px 15px;}.page-kuya-kim-young-pictures__faq-answer {padding: 0 15px;}.page-kuya-kim-young-pictures__faq-item.active .page-kuya-kim-young-pictures__faq-answer {padding: 15px !important;}.page-kuya-kim-young-pictures__blog-card h3 {font-size: 1.1em;}}@media (max-width: 480px) {.page-kuya-kim-young-pictures__hero-title {font-size: 1.8em;}.page-kuya-kim-young-pictures__hero-subtitle {font-size: 1em;}.page-kuya-kim-young-pictures__section-title {font-size: 1.8em;}.page-kuya-kim-young-pictures__faq-question {font-size: 1em;}}