:root {
  --accent: #ec0b63;
  --accent-dark: #cf0754;
  --text: #646b76;
  --heading: #626a75;
  --muted: #f5f5f5;
  --line: #e4e4e4;
  --dark: #070407;
  --font: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--text);
  font-family: var(--font);
  background: #fff;
}
a { color: inherit; }
.container {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}
.narrow { width: min(1130px, calc(100% - 80px)); }
.hero {
  position: relative;
  min-height: 370px;
  display: grid;
  place-items: center;
  overflow: hidden;
   text-align: center;
   width:100%;
  background: #090409 url("https://www.checkpoint.com.cn/wp-content/uploads/ugvtnbmcogihqfu4dulc.jpg") center / cover no-repeat;

} 

.hero::after,
.cta-band::after,
.trends::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 42px 20px 58px;
}
.hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 58px);
  line-height: 1.08;
  font-weight: 700;
}
.hero p {
  margin: 0 auto 34px;
  max-width: 760px;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}
.hero-content a {
  margin: 0 auto;
}
.buttonX {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 45px;
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.buttonX:hover { background: var(--accent-dark); transform: translateY(-1px); }
.summary-strip {
  background: #f4f4f4;
  padding: 39px 0 37px;
}
.summary-strip p {
  margin: 0;
  max-width: 1050px;
  font-size: 16px;
  line-height: 1.65;
}
.report-section {
  padding: 86px 0 92px;
  background: #fff;
}
.report-grid {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(430px, 1fr);
  gap: 95px;
  align-items: center;
}
.cover-wrap {
  display: flex;
  justify-content: center;
}
.cover-wrap img {
  width: min(100%, 490px);
  height: auto;
  display: block;
}
.report-copy {
  font-size: 15.5px;
  line-height: 1.65;
}
.section-label {
  margin: 0 0 22px;
}
ul {
  margin: 0 0 24px 22px;
  padding: 0;
}
li { margin: 6px 0; }
.report-copy .buttonX { margin-top: 12px; }
.trends {
  position: relative;
  padding: 86px 0 72px;
  text-align: center;
  background: #060305 url("https://www.checkpoint.com.cn/wp-content/uploads/llsbcohye2cyk6nojnjw.png") center / cover no-repeat;
}
.trends > .container {
  position: relative;
  z-index: 1;
}
.trends h2 {
  margin: 0 0 54px;
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 400;
}
.trend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 38px;
  margin: 0 auto 52px;
}
.trend-card {
  min-height: 321px;
  padding: 31px 24px 28px;
  background: #fff;
  text-align: center;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.18);
}
.trend-card img {
  height: 74px;
  width: 86px;
  object-fit: contain;
  display: block;
  margin: 0 auto 17px;
}
.trend-card h3 {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}
.trend-card p {
  margin: 0 0 7px;
  color: #4d4d4d;
  font-size: 13.5px;
  line-height: 1.42;
  font-weight: 600;
}
.live-session {
  padding: 86px 0 98px;
  background: #f8f8f8;
}
.session-copy {
  width: min(920px, calc(100% - 80px));
  text-align: center;
}
.live-session h2,
.faq h2,
.resources h2,
.cta-band h2 {
  margin: 0;
  color: var(--heading);
  font-weight: 400;
  line-height: 1.22;
}
.live-session h2 {
  font-size: clamp(34px, 4vw, 47px);
  margin-bottom: 50px;
}
.live-session h2 span,
.faq h2 span {
  display: block;
}
.session-body {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  line-height: 1.72;
}
.session-body p {
  margin: 0 0 26px;
}
.faq {
  padding: 85px 0 92px;
  background: #fff;
}
.faq-inner {
  width: min(980px, calc(100% - 80px));
}
.faq h2 {
  text-align: center;
  font-size: clamp(34px, 4vw, 47px);
  margin-bottom: 58px;
}
.accordion {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 24px 46px 24px 0;
  color: #565e67;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 22px;
  color: var(--accent);
  font-size: 30px;
  line-height: 1;
}
details[open] summary::after { content: "-"; }
.answer {
  padding: 0 56px 26px 0;
  font-size: 15.5px;
  line-height: 1.7;
}
.answer p {
  margin: 0 0 14px;
}
.resources {
  padding: 86px 0 98px;
  background: #f4f4f4;
}
.resources h2 {
  text-align: center;
  font-size: 54px;
  margin-bottom: 132px;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 40px;
}
.resource-card {
  position: relative;
  display: block;
  min-height: 404px;
  overflow: hidden;
  background: #fff;
  color: #151a22;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
.resource-media {
  display: block;
  height: 237px;
  overflow: hidden;
  background: #e8e8e8;
}
.resource-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .22s ease;
}
.resource-meta {
  position: relative;
  display: grid;
  min-height: 167px;
  padding: 42px 34px 36px;
  align-content: start;
}
.resource-meta strong {
  display: block;
  color: #151a22;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}
.resource-type {
  position: absolute;
  left: 34px;
  bottom: 27px;
  width: 22px;
  height: 22px;
  color: #b7bdc8;
}
.resource-type::before,
.resource-type::after {
  content: "";
  position: absolute;
  inset: 0;
}
.resource-type.pdf::before {
  border: 2px solid currentColor;
  border-radius: 2px;
}
.resource-type.pdf::after {
  content: "PDF";
  inset: 6px 2px auto 2px;
  color: currentColor;
  font-size: 6px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.resource-type.link::before {
  inset: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.12-2.12a5 5 0 0 0-7.07-7.07L10.9 5.03'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.81 13.12a5 5 0 0 0 7.07 7.07l1.22-1.22'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.12-2.12a5 5 0 0 0-7.07-7.07L10.9 5.03'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.81 13.12a5 5 0 0 0 7.07 7.07l1.22-1.22'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
}
.resource-type.link::after {
  display: none;
}
.resource-overlay {
  position: absolute;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 36px;
  background: #47243e;
  color: #fff;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .2s ease, transform .2s ease;
}
.resource-description {
  display: block;
  font-size: 16px;
  line-height: 1.55;
}
.resource-description p {
  margin: 0 0 13px;
  font-size: 16px;
}
.resource-card:hover .resource-overlay,
.resource-card:focus-visible .resource-overlay {
  opacity: 1;
  transform: translateY(0);
}
.resource-card:hover .resource-media img,
.resource-card:focus-visible .resource-media img {
  transform: none;
}
.cta-band {
  position: relative;
  padding: 80px 0 83px;
  text-align: center;
  background: #080408 url("https://www.checkpoint.com.cn/wp-content/uploads/fpyndodvgbukt8fifo7n.png") center / cover no-repeat;
}
.cta-band .container {
  position: relative;
  z-index: 1;
}
.cta-band h2 {
  color: #fff;
  font-size: clamp(34px, 4.2vw, 48px);
  margin-bottom: 16px;
}
.cta-band p {
  margin: 0 0 31px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
@media (max-width: 980px) {
  .container,
  .narrow,
  .session-copy,
  .faq-inner {
    width: min(100% - 40px, 720px);
  }
  .hero { min-height: 330px; }
  .report-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .report-copy { max-width: 720px; margin: 0 auto; }
  .trend-grid,
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .resources h2 { margin-bottom: 64px; }
}

@media (max-width: 640px) {
  .hero { min-height: 390px; }
  .hero-content { padding: 40px 20px 52px; }
  .summary-strip,
  .report-section,
  .trends,
  .live-session,
  .faq,
  .resources,
  .cta-band {
    padding-top: 60px;
    padding-bottom: 66px;
  }
  .trend-grid,
  .resource-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .resources h2 { margin-bottom: 34px; }
  .resource-card { min-height: 385px; }
  .resource-media { height: 210px; }
  .resource-meta { min-height: 175px; padding: 34px 26px 34px; }
  .resource-overlay {
    position: static;
    display: block;
    opacity: 1;
    transform: none;
    padding: 0 26px 30px;
    background: #fff;
    color: var(--text);
  }
  .resource-description { font-size: 16px; line-height: 1.55; }
  .trend-card { min-height: auto; }
  .live-session h2,
  .faq h2,
  .resources h2 {
    font-size: 32px;
  }
  summary { font-size: 18px; }
  .answer { padding-right: 0; }
}