.page-taya365-app-for-android__hero-section { background: linear-gradient(135deg, #001f3f 0%, #000000 100%); color: #ffffff; padding: 10px 20px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 500px; position: relative; overflow: hidden; }.page-taya365-app-for-android__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('[GALLERY:background:1920x1080:abstract,gaming,philippines]'); background-size: cover; background-position: center; opacity: 0.15; z-index: 1; }.page-taya365-app-for-android__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }.page-taya365-app-for-android__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; color: #ffd700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-taya365-app-for-android__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; max-width: 700px; }.page-taya365-app-for-android__download-button { display: inline-block; background-color: #007bff; color: #ffffff; 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; }.page-taya365-app-for-android__download-button:hover { background-color: #0056b3; transform: translateY(-3px); }.page-taya365-app-for-android__hero-image { max-width: 100%; height: auto; border-radius: 15px; margin-top: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }.page-taya365-app-for-android__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-taya365-app-for-android__section:nth-of-type(even) { background-color: #f8f8f8; }.page-taya365-app-for-android__section-title { font-size: 2.2em; color: #333333; margin-bottom: 40px; position: relative; padding-bottom: 10px; }.page-taya365-app-for-android__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #007bff; border-radius: 2px; }.page-taya365-app-for-android__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-taya365-app-for-android__feature-item { background-color: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: flex-start; }.page-taya365-app-for-android__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-taya365-app-for-android__feature-icon { width: 200px; height: 200px; min-width: 200px; margin-bottom: 20px; object-fit: contain; }.page-taya365-app-for-android__feature-title { font-size: 1.4em; color: #007bff; margin-bottom: 15px; }.page-taya365-app-for-android__feature-description { font-size: 1em; color: #555555; line-height: 1.6; }.page-taya365-app-for-android__steps-container { display: flex; flex-direction: column; gap: 40px; margin-top: 40px; }.page-taya365-app-for-android__step-item { display: flex; align-items: center; text-align: left; background-color: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); }.page-taya365-app-for-android__step-number { font-size: 2.5em; font-weight: bold; color: #007bff; margin-right: 25px; min-width: 60px; text-align: center; }.page-taya365-app-for-android__step-content h3 { font-size: 1.5em; color: #333333; margin-bottom: 10px; }.page-taya365-app-for-android__step-content p { font-size: 1em; color: #555555; line-height: 1.6; }.page-taya365-app-for-android__providers-grid, .page-taya365-app-for-android__payments-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 25px; margin-top: 40px; justify-items: center; align-items: center; }.page-taya365-app-for-android__provider-logo, .page-taya365-app-for-android__payment-logo { max-width: 120px; height: auto; filter: grayscale(0%); opacity: 1; transition: filter 0.3s ease, opacity 0.3s ease; }.page-taya365-app-for-android__provider-logo:hover, .page-taya365-app-for-android__payment-logo:hover { filter: grayscale(0%); opacity: 1; }.page-taya365-app-for-android__faq-section { background-color: #f0f2f5; }.page-taya365-app-for-android__faq-item { background-color: #ffffff; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-taya365-app-for-android__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; border-bottom: 1px solid #eeeeee; transition: background-color 0.3s ease; }.page-taya365-app-for-android__faq-question:hover { background-color: #f9f9f9; }.page-taya365-app-for-android__faq-question h3 { margin: 0; font-size: 1.2em; color: #333333; pointer-events: none; }.page-taya365-app-for-android__faq-toggle { font-size: 1.8em; font-weight: bold; color: #007bff; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-taya365-app-for-android__faq-item.active .page-taya365-app-for-android__faq-toggle { transform: rotate(45deg); }.page-taya365-app-for-android__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; font-size: 1em; color: #555555; line-height: 1.6; text-align: left; }.page-taya365-app-for-android__faq-item.active .page-taya365-app-for-android__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-taya365-app-for-android__cta-section { background-color: #007bff; color: #ffffff; padding: 60px 20px; text-align: center; }.page-taya365-app-for-android__cta-title { font-size: 2.5em; margin-bottom: 20px; }.page-taya365-app-for-android__cta-description { font-size: 1.2em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-taya365-app-for-android__cta-button { background-color: #ffd700; color: #001f3f; padding: 18px 40px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-taya365-app-for-android__cta-button:hover { background-color: #e6c200; transform: translateY(-3px); }@media (max-width: 768px) { .page-taya365-app-for-android__hero-title { font-size: 2em; }.page-taya365-app-for-android__hero-subtitle { font-size: 1em; }.page-taya365-app-for-android__download-button, .page-taya365-app-for-android__cta-button { padding: 12px 25px; font-size: 1em; }.page-taya365-app-for-android__section { padding: 40px 15px; }.page-taya365-app-for-android__section-title { font-size: 1.8em; margin-bottom: 30px; }.page-taya365-app-for-android__features-grid { grid-template-columns: 1fr; }.page-taya365-app-for-android__feature-item { padding: 20px; }.page-taya365-app-for-android__feature-title { font-size: 1.2em; }.page-taya365-app-for-android__feature-description { font-size: 0.9em; }.page-taya365-app-for-android__steps-container { gap: 20px; }.page-taya365-app-for-android__step-item { flex-direction: column; text-align: center; padding: 20px; }.page-taya365-app-for-android__step-number { margin-right: 0; margin-bottom: 15px; }.page-taya365-app-for-android__step-content h3 { font-size: 1.3em; }.page-taya365-app-for-android__step-content p { font-size: 0.9em; }.page-taya365-app-for-android__providers-grid, .page-taya365-app-for-android__payments-grid { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 15px; }.page-taya365-app-for-android__provider-logo, .page-taya365-app-for-android__payment-logo { max-width: 80px; }.page-taya365-app-for-android__faq-question { padding: 15px 20px; }.page-taya365-app-for-android__faq-question h3 { font-size: 1.1em; }.page-taya365-app-for-android__faq-answer { padding: 0 20px; }.page-taya365-app-for-android__faq-item.active .page-taya365-app-for-android__faq-answer { padding: 15px 20px !important; }.page-taya365-app-for-android__cta-title { font-size: 2em; }.page-taya365-app-for-android__cta-description { font-size: 1em; }.page-taya365-app-for-android__features-grid > *, .page-taya365-app-for-android__steps-container > *, .page-taya365-app-for-android__providers-grid > *, .page-taya365-app-for-android__payments-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-taya365-app-for-android__providers-grid, .page-taya365-app-for-android__payments-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-taya365-app-for-android__hero-image, .page-taya365-app-for-android__feature-icon, .page-taya365-app-for-android__step-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}.page-taya365-app-for-android__step-image { width: 200px; height: 200px; min-width: 200px; object-fit: contain; border-radius: 8px; margin-right: 25px; } @media (max-width: 768px) { .page-taya365-app-for-android__step-image { margin-right: 0; margin-bottom: 20px; width: 150px; height: 150px; min-width: 150px; } .page-taya365-app-for-android__step-item { flex-direction: column; }}.page-taya365-app-for-android__cta-image { width: 200px; height: 200px; object-fit: contain; margin-top: 30px; } @media (max-width: 768px) { .page-taya365-app-for-android__cta-image { width: 150px; height: 150px; } }