.hjw-fh4.cnym{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --hjw-yellow: rgb(255, 210, 77);
  --hjw-orange: rgb(255, 140, 0);
  --hjw-red: rgb(255, 59, 48);
  --hjw-ink: #0f172a;
  --hjw-muted: rgba(15,23,42,.70);
  --hjw-soft: rgba(255,251,245,.92);
  width: 100%;
  padding: clamp(14px, 2vw, 26px);
  color: var(--hjw-ink);
}

.hjw-fh4.cnym *{
  box-sizing: border-box;
  min-width: 0;
}

.hjw-fh4.cnym .hjw-fh4-wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hjw-fh4.cnym .hjw-fh4-head{
  position: relative;
  padding: 14px 14px 12px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(900px 360px at 15% 35%, color-mix(in srgb, var(--hjw-yellow) 18%, transparent), transparent 60%),
    radial-gradient(820px 360px at 85% 70%, color-mix(in srgb, var(--hjw-yellow) 12%, transparent), transparent 60%),
    radial-gradient(720px 320px at 60% 0%, color-mix(in srgb, var(--hjw-orange) 14%, transparent), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,251,245,.92));
  box-shadow:
    0 18px 60px rgba(2,6,23,.08),
    0 0 0 1px rgba(255,255,255,.55) inset;
}

.hjw-fh4.cnym.hjw-fh4-no-header-glow .hjw-fh4-head{
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,251,245,.92));
}

.hjw-fh4.cnym .hjw-fh4-kicker{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(15,23,42,.62);
  position: relative;
}

.hjw-fh4.cnym .hjw-fh4-title{
  margin: 6px 0 6px;
  font-weight: 980;
  letter-spacing: -.35px;
  font-size: clamp(18px, 2.2vw, 28px);
  position: relative;
  line-height: 1.15;
  color: var(--hjw-ink);
}

.hjw-fh4.cnym .hjw-fh4-sub{
  margin: 0;
  color: rgba(15,23,42,.68);
  line-height: 1.85;
  font-weight: 750;
  font-size: 14px;
  max-width: 78ch;
  position: relative;
}

.hjw-fh4.cnym .hjw-fh4-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hjw-fh4.cnym .hjw-fh4-card{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,251,245,.82));
  box-shadow:
    0 16px 52px rgba(2,6,23,.08),
    0 0 0 1px rgba(255,255,255,.55) inset;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
  display: block;
  color: inherit;
  text-decoration: none;
}

.hjw-fh4.cnym .hjw-fh4-card-link:hover,
.hjw-fh4.cnym .hjw-fh4-card-link:focus{
  color: inherit;
  text-decoration: none;
}

.hjw-fh4.cnym:not(.hjw-fh4-no-hover) .hjw-fh4-card:hover{
  transform: translateY(-2px);
  filter: brightness(1.01);
  box-shadow:
    0 20px 68px rgba(2,6,23,.10),
    0 0 0 1px rgba(255,255,255,.55) inset,
    0 0 0 6px color-mix(in srgb, var(--hjw-orange) 6%, transparent);
}

.hjw-fh4.cnym .hjw-fh4-card:focus-visible{
  outline: 3px solid color-mix(in srgb, var(--hjw-yellow) 55%, transparent);
  outline-offset: 4px;
}

.hjw-fh4.cnym .hjw-fh4-media{
  position: relative;
  aspect-ratio: 16 / 10;
  background: #fff7e6;
}

.hjw-fh4.cnym .hjw-fh4-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.03) contrast(1.03);
}

.hjw-fh4.cnym .hjw-fh4-glow{
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(600px 220px at 18% 0%, color-mix(in srgb, var(--hjw-yellow) 22%, transparent), transparent 62%),
    radial-gradient(600px 220px at 92% 0%, color-mix(in srgb, var(--hjw-yellow) 16%, transparent), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.18));
  pointer-events: none;
}

.hjw-fh4.cnym.hjw-fh4-no-media-glow .hjw-fh4-glow{
  display: none;
}

.hjw-fh4.cnym .hjw-fh4-body{
  padding: 12px 14px 14px;
}

.hjw-fh4.cnym .hjw-fh4-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.72);
  color: rgba(15,23,42,.72);
  margin-bottom: 8px;
}

.hjw-fh4.cnym .hjw-fh4-tag::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hjw-yellow), var(--hjw-orange), var(--hjw-yellow));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--hjw-orange) 10%, transparent);
  flex: 0 0 8px;
}

.hjw-fh4.cnym.hjw-fh4-no-tag-dot .hjw-fh4-tag::before{
  display: none;
}

.hjw-fh4.cnym .hjw-fh4-h{
  margin: 0 0 6px;
  font-weight: 980;
  letter-spacing: -.25px;
  font-size: 16px;
  line-height: 1.25;
  color: var(--hjw-ink);
}

.hjw-fh4.cnym .hjw-fh4-p{
  margin: 0;
  color: rgba(15,23,42,.72);
  font-size: 13.5px;
  line-height: 1.85;
  font-weight: 750;
}

@media (max-width: 860px){
  .hjw-fh4.cnym .hjw-fh4-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px){
  .hjw-fh4.cnym.hjw-fh4-mobile-center .hjw-fh4-head,
  .hjw-fh4.cnym.hjw-fh4-mobile-center .hjw-fh4-body{
    text-align: center;
  }

  .hjw-fh4.cnym.hjw-fh4-mobile-center .hjw-fh4-sub{
    margin-left: auto;
    margin-right: auto;
  }

  .hjw-fh4.cnym.hjw-fh4-mobile-center .hjw-fh4-tag{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (prefers-reduced-motion: reduce){
  .hjw-fh4.cnym.hjw-fh4-respect-motion *,
  .hjw-fh4.cnym.hjw-fh4-respect-motion *::before,
  .hjw-fh4.cnym.hjw-fh4-respect-motion *::after{
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
