/* Unique Blog Page Styles — Matching Contact Page Aesthetics */
.blog-container {
  max-width: 1140px;
  margin: 0 auto;
}

.blog-layout-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 2.5rem;
  align-items: start;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.blog-card-luxury {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.blog-card-luxury:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(5, 150, 105, 0.1);
  border-color: #bbf7d0;
}

.blog-card-img {
  height: 190px;
  position: relative;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.blog-card-luxury:hover .blog-card-img img {
  transform: scale(1.05);
}

.blog-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f0fdf4;
  color: #059669;
  border: 1px solid #bbf7d0;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.blog-card-featured {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f59e0b;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.3rem 0.7rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
}

.blog-card-content {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}

.blog-card-luxury:hover .blog-card-title {
  color: #059669;
}

.blog-card-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.blog-card-meta {
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  color: #64748b;
}

.blog-card-meta span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-card-meta i {
  color: #059669;
}

.blog-card-footer {
  margin-top: 0.7rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.blog-card-readtime {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.76rem;
  color: #64748b;
}

.blog-card-readtime i {
  color: #059669;
}

.blog-card-read-btn {
  color: #059669;
  font-weight: 750;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
}

.blog-card-read-btn:hover {
  text-decoration: underline;
}

/* Side Digest Form Card (Matching Contact Page Right Column) */
.blog-side-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.2rem 2.4rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  position: sticky;
  top: 120px;
}

.blog-side-card h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.blog-side-card p {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.contact-response-badge-blog {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #064e3b, #059669);
  color: #ffffff;
  padding: 1.1rem 1.4rem;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.15);
  margin-top: 1.5rem;
}

.contact-response-badge-blog i {
  font-size: 1.4rem;
  color: #a7f3d0;
}

@media (max-width: 900px) {
  .blog-layout-grid {
    grid-template-columns: 1fr;
  }
  .blog-side-card {
    position: static;
  }
}

/* ═══ Blog Hero — Camp/Trial Luxury Style ═══ */
.blog-hero{position:relative;min-height:460px;padding:110px 24px 48px;overflow:hidden;background:#061510;color:#fff;display:flex;align-items:flex-end}
.blog-hero-bg{position:absolute;inset:0;z-index:1}
.blog-hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(0.78) contrast(1.05)}
.blog-hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(6,21,16,0.25) 0%,rgba(6,21,16,0.72) 65%,rgba(6,21,16,0.92) 100%)}
.blog-hero-inner{position:relative;z-index:3;max-width:1180px;margin:0 auto;width:100%}
.blog-hero-back{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,0.85);font-size:0.8rem;font-weight:700;text-decoration:none;background:rgba(0,0,0,0.32);border:1px solid rgba(255,255,255,0.18);padding:6px 14px;border-radius:999px;backdrop-filter:blur(8px);margin-bottom:1rem}
.blog-hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(16,185,129,0.18);border:1px solid rgba(16,185,129,0.45);color:#6ee7b7;padding:5px 14px;border-radius:999px;font-size:0.72rem;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.9rem}
.blog-hero-title{color:#fff;font-size:clamp(1.9rem,3.8vw,2.9rem);font-weight:900;line-height:1.12;letter-spacing:-0.03em;margin-bottom:0.7rem;text-shadow:0 2px 18px rgba(0,0,0,0.55)}
.blog-hero-desc{color:rgba(255,255,255,0.9);font-size:1.02rem;line-height:1.6;max-width:760px;margin-bottom:1.1rem;text-shadow:0 1px 10px rgba(0,0,0,0.45)}
.blog-hero-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.blog-hero-meta span{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(0,0,0,0.38);border:1px solid rgba(255,255,255,0.14);border-radius:8px;color:#fff;font-size:0.8rem;font-weight:700;backdrop-filter:blur(6px)}
.blog-hero-meta i{color:#34d399}
.blog-hero-author img{width:22px;height:22px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,0.3)}
.blog-shell{max-width:1180px;margin:0 auto;padding:28px 20px 60px}
.blog-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}
.blog-main{min-width:0}
.blog-article-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 36px rgba(15,23,42,0.05);padding:2rem 2.2rem}
.blog-share-top{display:flex;align-items:center;gap:8px;margin-bottom:1.6rem;padding-bottom:1.2rem;border-bottom:1px solid #f1f5f9;flex-wrap:wrap}
.blog-share-top span{font-size:0.78rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:0.06em;margin-right:4px}
.share-btn{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;color:#475569;text-decoration:none;cursor:pointer;transition:all 0.2s}
.share-btn:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,0.08)}
.share-btn.wa:hover{background:#25d366;color:#fff;border-color:#25d366}
.share-btn.fb:hover{background:#1877f2;color:#fff;border-color:#1877f2}
.share-btn.tw:hover{background:#0f172a;color:#fff;border-color:#0f172a}
.blog-article-footer{margin-top:2rem;padding-top:1.4rem;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.blog-tags{display:flex;flex-wrap:wrap;gap:6px}
.blog-tags span{background:#f1f5f9;border:1px solid #e2e8f0;padding:4px 10px;border-radius:999px;font-size:0.75rem;font-weight:700;color:#475569}
.blog-back-bottom{display:inline-flex;align-items:center;gap:6px;color:#0e8f5c;font-weight:800;text-decoration:none;font-size:0.88rem}
.blog-side{position:sticky;top:96px;display:flex;flex-direction:column;gap:18px}
.blog-toc-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;box-shadow:0 6px 24px rgba(15,23,42,0.04)}
.blog-toc-head{font-size:0.82rem;font-weight:900;color:#0f172a;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.blog-toc-head i{color:#0e8f5c}
.blog-toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}
.blog-toc-list a{color:#475569;text-decoration:none;font-size:0.85rem;font-weight:600;display:block;padding:6px 10px;border-radius:8px;border-left:3px solid transparent;transition:all 0.2s}
.blog-toc-list a:hover{background:#f0fdf4;color:#0e8f5c;border-left-color:#0e8f5c}
.blog-side-card-mini{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;box-shadow:0 6px 24px rgba(15,23,42,0.04)}
.blog-side-card-mini h3{font-size:0.95rem;font-weight:900;color:#0f172a;margin:0 0 6px;display:flex;align-items:center;gap:8px}
.blog-side-card-mini p{font-size:0.85rem;color:#64748b;line-height:1.6;margin:0 0 12px}
.blog-side-card-mini.dark{background:linear-gradient(135deg,#0f172a,#064e3b);border:none;color:#fff}
.blog-side-card-mini.dark h3{color:#fff}
.blog-side-card-mini.dark p{color:rgba(255,255,255,0.78)}
.blog-side-card-mini .btn{border-radius:10px;padding:10px;font-weight:800;font-size:0.85rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
@media(max-width:980px){.blog-article-layout{grid-template-columns:1fr}.blog-side{position:static}.blog-hero{min-height:380px;padding:90px 20px 32px}.blog-article-card{padding:1.4rem 1.2rem}}
/* ═══ Blog Article Detail (matches the Article Editor output) ═══ */
.blog-detail-article {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  padding: 2rem 2.5rem 3rem;
}

.blog-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748b;
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  transition: color 0.2s;
}

.blog-detail-back:hover {
  color: #059669;
}

.blog-detail-cover {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 1.75rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.blog-detail-meta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}

.blog-detail-category {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  background: #f0fdf4;
  color: #059669;
  border: 1px solid #bbf7d0;
  border-radius: 20px;
  font-size: 0.74rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-detail-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #64748b;
  font-size: 0.85rem;
}

.blog-detail-meta-item i {
  color: #059669;
}

.blog-detail-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.blog-detail-summary {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-style: italic;
  border-left: 3px solid #059669;
  padding-left: 1rem;
}

/* Rich content produced by the Article Editor (tables, quotes, iframes, etc.) */
.blog-detail-content {
  font-size: 1.06rem;
  line-height: 1.85;
  color: #1C1D21;
  word-break: break-word;
}

.blog-detail-content > *:first-child {
  margin-top: 0;
}

.blog-detail-content h1,
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {
  color: #0f172a;
  font-weight: 800;
  line-height: 1.35;
  margin: 1.8em 0 0.6em;
}

.blog-detail-content h1 { font-size: 1.75rem; }
.blog-detail-content h2 { font-size: 1.5rem; }
.blog-detail-content h3 { font-size: 1.3rem; }
.blog-detail-content h4 { font-size: 1.15rem; }
.blog-detail-content h5 { font-size: 1.05rem; }
.blog-detail-content h6 { font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.04em; }

.blog-detail-content p {
  margin: 0 0 1.2em;
  color: #334155;
}

.blog-detail-content a {
  color: #059669;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #bbf7d0;
  transition: color 0.2s, border-color 0.2s;
}

.blog-detail-content a:hover {
  color: #047857;
  border-color: #047857;
}

.blog-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.5rem auto;
  display: block;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
}

.blog-detail-content ul,
.blog-detail-content ol {
  margin: 0 0 1.2em;
  padding-left: 1.4rem;
  color: #334155;
}

.blog-detail-content li {
  margin-bottom: 0.35rem;
}

.blog-detail-content li::marker {
  color: #059669;
}

.blog-detail-content blockquote {
  margin: 1.6rem 0;
  padding: 1rem 1.4rem;
  border-left: 4px solid #059669;
  background: #f0fdf4;
  border-radius: 0 12px 12px 0;
  color: #334155;
  font-style: italic;
}

.blog-detail-content pre {
  background: #0f172a;
  color: #e2e8f0;
  padding: 1.1rem 1.3rem;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 1.6rem 0;
}

.blog-detail-content code {
  font-family: 'JetBrains Mono', monospace;
  background: #f1f5f9;
  color: #059669;
  padding: 0.15rem 0.4rem;
  border-radius: 6px;
  font-size: 0.9em;
}

.blog-detail-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.blog-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0;
  display: block;
  overflow-x: auto;
  font-size: 0.95rem;
}

.blog-detail-content th,
.blog-detail-content td {
  border: 1px solid #e2e8f0 !important;
  padding: 0.6rem 0.85rem !important;
  text-align: left;
}

.blog-detail-content th {
  background: #f8fafc;
  font-weight: 750;
  color: #0f172a;
}

.blog-detail-content tr:nth-child(even) td {
  background: #fafbfc;
}

.blog-detail-content iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 12px;
  margin: 1.6rem 0;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
}

.blog-detail-content hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 2rem 0;
}

.blog-detail-content font {
  line-height: inherit;
}

@media (max-width: 640px) {
  .blog-card-luxury { border-radius: 14px; }
  .blog-card-img { height: 110px; }
  .blog-card-content { padding: 0.75rem; }
  .blog-card-title { font-size: 0.85rem; margin-bottom: 0.35rem; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
  .blog-card-desc { display: none; }
  .blog-card-meta { padding-top: 0.55rem; font-size: 0.68rem; }
  .blog-card-footer { margin-top: 0.4rem; padding-top: 0.5rem; }
  .blog-card-readtime { font-size: 0.66rem; }
  .blog-card-read-btn { font-size: 0.68rem; }
  .blog-card-badge, .blog-card-featured { top: 8px; font-size: 0.58rem; padding: 0.24rem 0.5rem; }
  .blog-card-featured { right: 8px; }
  .blog-card-badge { left: 8px; }
  .blog-detail-article {
    padding: 1.4rem 1.2rem 2rem;
  }
  .blog-detail-title {
    font-size: 1.5rem;
  }
}

