.page-blog-meo-choi-no-hu { scroll-behavior: auto; max-width: 1200px; margin: 0 auto; padding: 0; background: var(--deep-navy, #08162B); }
.page-blog-meo-choi-no-hu__article { padding: 0; }
.page-blog-meo-choi-no-hu__hero-section { padding-top: 10px; padding-bottom: 24px; background: var(--deep-navy, #08162B); }
.page-blog-meo-choi-no-hu__hero-image-container { width: 100%; display: block; }
.page-blog-meo-choi-no-hu__hero-image { display: block; width: 100%; max-width: 1020px; height: auto; aspect-ratio: 17/5; object-fit: cover; margin: 0 auto; border-radius: 12px; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); }
.page-blog-meo-choi-no-hu__hero-content { text-align: center; padding: 12px 16px 0; }
.page-blog-meo-choi-no-hu__main-title { font-family: 'Segoe UI', Roboto, Arial, sans-serif; font-weight: 800; line-height: 1.5; letter-spacing: 1px; color: #F3F8FF; max-width: 900px; margin: 0 auto; }
.page-blog-meo-choi-no-hu__hero-description { color: #AFC4E8; font-family: 'Segoe UI', Roboto, Arial, sans-serif; font-size: 1rem; line-height: 1.6; max-width: 800px; margin: 16px auto 0; }
.page-blog-meo-choi-no-hu__content-section { padding: 8px 16px 48px; display: flex; flex-direction: column; gap: 32px; max-width: 1000px; margin: 0 auto; }
.page-blog-meo-choi-no-hu__section-title { font-size: 2rem; font-weight: 800; line-height: 1.25; color: #F3F8FF; position: relative; padding-bottom: 10px; margin: 0 0 16px; }
.page-blog-meo-choi-no-hu__section-title::after { content: ''; display: block; width: 80px; height: 3px; border-radius: 2px; background: var(--gold, #F2C14E); }
.page-blog-meo-choi-no-hu__text { color: #AFC4E8; font-size: 1rem; line-height: 1.6; margin: 0 0 16px; }
.page-blog-meo-choi-no-hu__list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
.page-blog-meo-choi-no-hu__list-item { position: relative; padding: 12px 16px 12px 34px; background: #10233F; border: 1px solid #244D84; border-radius: 8px; color: #AFC4E8; line-height: 1.5; }
.page-blog-meo-choi-no-hu__list-item strong { color: #F3F8FF; }
.page-blog-meo-choi-no-hu__list-item::before { content: '✓'; position: absolute; left: 14px; top: 12px; color: #F2C14E; font-weight: 700; }
.page-blog-meo-choi-no-hu__image { display: block; width: 100%; max-width: 800px; height: auto; aspect-ratio: 2/1; object-fit: cover; border-radius: 10px; margin: 10px auto 0; box-shadow: 0 4px 14px rgba(0,0,0,0.3); }
.page-blog-meo-choi-no-hu__tip-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.page-blog-meo-choi-no-hu__tip-card { background: #10233F; border: 1px solid #244D84; border-radius: 10px; padding: 16px; }
.page-blog-meo-choi-no-hu__tip-title { color: #F3F8FF; font-size: 1.12rem; margin: 0 0 8px; font-weight: 700; }
.page-blog-meo-choi-no-hu__tip-text { color: #AFC4E8; line-height: 1.55; margin: 0; font-size: 0.95rem; }
.page-blog-meo-choi-no-hu__faq-section { display: flex; flex-direction: column; gap: 12px; }
.page-blog-meo-choi-no-hu__faq-item { background: #10233F; border: 1px solid #244D84; border-radius: 8px; padding: 14px 16px; transition: border 0.2s ease, box-shadow 0.2s ease; }
.page-blog-meo-choi-no-hu__faq-item:hover { border-color: #1D5FD1; }
.page-blog-meo-choi-no-hu__faq-question { display: flex; align-items: center; justify-content: space-between; gap: 8px; cursor: pointer; list-style: none; color: #F3F8FF; font-weight: 600; font-size: 1rem; }
.page-blog-meo-choi-no-hu__faq-question::-webkit-details-marker { display: none; }
.page-blog-meo-choi-no-hu__faq-answer { color: #AFC4E8; line-height: 1.5; padding: 10px 0 0; margin: 0 0 0 4px; }
.page-blog-meo-choi-no-hu__faq-question::after { content: '+'; font-size: 1.5rem; font-weight: 400; color: #4FA8FF; transition: transform 0.2s ease; flex-shrink: 0; }
.page-blog-meo-choi-no-hu__faq-item[open] .page-blog-meo-choi-no-hu__faq-question::after { content: '-'; }
.page-blog-meo-choi-no-hu__cta-section { text-align: center; background: #10233F; border: 1px solid #244D84; border-radius: 12px; padding: 32px 20px; }
.page-blog-meo-choi-no-hu__button-list { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; padding-top: 8px; }
.page-blog-meo-choi-no-hu__btn { display: inline-block; font-family: 'Segoe UI', Roboto, Arial, sans-serif; font-weight: 700; text-decoration: none; padding: 14px 30px; border-radius: 30px; background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); color: #F3F8FF; outline: none; transition: transform ease 0.2s, opacity ease 0.2s; }
.page-blog-meo-choi-no-hu__btn:hover { transform: scale(1.02); opacity: 0.9; color: #F3F8FF; }
.page-blog-meo-choi-no-hu__btn--secondary { background: linear-gradient(180deg, #354E76 0%, #1b2c4a 100%); }
@media (max-width: 1024px) { .page-blog-meo-choi-no-hu__content-section { padding-left: 12px; padding-right: 12px; } }
@media (max-width: 768px) {
  .page-blog-meo-choi-no-hu__hero-section { padding-top: 10px; padding-bottom: 20px; }
  .page-blog-meo-choi-no-hu__hero-image { max-width: 100%; height: auto; }
  .page-blog-meo-choi-no-hu__main-title { font-size: 1.35rem; }
  .page-blog-meo-choi-no-hu__section-title { font-size: 1.5rem; }
  .page-blog-meo-choi-no-hu img { max-width: 100%; height: auto; }
  .page-blog-meo-choi-no-hu__button-list { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }
  .page-blog-meo-choi-no-hu__btn { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; flex: 1 1 calc(100% - 20px); text-align: center; }
  .page-blog-meo-choi-no-hu { max-width: 100%; overflow-x: hidden; }
}