.page-blog__hero { padding-top: 10px; }
.page-blog__hero-image-wrapper { width: 100%; max-width: 1200px; margin: 0 auto; }
.page-blog__hero-image { display: block; width: 100%; height: auto; max-width: 1020px; margin: 0 auto; border-radius: 12px; box-shadow: 0 0 20px rgba(0,0,0,0.2); }
.page-blog__hero-content { margin: 1rem auto 0; max-width: 900px; text-align: center; padding: 0 1rem; }
.page-blog__hero-title { color: #FFF5E1; font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 700; line-height: 1.3; text-shadow: 0 2px 4px rgba(0,0,0,0.5); margin-bottom: 0.75rem; }
.page-blog__hero-description { color: #FFF5E1; font-size: 1rem; max-width: 700px; margin: 0 auto 1.5rem; line-height: 1.6; opacity: 0.9; }
.page-blog__hero-cta { display: inline-block; background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); color: #B71C1C; font-weight: bold; padding: 12px 28px; border-radius: 50px; text-decoration: none; border: 2px solid #F2B544; box-sizing: border-box; max-width: 100%; }
.page-blog__partner-grid { padding: 2rem 1rem; background: rgba(0,0,0,0.2); }
.page-blog__section-subtitle { text-align: center; font-size: clamp(1.25rem, 3vw, 1.75rem); color: #FFCC66; font-weight: 700; margin-bottom: 1.5rem; }
.page-blog__partner-list { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; justify-items: center; }
.page-blog__partner-card { background: #7A0E0E; border-radius: 12px; padding: 1rem; display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; max-width: 280px; box-sizing: border-box; border: 1px solid #F2B544; }
.page-blog__partner-image { width: 100%; height: auto; aspect-ratio: 2/1; object-fit: contain; }
.page-blog__partner-cta { background-color: #E53935; color: #FFF5E1; font-weight: bold; padding: 10px 15px; border-radius: 25px; text-decoration: none; display: inline-block; width: auto; max-width: 100%; box-sizing: border-box; text-align: center; font-size: 0.9rem; }
.page-blog__guides { max-width: 1000px; margin: 0 auto; background: #B71C1C; padding: 2rem; border-radius: 16px; color: #FFF5E1; }
.page-blog__guide-title { text-align: center; color: #F2B544; font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 0.5rem; }
.page-blog__guide-post { display: flex; gap: 1.5rem; margin: 2rem 0; background: #D32F2F; border-radius: 12px; padding: 1.5rem; }
.page-blog__guide-media { flex: 1; min-width: 200px; }
.page-blog__guide-image { width: 100%; aspect-ratio: 2/1; object-fit: cover; border-radius: 8px; }
.page-blog__guide-body { flex: 2; }
.page-blog__guide-meta { font-size: 0.9rem; font-style: italic; color: #FFCC66; margin-bottom: 0.5rem; }
.page-blog__guide-post-title { color: #FFF5E1; font-size: 1.3rem; }
.page-blog__guide-body p { color: #FFF5E1; }
.page-blog__guide-post-link { background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); color: #7A0E0E; padding: 8px 16px; border-radius: 20px; font-weight: bold; text-decoration: none; display: inline-block; margin-top: 1rem; }
.page-blog__guide-buttons { text-align: center; margin: 2rem 0 0; }
.page-blog__guide-btn { background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); color: #7A0E0E; padding: 14px 30px; border: none; border-radius: 50px; font-weight: bold; text-decoration: none; cursor: pointer; display: inline-block; max-width: 100%; box-sizing: border-box; }
.page-blog__cta-section { padding: 3rem 1rem; }
.page-blog__cta-box { max-width: 800px; margin: 0 auto; padding: 2rem; background: #7A0E0E; border: 2px solid #F2B544; border-radius: 16px; text-align: center; box-shadow: 0 0 25px rgba(244, 211, 77, 0.3); }
.page-blog__cta-title { color: #FFF5E1; font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 1.5rem; }
.page-blog__cta-button { background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); color: #7A0E0E; padding: 15px 40px; font-size: 1.2rem; font-weight: bold; text-decoration: none; border-radius: 50px; border: none; display: inline-block; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
@media (max-width: 768px) {
  .page-blog__hero { margin-top: 0; }
  .page-blog__partner-list { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .page-blog__guide-post { flex-direction: column; align-items: flex-start; padding: 1rem; }
  .page-blog__guide-image { max-width: 100%; height: auto; aspect-ratio: 2/1; }
  .page-blog__guide-post-link, .page-blog__cta-button { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
  img { max-width: 100% !important; height: auto !important; }
  .page-blog { overflow-x: hidden; max-width: 100%; }
}