/* Blog Post Stylesheet */

/* Hero Section */
.blog-hero {
  position: relative;
  height: 44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 3rem;
  background-color: #0A1628;
}

.blog-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0A1628;
}

.blog-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.55) 0%, rgba(15, 33, 64, 0.4) 100%);
}

.blog-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.blog-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4BB8E8;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: rgba(33, 160, 219, 0.15);
  border-radius: 4px;
}

.blog-hero h1 {
  font-family: "ABC Arizona Text", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0.5rem 0 1.5rem 0;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
}

.blog-author, .blog-date {
  font-family: "Fakt", -apple-system, system-ui, Segoe UI, sans-serif;
}

.blog-article {
  font-family: "Fakt", -apple-system, system-ui, Segoe UI, sans-serif;
  line-height: 1.7;
  color: #1E1E1E;
  font-size: 1rem;
}

.blog-article h2 {
  font-family: "ABC Arizona Text", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 300;
  margin: 2.5rem 0 1rem 0;
  color: #0A1628;
  line-height: 1.3;
}

.blog-article h3 {
  font-family: "ABC Arizona Text", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 2rem 0 0.75rem 0;
  color: #0F2140;
}

.blog-article p { margin: 0 0 1.25rem 0; }

.blog-article ul, .blog-article ol {
  margin: 1.25rem 0;
  padding-left: 2rem;
}

.blog-article li { margin-bottom: 0.5rem; }

.blog-article a {
  color: #21A0DB;
  text-decoration: none;
  border-bottom: 1px solid rgba(33, 160, 219, 0.3);
}

.blog-article a:hover { border-bottom-color: #21A0DB; }

.blog-article blockquote {
  border-left: 4px solid #21A0DB;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #6B6560;
  font-size: 1.0625rem;
}

.blog-article img {
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
  border-radius: 8px;
}

.review-banner {
  background: #FFF3CD;
  border: 1px solid #FFECB5;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #664D03;
}

.blog-author-box {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
  padding: 2rem;
  background: #F0EDE6;
  border-radius: 12px;
  border: 1px solid #E3DED3;
}

.blog-author-photo {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blog-author-info { flex: 1; }

.blog-author-name {
  font-family: "ABC Arizona Text", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  color: #0A1628;
}

.blog-author-bio {
  margin: 0;
  font-size: 0.9375rem;
  color: #6B6560;
  line-height: 1.6;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #E3DED3;
}

.blog-tags span {
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  background: #F0EDE6;
  color: #6B6560;
  font-size: 0.8125rem;
  font-weight: 500;
}

.blog-cta {
  background: #0A1628;
  color: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  text-align: center;
  margin-top: 3rem;
}

.blog-cta h3 {
  font-family: "ABC Arizona Text", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 0.75rem 0;
  color: white;
}

.blog-cta p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
}

.blog-cta .btn-primary {
  background: #21A0DB;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: background 0.2s ease;
}

.blog-cta .btn-primary:hover { background: #4BB8E8; }

@media (max-width: 768px) {
  .blog-hero { height: 30rem; }
  .blog-hero h1 { font-size: 1.75rem; }
  .blog-meta { flex-direction: column; gap: 0.5rem; }
  .blog-author-box { flex-direction: column; align-items: center; text-align: center; }
  .blog-article h2 { font-size: 1.5rem; }
}

.reveal { opacity: 1; }
