* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: #1a1a2e; line-height: 1.7; background: #fafafa; }

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 24px;
  background: rgba(15, 12, 41, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-brand { color: #fff; font-weight: 800; text-decoration: none; font-size: 0.98rem; letter-spacing: 0.3px; }
.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-links a { color: rgba(255,255,255,0.82); text-decoration: none; font-size: 0.92rem; font-weight: 600; }
.nav-links a:hover { color: #fff; }
.nav-cta { background: #e63946; color: #fff !important; padding: 8px 18px; border-radius: 50px; }
.nav-cta:hover { background: #d62b39; }
@media (max-width: 640px) {
  .nav { flex-direction: column; gap: 10px; padding: 12px 16px; }
  .nav-links { gap: 14px; flex-wrap: wrap; justify-content: center; }
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  color: white;
  padding: 56px 20px 56px;
  text-align: center;
}
.hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  max-width: 820px;
  margin: 0 auto 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero p { font-size: 1.1rem; opacity: 0.85; max-width: 600px; margin: 0 auto 30px; }

/* CTA BUTTON */
.cta-btn {
  display: inline-block;
  background: #e63946;
  color: white;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(230,57,70,0.4);
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(230,57,70,0.5); }

/* HERO VIDEO */
.hero-video { max-width: 640px; margin: 20px auto 30px; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.4); }
.hero-video iframe { width: 100%; aspect-ratio: 16/9; border: none; display: block; }

/* SECTIONS */
.section { max-width: 860px; margin: 0 auto; padding: 60px 24px; }
.section h2 { font-size: 1.8rem; margin-bottom: 24px; color: #1a1a2e; text-align: center; }
.section p { margin-bottom: 16px; font-size: 1.05rem; color: #333; }

/* NEWS CARD */
.news-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e7e7ef;
  border-left: 5px solid #2e86c1;
  border-radius: 14px;
  padding: 26px 28px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(20,20,50,0.05);
}
.news-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(20,20,50,0.12); }
.news-tag { display: inline-block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: #2e86c1; margin-bottom: 8px; }
.news-card h3 { font-size: 1.35rem; margin-bottom: 10px; color: #1a1a2e; }
.news-card p { color: #444; margin-bottom: 12px; }
.news-more { font-weight: 700; color: #e63946; }

/* STATS GRID */
.stats-grid { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin: 40px 0; }
.stat-card { text-align: center; padding: 24px 28px; border-radius: 16px; min-width: 160px; flex: 1; max-width: 220px; }
.stat-card.danger { background: #fff3cd; border: 2px solid #ffc107; }
.stat-card.success { background: #d4edda; border: 2px solid #28a745; }
.stat-card.info { background: #d1ecf1; border: 2px solid #17a2b8; }
.stat-num { font-size: 2.8rem; font-weight: 800; }
.stat-card.danger .stat-num { color: #856404; }
.stat-card.success .stat-num { color: #155724; }
.stat-card.info .stat-num { color: #0c5460; }
.stat-desc { font-size: 0.85rem; margin-top: 4px; }
.stat-card.danger .stat-desc { color: #856404; }
.stat-card.success .stat-desc { color: #155724; }
.stat-card.info .stat-desc { color: #0c5460; }

/* RESEARCH BOX */
.research-box { background: #f0f4ff; border-left: 5px solid #2e86c1; border-radius: 12px; padding: 28px; margin: 30px 0; }
.research-box ul { padding-left: 20px; }
.research-box li { margin-bottom: 8px; color: #333; }

/* CTA SECTION */
.cta-section { background: linear-gradient(135deg, #302b63, #24243e); color: white; text-align: center; padding: 60px 24px; }
.cta-section h2 { color: white; margin-bottom: 16px; }
.cta-section p { color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto 30px; font-size: 1.05rem; }

/* SHARE BUTTONS */
.share-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.share-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-size: 0.9rem; font-weight: 600; color: white; transition: opacity 0.2s; }
.share-btn:hover { opacity: 0.85; }
.share-btn.fb { background: #1877F2; }
.share-btn.tw { background: #000; }
.share-btn.li { background: #0A66C2; }
.share-btn.wa { background: #25D366; }

/* VIDEOS */
.videos { background: #f5f5f5; max-width: none; }
.videos > * { max-width: 860px; margin-left: auto; margin-right: auto; }
.video-grid { display: flex; gap: 20px; margin-top: 24px; }
.video-grid iframe { flex: 1; min-width: 0; aspect-ratio: 16/9; border: none; border-radius: 12px; }
@media (max-width: 768px) { .video-grid { flex-direction: column; } }

/* BLOG */
.blog-list { max-width: 760px; margin: 0 auto; padding: 60px 24px; }
.blog-list h1 { font-size: 2rem; margin-bottom: 8px; }
.blog-list .lead { color: #555; margin-bottom: 32px; }
.post-item { display: block; text-decoration: none; color: inherit; padding: 22px 0; border-bottom: 1px solid #e7e7ef; }
.post-item:hover h2 { color: #e63946; }
.post-item .date { font-size: 0.82rem; color: #888; text-transform: uppercase; letter-spacing: 0.5px; }
.post-item h2 { font-size: 1.3rem; margin: 6px 0 8px; color: #1a1a2e; text-align: left; }
.post-item p { color: #555; }

.article { max-width: 720px; margin: 0 auto; padding: 56px 24px 40px; }
.article .date { font-size: 0.82rem; color: #888; text-transform: uppercase; letter-spacing: 0.5px; }
.article h1 { font-size: clamp(1.7rem, 4vw, 2.3rem); line-height: 1.2; margin: 8px 0 24px; }
.article h2 { font-size: 1.4rem; margin: 32px 0 12px; }
.article p { margin-bottom: 18px; font-size: 1.08rem; color: #2a2a3a; }
.article ul { margin: 0 0 18px 22px; }
.article li { margin-bottom: 10px; }
.article a { color: #2e86c1; }
.article .source { font-size: 0.92rem; color: #666; border-top: 1px solid #e7e7ef; padding-top: 18px; margin-top: 28px; }
.article-cta { background: #f0f4ff; border-radius: 12px; padding: 24px; margin: 32px 0; text-align: center; }
.article-cta p { margin-bottom: 16px; }

/* FOOTER */
footer { background: #1a1a2e; color: rgba(255,255,255,0.7); text-align: center; padding: 30px 20px; font-size: 0.9rem; }
footer a { color: rgba(255,255,255,0.9); text-decoration: none; }
footer p { margin-bottom: 6px; }
footer .contact { margin-top: 8px; font-size: 0.85rem; }

@media (max-width: 600px) {
  .hero { padding: 40px 16px; }
  .stat-card { min-width: 130px; }
}
