/* === BLOG INDEX === */
.blog-index-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  padding: 70px 0 60px;
  text-align: center;
  margin-bottom: 50px;
}
.blog-index-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  margin: 0 0 16px;
  color: #fff;
}
.blog-index-hero p {
  font-size: 1.15rem;
  color: #d6d6e0;
  max-width: 720px;
  margin: 0 auto;
}
.blog-index-list {
  margin-bottom: 80px;
}
.blog-card-wrap { margin-bottom: 30px; display: flex; }
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.10);
  text-decoration: none;
  color: inherit;
}
.blog-card-img {
  position: relative;
  margin: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #e63946;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-card-body {
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-card-cat {
  display: inline-block;
  font-size: 0.78rem;
  color: #e63946;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #1a1a2e;
  margin: 0 0 12px;
}
.blog-card-desc {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.55;
  flex-grow: 1;
  margin-bottom: 14px;
}
.blog-card-meta {
  display: flex;
  gap: 14px;
  font-size: 0.82rem;
  color: #888;
  border-top: 1px solid #eee;
  padding-top: 12px;
}
.blog-card-meta i { margin-right: 4px; color: #e63946; }

/* === ARTICLE PAGE === */
.blog-article {
  padding: 30px 0 80px;
  background: #fafafa;
}
.blog-breadcrumb {
  font-size: 0.88rem;
  color: #777;
  margin-bottom: 28px;
}
.blog-breadcrumb a { color: #e63946; text-decoration: none; }
.blog-breadcrumb .sep { margin: 0 8px; color: #bbb; }

.blog-article-header {
  text-align: center;
  margin-bottom: 30px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.blog-category-tag {
  display: inline-block;
  background: #fff8e7;
  color: #e63946;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
.blog-article-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 22px;
}
.blog-article-meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 0.92rem;
  color: #777;
  flex-wrap: wrap;
}
.blog-article-meta i { color: #e63946; margin-right: 5px; }

.blog-hero {
  margin: 0 auto 40px;
  max-width: 950px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/2;
  background: #f0f0f0;
}
.blog-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-summary {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 22px 28px;
  background: #fff;
  border-left: 4px solid #e63946;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.article-summary p {
  font-style: italic;
  font-size: 1.08rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* === INTERVIEW EXPERT CARD === */
.interview-expert-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 24px;
  background: #fff8e7;
  border-left: 4px solid #e63946;
  border-radius: 12px;
  margin: 0 auto 40px;
  max-width: 800px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.interview-expert-card img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #fff;
}
.interview-expert-card strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.interview-expert-card .expert-role {
  display: block;
  color: #e63946;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.interview-expert-card .expert-bio {
  color: #555;
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0 0 8px;
}
.interview-expert-card .expert-disclaimer {
  font-size: 0.78rem;
  color: #999;
  margin: 0;
}

/* === ARTICLE BODY === */
.blog-article-body {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 60px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  font-size: 1.06rem;
  line-height: 1.75;
  color: #2c2c2c;
}
.blog-article-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  color: #1a1a2e;
  margin: 50px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff8e7;
}
.blog-article-body h2:first-child { margin-top: 0; }
.blog-article-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.32rem;
  color: #1a1a2e;
  margin: 35px 0 14px;
}
.blog-article-body p { margin: 0 0 18px; }
.blog-article-body a {
  color: #e63946;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.blog-article-body a:hover { color: #b8232f; }
.blog-article-body ul, .blog-article-body ol { margin: 0 0 22px 24px; }
.blog-article-body li { margin-bottom: 8px; }
.blog-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 32px auto;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.blog-article-body figure {
  margin: 32px 0;
}
.blog-article-body figcaption {
  text-align: center;
  font-size: 0.88rem;
  color: #888;
  font-style: italic;
  margin-top: 8px;
}
.blog-article-body strong { color: #1a1a2e; }
.blog-article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.95rem;
}
.blog-article-body table th,
.blog-article-body table td {
  padding: 12px 14px;
  border: 1px solid #eee;
  text-align: left;
}
.blog-article-body table th {
  background: #fff8e7;
  color: #1a1a2e;
  font-weight: 600;
}

/* === INTERVIEW Q/A === */
.journalist-question {
  background: #f4f4f8;
  border-left: 3px solid #888;
  padding: 16px 22px;
  margin: 24px 0 8px;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #444;
}
.journalist-question strong {
  display: block;
  margin-bottom: 6px;
  font-style: normal;
  color: #1a1a2e;
  font-weight: 600;
}
.expert-answer {
  background: #fff8e7;
  border-left: 3px solid #e63946;
  padding: 18px 24px;
  margin: 8px 0 28px;
  border-radius: 0 8px 8px 0;
}
.expert-answer strong {
  display: block;
  margin-bottom: 6px;
  color: #e63946;
  font-weight: 600;
}
.expert-answer p { margin: 0 0 14px; }
.expert-answer p:last-child { margin-bottom: 0; }

.quick-questions {
  background: #fff8e7;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 30px 0;
}
.quick-questions h3 {
  margin-top: 0 !important;
  color: #e63946 !important;
}
.quick-questions .qq-item {
  border-bottom: 1px solid #f0e6c4;
  padding: 12px 0;
}
.quick-questions .qq-item:last-child { border-bottom: none; }
.quick-questions .qq-q {
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.quick-questions .qq-a { color: #555; margin: 0; }

.takeaways {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  padding: 32px 36px;
  border-radius: 14px;
  margin: 36px 0;
}
.takeaways h2 {
  color: #fff !important;
  border-bottom-color: rgba(230,57,70,0.4) !important;
}
.takeaways ol li {
  font-size: 1.04rem;
  margin-bottom: 14px;
  color: #e8e8f0;
}
.takeaways ol li strong { color: #fff; }

/* === FAQ within blog === */
.blog-article-body .faq-block {
  background: #fafafa;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 30px 0;
}
.blog-article-body .faq-block details {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.blog-article-body .faq-block details:last-child { border-bottom: none; }
.blog-article-body .faq-block summary {
  cursor: pointer;
  font-weight: 600;
  color: #1a1a2e;
  font-size: 1.02rem;
  padding: 4px 0;
  list-style: none;
  position: relative;
  padding-right: 24px;
}
.blog-article-body .faq-block summary::-webkit-details-marker { display: none; }
.blog-article-body .faq-block summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: #e63946;
  font-size: 1.4rem;
  font-weight: 300;
}
.blog-article-body .faq-block details[open] summary::after { content: '−'; }
.blog-article-body .faq-block details[open] summary { color: #e63946; }
.blog-article-body .faq-block .faq-answer {
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
}

/* === RELATED LISTINGS === */
.blog-related-listings {
  max-width: 950px;
  margin: 50px auto 0;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.blog-related-listings h2 {
  font-family: 'Playfair Display', serif;
  color: #1a1a2e;
  margin: 0 0 24px;
  font-size: 1.5rem;
  text-align: center;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.related-listing-card {
  display: flex;
  flex-direction: column;
  background: #fafafa;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease;
}
.related-listing-card:hover {
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}
.related-listing-card img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.related-listing-card > div { padding: 16px 18px; }
.related-listing-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #1a1a2e;
  margin: 0 0 8px;
}
.related-listing-card p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.5;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-cta {
  color: #e63946;
  font-weight: 600;
  font-size: 0.9rem;
}

/* === HOMEPAGE BLOG SECTION === */
.home-blog-section {
  padding: 70px 0;
  background: #fafafa;
}
.home-blog-section .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.home-blog-section .section-heading h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: #1a1a2e;
  margin: 0 0 8px;
}
.home-blog-section .section-heading h2 span { color: #e63946; }
.home-blog-section .section-heading p { color: #666; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .blog-article-body { padding: 30px 22px; font-size: 1rem; }
  .blog-article-header h1 { font-size: 1.8rem; }
  .interview-expert-card { flex-direction: column; align-items: center; text-align: center; }
  .interview-expert-card img { width: 100px; height: 100px; }
  .blog-index-hero h1 { font-size: 2rem; }
  .blog-index-hero { padding: 50px 0 40px; }
}

/* === LISTING RELATED ARTICLES (maillage interne depuis listings) === */
.listing-related-articles {
  margin: 40px 0 0;
  padding: 28px 32px;
  background: #fff8e7;
  border-left: 4px solid #e63946;
  border-radius: 12px;
}
.listing-related-articles h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #1a1a2e;
  margin: 0 0 18px;
}
.related-articles-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-articles-list li {
  border-bottom: 1px solid #f0e6c4;
  padding: 14px 0;
}
.related-articles-list li:last-child { border-bottom: none; }
.related-articles-list a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease;
}
.related-articles-list a:hover { transform: translateX(4px); text-decoration: none; }
.related-articles-list strong {
  color: #1a1a2e;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.related-articles-list a:hover strong { color: #e63946; }
.related-articles-list span {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}
