.page-kuya-lettering__hero-section { background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); color: #fff; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; }.page-kuya-lettering__hero-content { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }.page-kuya-lettering__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 1; }.page-kuya-lettering__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; font-weight: bold; }.page-kuya-lettering__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; }.page-kuya-lettering__hero-cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-kuya-lettering__cta-button { background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; display: inline-block; }.page-kuya-lettering__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-kuya-lettering__cta-button--secondary { background-color: #007bff; color: #fff; }.page-kuya-lettering__cta-button--secondary:hover { background-color: #0056b3; }.page-kuya-lettering__section { padding: 60px 20px; background-color: #f8f9fa; margin-bottom: 20px; border-radius: 10px; }.page-kuya-lettering__section--dark { background-color: #e9ecef; }.page-kuya-lettering__section-title { font-size: 2.2em; color: #333; text-align: center; margin-bottom: 40px; position: relative; }.page-kuya-lettering__section-title::after { content: ''; width: 60px; height: 4px; background-color: #ffcc00; position: absolute; left: 50%; transform: translateX(-50%); bottom: -15px; border-radius: 2px; }.page-kuya-lettering__text-content { max-width: 800px; margin: 0 auto 30px; text-align: center; line-height: 1.7; color: #555; }.page-kuya-lettering__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-kuya-lettering__card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-kuya-lettering__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-kuya-lettering__card-image { width: 100%; height: 200px; object-fit: cover; }.page-kuya-lettering__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-kuya-lettering__card-title { font-size: 1.4em; color: #333; margin-bottom: 15px; line-height: 1.3; }.page-kuya-lettering__card-description { font-size: 0.95em; color: #666; margin-bottom: 20px; line-height: 1.6; }.page-kuya-lettering__card-link { display: inline-block; background-color: #ffcc00; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; }.page-kuya-lettering__card-link:hover { background-color: #e6b800; }.page-kuya-lettering__promo-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); text-align: left; }.page-kuya-lettering__promo-title { font-size: 1.6em; color: #333; margin-bottom: 15px; }.page-kuya-lettering__promo-description { font-size: 1em; color: #666; margin-bottom: 25px; line-height: 1.6; }.page-kuya-lettering__faq-list { max-width: 900px; margin: 0 auto; }.page-kuya-lettering__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; transition: all 0.3s ease; }.page-kuya-lettering__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #e0e0e0; transition: background-color 0.3s ease; }.page-kuya-lettering__faq-question:hover { background-color: #e5e5e5; }.page-kuya-lettering__faq-question h3 { margin: 0; font-size: 1.15em; color: #333; pointer-events: none; }.page-kuya-lettering__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; }.page-kuya-lettering__faq-item.active .page-kuya-lettering__faq-toggle { transform: rotate(45deg); }.page-kuya-lettering__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; line-height: 1.6; }.page-kuya-lettering__faq-item.active .page-kuya-lettering__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kuya-lettering__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-kuya-lettering__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-kuya-lettering__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-kuya-lettering__blog-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-kuya-lettering__blog-title { font-size: 1.4em; color: #333; margin-bottom: 10px; line-height: 1.3; }.page-kuya-lettering__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; line-height: 1.6; }.page-kuya-lettering__blog-date { font-size: 0.85em; color: #999; margin-bottom: 15px; }.page-kuya-lettering__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-kuya-lettering__blog-link:hover { color: #0056b3; }.page-kuya-lettering__register-login-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-kuya-lettering__register-login-buttons .page-kuya-lettering__cta-button { width: 120px; text-align: center; padding: 12px 15px; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }.page-kuya-lettering__game-logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; justify-items: center; align-items: center; max-width: 1000px; margin: 40px auto; }.page-kuya-lettering__game-logo { width: 100%; max-width: 120px; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; }.page-kuya-lettering__game-logo:hover { filter: grayscale(0%); opacity: 1; }.page-kuya-lettering__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 25px; max-width: 1000px; margin: 0 auto; }.page-kuya-lettering__quick-access-item { background-color: #fff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-kuya-lettering__quick-access-item:hover { transform: translateY(-3px); }.page-kuya-lettering__quick-access-item h4 { font-size: 1.2em; color: #333; margin-bottom: 15px; }.page-kuya-lettering__quick-access-item .page-kuya-lettering__cta-button { padding: 10px 20px; font-size: 0.95em; }.page-kuya-lettering__security-item { display: flex; align-items: center; margin-bottom: 25px; text-align: left; }.page-kuya-lettering__security-icon { width: 60px; height: 60px; margin-right: 20px; flex-shrink: 0; }.page-kuya-lettering__security-text h4 { font-size: 1.3em; color: #333; margin-bottom: 5px; }.page-kuya-lettering__security-text p { font-size: 0.95em; color: #666; line-height: 1.6; }.page-kuya-lettering__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; }.page-kuya-lettering__logo-center { text-align: center; margin-bottom: 30px; }.page-kuya-lettering__logo-center img { max-width: 250px; height: auto; }.page-kuya-lettering__main-container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-kuya-lettering__mobile-nav-toggle { display: none; }.page-kuya-lettering__nav-menu { display: flex; justify-content: center; gap: 30px; margin-top: 30px; flex-wrap: wrap; }.page-kuya-lettering__nav-item a { color: #fff; text-decoration: none; font-weight: bold; padding: 10px 15px; border-radius: 5px; transition: background-color 0.3s ease; }.page-kuya-lettering__nav-item a:hover { background-color: rgba(255, 255, 255, 0.1); }@media (max-width: 768px) { .page-kuya-lettering__hero-title { font-size: 2em; }.page-kuya-lettering__hero-subtitle { font-size: 1em; }.page-kuya-lettering__hero-cta-group { flex-direction: column; gap: 15px; }.page-kuya-lettering__cta-button { width: 100%; max-width: 280px; margin: 0 auto; }.page-kuya-lettering__section { padding: 40px 15px; }.page-kuya-lettering__section-title { font-size: 1.8em; }.page-kuya-lettering__grid { grid-template-columns: 1fr; }.page-kuya-lettering__card { margin-bottom: 20px; }.page-kuya-lettering__card-image { height: 180px; }.page-kuya-lettering__card-title { font-size: 1.2em; }.page-kuya-lettering__promo-item { padding: 25px; }.page-kuya-lettering__promo-title { font-size: 1.4em; }.page-kuya-lettering__faq-question { padding: 15px 20px; }.page-kuya-lettering__faq-question h3 { font-size: 1em; }.page-kuya-lettering__faq-answer { padding: 15px 20px; }.page-kuya-lettering__faq-item.active .page-kuya-lettering__faq-answer { padding: 15px 20px !important; }.page-kuya-lettering__blog-image { height: 200px; }.page-kuya-lettering__blog-title { font-size: 1.2em; }.page-kuya-lettering__register-login-buttons { bottom: 15px; right: 15px; }.page-kuya-lettering__register-login-buttons .page-kuya-lettering__cta-button { width: 100px; padding: 10px; font-size: 0.9em; }.page-kuya-lettering__game-logo-grid { grid-template-columns: repeat(3, 1fr); }.page-kuya-lettering__quick-access-grid { grid-template-columns: 1fr; }.page-kuya-lettering__quick-access-item { margin-bottom: 15px; }.page-kuya-lettering__security-item { flex-direction: column; text-align: center; margin-bottom: 30px; }.page-kuya-lettering__security-icon { margin-right: 0; margin-bottom: 15px; }.page-kuya-lettering__security-grid { grid-template-columns: 1fr; }.page-kuya-lettering__nav-menu { flex-direction: column; gap: 10px; margin-top: 20px; }.page-kuya-lettering__nav-item a { padding: 8px 10px; }.page-kuya-lettering__text-content { font-size: 0.95em; }.page-kuya-lettering__main-container { padding: 10px; }}