/* Single Post Hero */
.single-post .site-main,
.hk-single-post {
  background: #f7fbf9;
}

.hk-post-hero {
  max-width: 1180px;
  margin: 2rem auto 0;
  padding: 0 1rem;
}

.hk-post-hero-media {
  position: relative;
  min-height: 440px;
  border-radius: 2rem;
  overflow: hidden;
  background: #17314f;
  box-shadow: 0 28px 80px rgba(23, 49, 79, .16);
}

.hk-post-hero-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hk-post-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 24, 38, .05) 0%, rgba(8, 24, 38, .22) 42%, rgba(247, 251, 249, .96) 100%);
}

.hk-post-hero-content {
  position: relative;
  z-index: 2;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 820px;
  padding: 3rem;
  color: #17314f;
}

.hk-post-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: 1rem;
}

.hk-post-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .35rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hk-post-hero .entry-title {
  max-width: 860px;
  margin: 0;
  color: #17314f;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.hk-post-summary {
  max-width: 680px;
  margin: 1rem 0 0;
  color: #51647a;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hk-post-mini-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  max-width: 760px;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(23, 49, 79, .12);
}

.hk-post-mini-author {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.hk-post-mini-author img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .55);
}

.hk-post-author-name,
.hk-post-author-role {
  display: block;
}

.hk-post-author-name {
  font-weight: 850;
  color: #17314f;
}

.hk-post-author-role {
  margin-top: .15rem;
  color: #66788c;
  font-size: .9rem;
}

.hk-post-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.hk-post-meta-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: .35rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(23, 49, 79, .12);
  color: #17314f;
  font-size: .85rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

/* Mobile */
@media (max-width: 760px) {
  .hk-post-hero {
    margin-top: 1rem;
    padding: 0 .85rem;
  }

  .hk-post-hero-media {
    min-height: 420px;
    border-radius: 1.45rem;
  }

  .hk-post-hero-content {
    min-height: 420px;
    padding: 1.35rem;
  }

  .hk-post-hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 24, 38, .2) 0%, rgba(8, 24, 38, .82) 48%, rgba(8, 24, 38, .94) 100%);
  }

  .hk-post-hero .entry-title {
    font-size: clamp(2rem, 10vw, 3.2rem);
    letter-spacing: -0.045em;
  }

  .hk-post-summary {
    font-size: .95rem;
    line-height: 1.65;
  }

  .hk-post-mini-meta {
    align-items: flex-start;
    gap: .9rem;
  }

  .hk-post-meta-pills {
    width: 100%;
  }
}
/* Single Post Hero */
.single-post .site-main,
.hk-single-post {
  background: #f7fbf9;
}

.hk-post-hero {
  max-width: 1180px;
  margin: 2rem auto 3rem;
  padding: 0 1rem;
}

.hk-post-hero-media {
  position: relative;
  height: 360px;
  border-radius: 2rem;
  overflow: hidden;
  background: #e8fff1;
  box-shadow: 0 22px 70px rgba(22, 77, 55, .12);
}

.hk-post-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hk-post-hero-card {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: -5rem auto 0;
  padding: 2rem;
  border-radius: 1.7rem;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(28,120,77,.12);
  box-shadow: 0 24px 70px rgba(22,77,55,.13);
  backdrop-filter: blur(14px);
}

.hk-post-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1rem;
}

.hk-post-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .35rem .8rem;
  border-radius: 999px;
  background: #e8fff1;
  border: 1px solid rgba(22,131,79,.12);
  color: #16834f;
  font-size: .78rem;
  font-weight: 800;
}

.hk-post-hero .entry-title {
  margin: 0;
  color: #17314f;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.hk-post-summary {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #51647a;
  font-size: 1.02rem;
  line-height: 1.75;
}

.hk-post-mini-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(23,49,79,.1);
}

.hk-post-mini-author {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.hk-post-mini-author img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
}

.hk-post-author-name,
.hk-post-author-role {
  display: block;
}

.hk-post-author-name {
  color: #17314f;
  font-weight: 850;
}

.hk-post-author-role {
  margin-top: .15rem;
  color: #66788c;
  font-size: .9rem;
}

.hk-post-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.hk-post-meta-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: .35rem .8rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(23,49,79,.1);
  color: #17314f;
  font-size: .85rem;
  font-weight: 750;
}

/* Mobile */
@media (max-width: 760px) {
  .hk-post-hero {
    margin: 1rem auto 2rem;
    padding: 0 .85rem;
  }

  .hk-post-hero-media {
    height: 220px;
    border-radius: 1.35rem;
  }

  .hk-post-hero-card {
    margin-top: -2.6rem;
    padding: 1.15rem;
    border-radius: 1.25rem;
  }

  .hk-post-hero .entry-title {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
    line-height: 1.12;
  }

  .hk-post-summary {
    font-size: .95rem;
    line-height: 1.65;
  }

  .hk-post-mini-meta {
    align-items: flex-start;
  }

  .hk-post-meta-pills {
    width: 100%;
  }
}
/* Review Card */

.hk-review-card{
    display:flex;
    gap:20px;
    align-items:flex-start;

    margin:50px 0;

    padding:28px;

    background:#fff;

    border:1px solid #e5ece8;

    border-radius:22px;

    box-shadow:0 16px 45px rgba(0,0,0,.05);
}

.hk-review-icon{

    width:58px;

    height:58px;

    border-radius:50%;

    background:#e8fff1;

    color:#16834f;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    flex-shrink:0;
}

.hk-review-label{

    color:#16834f;

    font-weight:700;

    margin-bottom:6px;
}

.hk-review-name{

    margin:0;

    font-size:1.4rem;
}

.hk-review-name a{

    color:#17314f;

    text-decoration:none;
}

.hk-review-title{

    margin:8px 0;

    color:#63758a;
}

.hk-review-date{

    margin:0;

    color:#7f8d9a;

    font-size:.92rem;
}

@media(max-width:768px){

.hk-review-card{

    padding:22px;

    flex-direction:column;
}

}