body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; } .page-kuya-nash__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-kuya-nash__hero-section { background: linear-gradient(135deg, #2a0000, #000000); padding: 120px 0 60px; text-align: center; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; } @media (max-width: 768px) { .page-kuya-nash__hero-section { padding: 100px 0 40px; } } .page-kuya-nash__hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 400px; } .page-kuya-nash__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 0 0 10px rgba(255, 204, 0, 0.7); line-height: 1.2; font-weight: bold; } @media (max-width: 768px) { .page-kuya-nash__hero-title { font-size: 2.2em; } } .page-kuya-nash__hero-subtitle { font-size: 1.5em; color: #ffffff; margin-bottom: 40px; max-width: 800px; line-height: 1.5; } @media (max-width: 768px) { .page-kuya-nash__hero-subtitle { font-size: 1.1em; margin-bottom: 30px; } } .page-kuya-nash__hero-cta { display: inline-block; background-color: #e63946; color: #ffffff; 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; border: 2px solid #e63946; } .page-kuya-nash__hero-cta:hover { background-color: #c72c38; transform: translateY(-3px); } .page-kuya-nash__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 1; } .page-kuya-nash__section { padding: 60px 0; } @media (max-width: 768px) { .page-kuya-nash__section { padding: 40px 0; } } .page-kuya-nash__section--dark { background-color: #0d0d1a; } .page-kuya-nash__section--light { background-color: #1a1a2e; } .page-kuya-nash__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 40px; text-shadow: 0 0 5px rgba(255, 204, 0, 0.5); } @media (max-width: 768px) { .page-kuya-nash__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-kuya-nash__intro-text { font-size: 1.1em; line-height: 1.6; text-align: center; max-width: 900px; margin: 0 auto 40px; } .page-kuya-nash__button-group { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; } .page-kuya-nash__button { display: inline-block; background-color: #457b9d; color: #ffffff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: 2px solid #457b9d; } .page-kuya-nash__button:hover { background-color: #386782; transform: translateY(-2px); } .page-kuya-nash__app-download { text-align: center; margin-top: 40px; } .page-kuya-nash__app-download-button { background-color: #e63946; border-color: #e63946; } .page-kuya-nash__app-download-button:hover { background-color: #c72c38; border-color: #c72c38; } .page-kuya-nash__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-kuya-nash__game-grid { grid-template-columns: 1fr; } } .page-kuya-nash__game-card { background-color: #2b2b40; border-radius: 15px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-kuya-nash__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-kuya-nash__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-nash__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-nash__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-kuya-nash__game-card-description { font-size: 0.95em; color: #cccccc; line-height: 1.4; margin-bottom: 20px; } .page-kuya-nash__game-card-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .page-kuya-nash__game-card-button:hover { background-color: #c72c38; } .page-kuya-nash__promo-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } @media (max-width: 768px) { .page-kuya-nash__promo-list { grid-template-columns: 1fr; } } .page-kuya-nash__promo-item { background-color: #2b2b40; border-radius: 10px; padding: 25px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; justify-content: space-between; } .page-kuya-nash__promo-item h3 { color: #ffcc00; font-size: 1.6em; margin-top: 0; margin-bottom: 10px; } .page-kuya-nash__promo-item p { color: #cccccc; line-height: 1.5; font-size: 0.95em; margin-bottom: 20px; } .page-kuya-nash__promo-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 0.95em; font-weight: bold; transition: background-color 0.3s ease; align-self: flex-start; } .page-kuya-nash__promo-button:hover { background-color: #c72c38; } .page-kuya-nash__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; text-align: center; } @media (max-width: 768px) { .page-kuya-nash__features-grid { grid-template-columns: 1fr; } } .page-kuya-nash__feature-item { background-color: #2b2b40; border-radius: 10px; padding: 30px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-kuya-nash__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-kuya-nash__feature-item h3 { color: #ffcc00; font-size: 1.5em; margin-bottom: 10px; } .page-kuya-nash__feature-item p { color: #cccccc; line-height: 1.5; font-size: 0.95em; } .page-kuya-nash__faq-list { max-width: 900px; margin: 40px auto 0; } .page-kuya-nash__faq-item { background-color: #2b2b40; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-kuya-nash__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3b3b55; transition: background-color 0.3s ease; } .page-kuya-nash__faq-question:hover { background-color: #4a4a66; } .page-kuya-nash__faq-question h3 { color: #ffcc00; font-size: 1.2em; margin: 0; pointer-events: none; } .page-kuya-nash__faq-toggle { font-size: 1.8em; color: #ffcc00; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-nash__faq-item.active .page-kuya-nash__faq-toggle { transform: rotate(45deg); } .page-kuya-nash__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-kuya-nash__faq-item.active .page-kuya-nash__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-kuya-nash__faq-answer p { margin: 0; color: #cccccc; line-height: 1.6; font-size: 0.95em; } .page-kuya-nash__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-kuya-nash__blog-grid { grid-template-columns: 1fr; } } .page-kuya-nash__blog-card { background-color: #2b2b40; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-kuya-nash__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-kuya-nash__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-nash__blog-card-content { padding: 20px; } .page-kuya-nash__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; line-height: 1.3; } .page-kuya-nash__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-kuya-nash__blog-card-title a:hover { color: #e63946; } .page-kuya-nash__blog-card-excerpt { font-size: 0.95em; color: #cccccc; line-height: 1.5; margin-bottom: 20px; } .page-kuya-nash__blog-card-link { display: inline-block; background-color: #457b9d; color: #ffffff; padding: 8px 18px; border-radius: 20px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-kuya-nash__blog-card-link:hover { background-color: #386782; } .page-kuya-nash__list-item { box-sizing: border-box; } @media (max-width: 768px) { .page-kuya-nash__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-nash__promo-list, .page-kuya-nash__game-grid, .page-kuya-nash__features-grid, .page-kuya-nash__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; } .page-kuya-nash__game-card-image, .page-kuya-nash__blog-card-image { max-width: 100% !important; height: auto !important; } } .page-kuya-nash__feature-icon img { max-width: 100%; height: auto; }