* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Barlow', sans-serif; background: #0F2044; color: #fff; line-height: 1.7; }
a { color: inherit; text-decoration: none; }

.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 40px; border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky; top: 0; z-index: 100; background: #0F2044;
}
.nav-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 800; color: #fff; letter-spacing: 0.05em; }
.nav-logo span { color: #FC6701; }
.nav-cta { background: #FC6701; color: #fff; padding: 10px 24px; border-radius: 8px; font-size: 14px; font-weight: 700; }
.nav-cta:hover { opacity: 0.9; }

.blog-hero {
  padding: 64px 24px 48px;
  background: linear-gradient(180deg, #0a1628 0%, #0F2044 100%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.blog-hero-inner { max-width: 800px; margin: 0 auto; }
.blog-category {
  display: inline-block;
  background: rgba(252,103,1,0.15);
  border: 1px solid rgba(252,103,1,0.4);
  color: #FC6701;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 20px;
}
.blog-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900; line-height: 1.08;
  color: #fff; margin-bottom: 16px;
}
.blog-meta {
  display: flex; align-items: center; gap: 16px;
  font-size: 13px; color: rgba(255,255,255,0.4);
  margin-bottom: 20px; flex-wrap: wrap;
}
.blog-meta span { display: flex; align-items: center; gap: 4px; }
.blog-intro {
  font-size: 18px; color: rgba(255,255,255,0.7);
  line-height: 1.65; max-width: 720px;
}

.blog-body {
  max-width: 800px; margin: 0 auto;
  padding: 56px 24px;
}
.blog-body h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800; color: #fff;
  margin: 48px 0 16px; line-height: 1.15;
}
.blog-body h3 {
  font-size: 18px; font-weight: 700; color: #fff;
  margin: 32px 0 12px;
}
.blog-body p {
  font-size: 16px; color: rgba(255,255,255,0.72);
  margin-bottom: 20px; line-height: 1.8;
}
.blog-body ul, .blog-body ol {
  padding-left: 24px; margin-bottom: 20px;
}
.blog-body li {
  font-size: 16px; color: rgba(255,255,255,0.72);
  margin-bottom: 10px; line-height: 1.7;
}
.blog-body strong { color: #fff; font-weight: 700; }
.blog-body a:not(.btn-primary) { color: #FC6701; text-decoration: underline; text-underline-offset: 3px; }

.callout {
  background: rgba(252,103,1,0.08);
  border-left: 4px solid #FC6701;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 32px 0;
}
.callout p { color: rgba(255,255,255,0.8); margin: 0; font-size: 15px; }

.comparison-table { overflow-x: auto; margin: 32px 0; }
.comparison-table table { width: 100%; border-collapse: collapse; min-width: 500px; }
.comparison-table th {
  padding: 12px 16px; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left; color: rgba(255,255,255,0.5);
}
.comparison-table th:nth-child(2) { color: #FC6701; }
.comparison-table td {
  padding: 12px 16px; font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.75);
}
.comparison-table tr:nth-child(even) { background: rgba(255,255,255,0.02); }

.blog-cta {
  background: rgba(252,103,1,0.1);
  border: 1px solid rgba(252,103,1,0.3);
  border-radius: 12px; padding: 36px 40px;
  text-align: center; margin: 48px 0;
}
.blog-cta h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px; font-weight: 800; color: #fff;
  margin-bottom: 10px;
}
.blog-cta p { color: rgba(255,255,255,0.6); font-size: 15px; margin-bottom: 20px; }
.btn-primary {
  display: inline-block; background: #FC6701; color: #fff;
  padding: 13px 32px; border-radius: 8px;
  font-size: 15px; font-weight: 700;
}
.btn-primary:hover { opacity: 0.9; }

.related-posts {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 48px 24px;
  background: rgba(255,255,255,0.02);
}
.related-posts-inner { max-width: 800px; margin: 0 auto; }
.related-posts h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.related-card {
  display: block; padding: 16px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px; font-size: 14px;
  font-weight: 600; color: rgba(255,255,255,0.7);
  line-height: 1.4; transition: border-color 0.2s;
}
.related-card:hover { border-color: #FC6701; color: #FC6701; }

footer {
  padding: 32px 40px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
footer p { font-size: 13px; color: rgba(255,255,255,0.3); }
footer a { font-size: 13px; color: rgba(255,255,255,0.4); margin-left: 20px; }
footer a:hover { color: rgba(255,255,255,0.7); }

@media (max-width: 768px) {
  .nav { padding: 14px 20px; }
  .blog-body { padding: 40px 20px; }
  footer { flex-direction: column; text-align: center; }
  footer a { margin: 4px 0; }
}
