.page-blog-understanding-555taya-promotions { color: #333333; font-family: Arial, sans-serif; line-height: 1.6; }
.page-blog-understanding-555taya-promotions__hero-section { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: 10px; }
.page-blog-understanding-555taya-promotions__hero-image { width: 100%; height: auto; display: block; object-fit: cover; }
.page-blog-understanding-555taya-promotions__hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); }
.page-blog-understanding-555taya-promotions__main-title { font-size: clamp(2rem, 5vw, 3rem); color: #FFD700; margin-bottom: 15px; font-weight: 700; line-height: 1.2; letter-spacing: -0.5px; max-width: 900px; }
.page-blog-understanding-555taya-promotions__intro-description { font-size: clamp(1rem, 2.5vw, 1.25rem); margin-bottom: 30px; max-width: 800px; }
.page-blog-understanding-555taya-promotions__cta-button, .page-blog-understanding-555taya-promotions__download-app-button { display: inline-block; background-color: #FFD700; color: #1A202C; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1rem; }
.page-blog-understanding-555taya-promotions__cta-button:hover, .page-blog-understanding-555taya-promotions__download-app-button:hover { background-color: #e6c200; }

.page-blog-understanding-555taya-promotions__content-area { display: flex; gap: 30px; padding: 40px 20px; max-width: 1200px; margin: 0 auto; }
.page-blog-understanding-555taya-promotions__table-of-contents { flex: 0 0 250px; padding: 20px; border-radius: 8px; background-color: #1A202C; color: #ffffff; align-self: flex-start; position: sticky; top: var(--header-offset, 80px); }
.page-blog-understanding-555taya-promotions__toc-title { color: #FFD700; margin-top: 0; font-size: 1.5rem; }
.page-blog-understanding-555taya-promotions__toc-nav ul { list-style: none; padding: 0; margin: 0; }
.page-blog-understanding-555taya-promotions__toc-nav li { margin-bottom: 10px; }
.page-blog-understanding-555taya-promotions__toc-nav a { color: #ffffff; text-decoration: none; transition: color 0.3s ease; }
.page-blog-understanding-555taya-promotions__toc-nav a:hover { color: #FFD700; }
.page-blog-understanding-555taya-promotions__toc-toggle { display: none; background-color: #FFD700; color: #1A202C; border: none; padding: 10px 15px; border-radius: 5px; cursor: pointer; font-weight: bold; margin-bottom: 15px; }

.page-blog-understanding-555taya-promotions__article-content { flex-grow: 1; }
.page-blog-understanding-555taya-promotions__section-title { color: #1A202C; margin-top: 30px; margin-bottom: 15px; font-size: 2rem; font-weight: bold; }
.page-blog-understanding-555taya-promotions__bullet-list, .page-blog-understanding-555taya-promotions__numbered-list { margin-bottom: 20px; padding-left: 25px; }
.page-blog-understanding-555taya-promotions__bullet-list li, .page-blog-understanding-555taya-promotions__numbered-list li { margin-bottom: 8px; }
.page-blog-understanding-555taya-promotions__content-image { width: 100%; height: auto; display: block; border-radius: 8px; margin: 25px 0; min-width: 200px; min-height: 200px; object-fit: cover; }

.page-blog-understanding-555taya-promotions__faq-container { margin-top: 30px; }
.page-blog-understanding-555taya-promotions__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }
.page-blog-understanding-555taya-promotions__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #1A202C; color: #ffffff; font-weight: bold; font-size: 1.1rem; }
.page-blog-understanding-555taya-promotions__faq-question:hover { background-color: #333; }
.page-blog-understanding-555taya-promotions__faq-toggle { font-size: 1.5rem; line-height: 1; margin-left: 10px; color: #FFD700; }
.page-blog-understanding-555taya-promotions__faq-answer { padding: 15px 20px; background-color: #ffffff; border-top: 1px solid #eee; }

@media (max-width: 1024px) {
  .page-blog-understanding-555taya-promotions__content-area { flex-direction: column; padding: 30px 15px; }
  .page-blog-understanding-555taya-promotions__table-of-contents { position: static; width: 100%; margin-bottom: 20px; }
  .page-blog-understanding-555taya-promotions__toc-nav { display: none; }
  .page-blog-understanding-555taya-promotions__toc-nav.is-open { display: block; }
  .page-blog-understanding-555taya-promotions__toc-toggle { display: block; }
  .page-blog-understanding-555taya-promotions__hero-content { padding: 15px; }
  .page-blog-understanding-555taya-promotions__main-title { font-size: clamp(1.8rem, 6vw, 2.5rem); }
  .page-blog-understanding-555taya-promotions__intro-description { font-size: clamp(0.9rem, 2.8vw, 1.1rem); }
  .page-blog-understanding-555taya-promotions__cta-button, .page-blog-understanding-555taya-promotions__download-app-button { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; padding: 10px 20px; }
}

@media (max-width: 768px) {
  .page-blog-understanding-555taya-promotions__hero-content { background-color: rgba(0, 0, 0, 0.65); }
  .page-blog-understanding-555taya-promotions__main-title { font-size: clamp(1.5rem, 7vw, 2.2rem); }
  .page-blog-understanding-555taya-promotions__intro-description { font-size: clamp(0.85rem, 3.5vw, 1rem); }
  .page-blog-understanding-555taya-promotions__section-title { font-size: 1.7rem; }
  .page-blog-understanding-555taya-promotions img { max-width: 100% !important; height: auto !important; }
  .page-blog-understanding-555taya-promotions__cta-button, .page-blog-understanding-555taya-promotions__download-app-button { width: 100%; }
}