.page-taya365-asia { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-taya365-asia__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-taya365-asia__section { padding: 60px 20px; text-align: center; } .page-taya365-asia__section--dark { background-color: #0f0f1a; } .page-taya365-asia__section--light { background-color: #1a1a2e; } .page-taya365-asia__h1, .page-taya365-asia__h2 { color: #e0b000; margin-bottom: 30px; font-weight: bold; } .page-taya365-asia__h1 { font-size: 2.8em; } .page-taya365-asia__h2 { font-size: 2.2em; } .page-taya365-asia__h3 { color: #ffd700; font-size: 1.5em; margin-bottom: 15px; } .page-taya365-asia__text { font-size: 1.1em; color: #cccccc; margin-bottom: 20px; } .page-taya365-asia__button { display: inline-block; background-color: #e0b000; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; border: none; cursor: pointer; } .page-taya365-asia__button:hover { background-color: #ffd700; transform: translateY(-3px); } .page-taya365-asia__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; padding: 10px 0 80px 0; display: flex; align-items: center; justify-content: center; min-height: 70vh; position: relative; overflow: hidden; } .page-taya365-asia__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-taya365-asia__hero-content { z-index: 1; max-width: 900px; text-align: center; padding: 20px; } .page-taya365-asia__hero-content .page-taya365-asia__h1 { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-taya365-asia__hero-content .page-taya365-asia__text { font-size: 1.3em; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-taya365-asia__game-categories { padding: 80px 20px; } .page-taya365-asia__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; } .page-taya365-asia__game-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-taya365-asia__game-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-taya365-asia__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-taya365-asia__game-card-content { padding: 25px 20px; } .page-taya365-asia__game-card-content .page-taya365-asia__h3 { margin-top: 0; color: #ffd700; } .page-taya365-asia__game-card-content .page-taya365-asia__text { font-size: 0.95em; color: #bbbbbb; margin-bottom: 25px; } .page-taya365-asia__features-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-top: 50px; } .page-taya365-asia__feature-item { background-color: #2e2e4a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-taya365-asia__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; } .page-taya365-asia__feature-item .page-taya365-asia__h3 { color: #ffd700; margin-top: 0; } .page-taya365-asia__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-taya365-asia__promotion-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-taya365-asia__promotion-image { width: 100%; height: 220px; object-fit: cover; } .page-taya365-asia__promotion-content { padding: 25px; } .page-taya365-asia__promotion-content .page-taya365-asia__h3 { margin-top: 0; color: #ffd700; } .page-taya365-asia__promotion-content .page-taya365-asia__text { font-size: 0.95em; color: #bbbbbb; margin-bottom: 25px; } .page-taya365-asia__faq-section { background-color: #0f0f1a; padding: 80px 20px; } .page-taya365-asia__faq-list { max-width: 800px; margin: 50px auto 0 auto; } .page-taya365-asia__faq-item { background-color: #2e2e4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-taya365-asia__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3f3f5a; transition: background-color 0.3s ease; } .page-taya365-asia__faq-question:hover { background-color: #4a4a6a; } .page-taya365-asia__faq-question .page-taya365-asia__h3 { margin: 0; color: #ffd700; pointer-events: none; } .page-taya365-asia__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e0b000; transition: transform 0.3s ease; pointer-events: none; } .page-taya365-asia__faq-item.active .page-taya365-asia__faq-toggle { transform: rotate(45deg); } .page-taya365-asia__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; } .page-taya365-asia__faq-item.active .page-taya365-asia__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-taya365-asia__faq-answer .page-taya365-asia__text { margin-bottom: 0; color: #cccccc; } .page-taya365-asia__cta-section { background-color: #1a1a2e; padding: 80px 20px; } .page-taya365-asia__cta-content { max-width: 800px; margin: 0 auto; } .page-taya365-asia__cta-image-wrapper { margin-top: 40px; margin-bottom: 40px; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); } .page-taya365-asia__cta-image { width: 100%; height: auto; display: block; } .page-taya365-asia__gamelogo { height: 80px; width: auto; max-width: 100%; display: block; margin: 0 auto 20px auto; } @media (max-width: 1024px) { .page-taya365-asia__h1 { font-size: 2.5em; } .page-taya365-asia__h2 { font-size: 2em; } .page-taya365-asia__game-grid, .page-taya365-asia__features-list, .page-taya365-asia__promotions-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } } @media (max-width: 768px) { .page-taya365-asia__h1 { font-size: 2em; } .page-taya365-asia__h2 { font-size: 1.8em; } .page-taya365-asia__hero-section { min-height: 60vh; padding-bottom: 60px; } .page-taya365-asia__hero-content .page-taya365-asia__text { font-size: 1.1em; } .page-taya365-asia__game-grid, .page-taya365-asia__features-list, .page-taya365-asia__promotions-grid { grid-template-columns: 1fr; } .page-taya365-asia__game-card, .page-taya365-asia__feature-item, .page-taya365-asia__promotion-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-taya365-asia__features-list, .page-taya365-asia__promotions-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-taya365-asia__faq-question { padding: 15px 20px; } .page-taya365-asia__faq-answer { padding: 0 20px; } .page-taya365-asia__faq-item.active .page-taya365-asia__faq-answer { padding: 15px 20px !important; } .page-taya365-asia__text, .page-taya365-asia__game-card-content .page-taya365-asia__text, .page-taya365-asia__promotion-content .page-taya365-asia__text, .page-taya365-asia__faq-answer .page-taya365-asia__text { word-wrap: break-word !important; overflow-wrap: break-word !important; font-size: 0.95em; } .page-taya365-asia__section { padding: 40px 15px; } .page-taya365-asia__button { padding: 12px 25px; font-size: 1em; } img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-taya365-asia__cta-image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-taya365-asia__h1 { font-size: 1.8em; } .page-taya365-asia__h2 { font-size: 1.6em; } .page-taya365-asia__hero-content .page-taya365-asia__text { font-size: 1em; } .page-taya365-asia__button { display: block; width: calc(100% - 20px); margin: 10px auto; } }