/* Tăng cường reset để đảm bảo breakout hoạt động */
html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

*, *::before, *::after { 
  box-sizing: border-box; 
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #fff;
  color: #111;
  -webkit-font-smoothing: antialiased;
  margin-top: 45px;
}

.story {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px 96px;
}

/* Flag */
.story-flag {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 36px 0 14px;
  border-bottom: 3px solid #111;
  margin-bottom: 24px;
}
.flag-tag {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #fff;
  background: #111;
  padding: 5px 9px 4px;
  flex-shrink: 0;
}
.flag-pub { font-size: 12px; color: #aaa; }

/* Headline */
.story-hed {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  color: #111;
  margin: 0 0 16px;
  letter-spacing: -.02em;
}

/* Dek */
.story-dek {
  font-size: 18px;
  line-height: 1.55;
  color: #555;
  font-style: italic;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

/* Body */
p {
  font-size: 17px;
  line-height: 1.80;
  color: #333;
  margin: 0 0 22px;
}
p strong { font-weight: 700; color: #111; }

/* Section headers */
h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #222;
  margin: 52px 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
h2::before {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: #326891;
  margin-bottom: 10px;
  box-shadow: 44px 0 0 0 rgba(50,104,145,0.28);
}

/* Blockquote */
blockquote {
  position: relative;
  margin: 40px 0;
  padding: 16px 24px 20px 50px;
  font-size: 22px;
  line-height: 1.65;
  color: #2a2a2a;
  font-style: italic;
}
blockquote::before {
  content: '\201C';
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 100px;
  font-weight: 900;
  color: #326891;
  opacity: 0.18;
  line-height: 1;
  font-style: normal;
  font-family: Georgia, 'Times New Roman', serif;
}

/* Pull stat */
.pull-stat {
  position: relative;
  margin: 36px 0;
  padding: 28px 24px 24px;
  background: #f8f8f6;
  border-top: 3px solid #326891;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ps-watermark {
  position: absolute;
  font-size: 150px;
  font-weight: 900;
  color: #326891;
  opacity: 0.055;
  line-height: 1;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  white-space: nowrap;
  pointer-events: none;
}
.ps-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex: 1;
}
.ps-num {
  font-size: 52px;
  font-weight: 900;
  color: #326891;
  line-height: 1;
  flex-shrink: 0;
}
.ps-text { font-size: 16px; line-height: 1.55; color: #444; padding-top: 3px; }

/* Charts */
.chart-block { margin: 40px 0; width: 100%; }

/* Methodology */
.methodology { border-top: 3px solid #111; padding-top: 22px; margin-top: 60px; }
.methodology h3 {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #aaa;
  margin-bottom: 16px;
}
.methodology p { font-size: 14px; color: #666; line-height: 1.70; margin-bottom: 14px; }

/* Article Credit */
.article-credit {
  border-top: 1px solid #e0e0e0;
  margin-top: 44px;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
.credit-block { display: flex; flex-direction: column; gap: 4px; }
.credit-label { font-size: 10px; font-weight: 800; text-transform: uppercase; color: #bbb; }
.credit-names { font-size: 13px; font-weight: 700; color: #333; }
.credit-link { color: #326891; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(50,104,145,0.3); }

/* SURVEY SECTION */
.survey-section {
  background-color: #f5f5f3;
  background-image: radial-gradient(circle, rgba(50,104,145,0.10) 1px, transparent 1px);
  background-size: 20px 20px;
  margin: 36px -24px;
  padding: 28px 24px 32px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.survey-title { font-size: 20px; font-weight: 800; color: #111; margin-bottom: 6px; }

.sq-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  overflow: hidden;
}
.sq-card.open { border-left: 3px solid #326891; }

.sq-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; }
.sq-num { font-size: 11px; font-weight: 900; color: #326891; width: 22px; }
.sq-text { flex: 1; font-size: 14px; font-weight: 500; color: #222; }
.sq-arrow { display: inline-block; transition: transform .3s; }
.sq-card.open .sq-arrow { transform: rotate(180deg); }

.sq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .3s ease;
  opacity: 0;
}
.sq-card.open .sq-body { max-height: 600px; opacity: 1; }
.sq-body-inner { padding: 0 16px 18px; border-top: 1px solid #f0f0f0; }

.sq-bar-row { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.sq-bar-label { font-size: 12px; color: #555; flex: 0 0 44%; }
.sq-bar-track { flex: 1; height: 9px; background: #ececec; border-radius: 5px; overflow: hidden; }
.sq-bar-fill { height: 100%; width: 0; transition: width .6s ease .15s; }
.sq-card.open .sq-bar-fill { width: var(--w); }
.sq-bar-pct { font-size: 12px; font-weight: 700; width: 40px; text-align: right; }

/* Breakout full-width image */
.story-breakout-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1280px; /* Có thể tăng lên 1920px nếu muốn */
  margin: 36px 0;
  line-height: 0;
}
.story-breakout-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* NAVIGATOR HEADER */
.sp-sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 45px !important;
    background-color: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    z-index: 99999 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5) !important;
}
.sp-nav-left, .sp-nav-right { display: flex; align-items: center; height: 100%; }
.sp-back-to-soha-new { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; background-color: #007f74; color: white; cursor: pointer; }
.sp-mag-logo-new { margin-left: 15px; }
.sp-mag-logo-new img { height: 24px; }
.sp-center-logo { position: absolute; left: 50%; transform: translateX(-50%); pointer-events: none; }
.sp-center-logo img { height: 26px; }
.sp-mobile-emag-logo { display: none; height: 24px; margin-right: 15px; }
.sp-fb-btn { display: flex; align-items: center; gap: 6px; color: white; font-size: 13px; font-weight: bold; margin-right: 15px; text-decoration: none; }

@media (max-width: 768px) {
    .sp-center-logo, .sp-fb-btn { display: none !important; }
    .sp-mobile-emag-logo { display: block !important; }
}