:root {
  --chw-green: #003f2b;
  --chw-green-2: #00583a;
  --chw-deep: #002b1e;
  --chw-orange: #cf7306;
  --chw-orange-2: #e18313;
  --chw-ink: #050b26;
  --chw-muted: #273044;
  --chw-soft: #f7f5ef;
  --chw-border: #d7ddd8;
  --chw-hero-height: 445px;
  --chw-hero-visual-width: 519px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

section[id],
.chw-stats[id],
.chw-audience-copy[id] {
  scroll-margin-top: 82px;
}

@media (max-width: 1199.98px) {
  section[id],
  .chw-stats[id],
  .chw-audience-copy[id] {
    scroll-margin-top: 72px;
  }
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--chw-ink);
  background: #ffffff;
  font-size: 14px;
  line-height: 1.55;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.chw-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 56px;
  padding-right: 56px;
}

.chw-header .chw-container {
  max-width: 1024px;
  padding-left: 24px;
  padding-right: 31px;
}

/* Header */
.chw-header {
  position: relative;
  z-index: 20;
  background: #fff;
  box-shadow: 0 1px 12px rgba(15, 25, 30, 0.12);
}

.chw-navbar {
  min-height: 70px;
  padding: 0;
}

.chw-brand {
  padding: 0;
  margin: 0;
}

.chw-brand img {
  width: 228px;
  height: auto;
}

.chw-menu .nav-link {
  position: relative;
  padding: 27px 10px 23px !important;
  color: #00082a;
  text-transform: uppercase;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.chw-menu .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 0.12em;
  border-top-width: 0.32em;
}

.chw-menu .nav-link.active {
  color: #00082a;
}

.chw-menu .nav-link.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 17px;
  height: 2px;
  background: var(--chw-orange);
  border-radius: 99px;
}

.chw-dropdown {
  border: 0;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  padding: 10px;
}

.chw-dropdown .dropdown-item {
  font-size: 12px;
  font-weight: 700;
  padding: 9px 12px;
  border-radius: 7px;
}

.chw-dropdown .dropdown-item:hover {
  background: #f7efe5;
}

.chw-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 104px;
  padding: 0 18px;
  background: linear-gradient(180deg, #df811e, #c56300);
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 9px 18px rgba(196, 91, 0, 0.25);
}

.chw-top-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

/* Hero */
.chw-hero {
  position: relative;
  height: var(--chw-hero-height);
  min-height: var(--chw-hero-height);
  overflow: hidden;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 45%, #f1eee3 100%);
}

.chw-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 52%;
  height: 24px;
  background: #f0dfc1;
  clip-path: polygon(0 30%, 60% 35%, 100% 0, 100% 100%, 0 100%);
  opacity: 0.9;
  z-index: 3;
  pointer-events: none;
}

.chw-hero-container {
  position: relative;
  height: var(--chw-hero-height);
  min-height: var(--chw-hero-height);
  max-width: 1024px;
  padding-top: 42px;
  padding-left: 46px;
  padding-right: 0;
}

.chw-hero-copy {
  position: relative;
  z-index: 6;
  flex: 0 0 465px;
  max-width: 465px;
  padding-top: 0;
  padding-right: 0;
}

.chw-hero-copy h1 {
  margin: 0 0 13px;
  color: var(--chw-green);
  font-size: 38px;
  line-height: 1.13;
  letter-spacing: -1.45px;
  font-weight: 900;
}

.chw-hero-copy h1 span {
  display: block;
  margin-top: 2px;
  color: var(--chw-orange);
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -1.3px;
}

.chw-hero-copy p {
  max-width: 438px;
  margin: 0 0 22px;
  color: #040a28;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.chw-toggler {
  border: 1px solid rgba(0, 8, 42, 0.12);
  padding: 6px 10px;
}

.chw-toggler:focus {
  box-shadow: 0 0 0 2px rgba(207, 115, 6, 0.25);
}

.chw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 34px;
}

.chw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 42px;
  border-radius: 5px;
  padding: 0 23px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
  transition: 0.2s ease;
}

.chw-btn span {
  font-size: 22px;
  line-height: 0;
  transform: translateY(-1px);
}

.chw-btn-green {
  color: #fff;
  background: linear-gradient(180deg, #00593a, #003c28);
  box-shadow: 0 11px 18px rgba(0, 76, 51, 0.2);
}

.chw-btn-green:hover {
  color: #fff;
  transform: translateY(-1px);
}

.chw-btn-outline {
  color: var(--chw-green);
  background: #fff;
  border-color: #00412d;
}

.chw-btn-outline:hover {
  color: #fff;
  background: var(--chw-green);
}

.chw-hero-points {
  position: relative;
  z-index: 6;
  max-width: 505px;
  margin-left: -1px;
  padding-bottom: 8px;
}

.chw-mini-card {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 56px;
}

.chw-mini-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
}

.chw-mini-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--chw-green);
  stroke-width: 1.35;
}

.chw-mini-card strong {
  display: block;
  color: #061520;
  font-size: 9px;
  font-weight: 900;
  margin-bottom: 3px;
}

.chw-mini-card small {
  display: block;
  color: #071221;
  font-size: 8px;
  line-height: 1.45;
  font-weight: 600;
}

.chw-hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--chw-hero-visual-width);
  height: var(--chw-hero-height);
  overflow: hidden;
  z-index: 2;
  padding: 0;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.72) 12%, transparent 24%),
    url("../assets/images/hero-panel.png") no-repeat right top / 100% 100%;
}

/* Info Section */
.chw-info {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 38px 0 32px;
}

.chw-info-grid {
  align-items: stretch;
  justify-content: space-between;
}

.chw-info-col {
  padding-left: 12px;
  padding-right: 38px;
}

.chw-info-col + .chw-info-col {
  border-left: 1px solid #d8dedb;
  padding-left: 34px;
}

.chw-info h2,
.chw-audience h2 {
  margin: 0 0 14px;
  color: var(--chw-green);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.25px;
  font-weight: 900;
}

.chw-info p,
.chw-audience p {
  margin-bottom: 17px;
  color: #0f1832;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.chw-check-list,
.chw-green-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chw-check-list li,
.chw-green-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: #0f1832;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 600;
}

.chw-check-list li::before,
.chw-green-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--chw-green);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.chw-help-col {
  flex: 0 0 27%;
  max-width: 27%;
}

.chw-help-item {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 17px;
  align-items: center;
  margin-bottom: 15px;
}

.chw-help-item span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--chw-green);
  color: var(--chw-green);
  border-radius: 50%;
  background: #f6faf6;
}

.chw-help-item svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.chw-help-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.chw-standard-col {
  flex: 0 0 34%;
  max-width: 34%;
}

.chw-idph-logo {
  width: 191px;
  margin: 10px 0 26px;
}

.chw-note-box {
  max-width: 330px;
  padding: 15px 18px;
  background: linear-gradient(135deg, #fbf4e8, #f3eadf);
  border-radius: 7px;
}

.chw-note-box p {
  margin: 0 0 13px;
  font-size: 12px;
  line-height: 1.48;
}

.chw-note-box a {
  color: var(--chw-green);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}

/* Partnership */
.chw-partnership {
  position: relative;
  overflow: hidden;
  padding: 28px 0 30px;
  background:
    radial-gradient(circle at 32% 12%, rgba(13, 118, 81, 0.33), transparent 38%),
    linear-gradient(90deg, #003921, #004a30 45%, #00412c);
  color: #fff;
}

.chw-partnership::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.04) 42% 43%, transparent 43%),
    linear-gradient(40deg, rgba(255,255,255,.025), transparent 30%);
  pointer-events: none;
}

.chw-partnership .chw-container {
  position: relative;
  z-index: 2;
}

.chw-partnership-heading {
  max-width: 750px;
  margin: 0 auto 28px;
  text-align: center;
}

.chw-partnership-heading h2 {
  margin: 0 0 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.chw-partnership-heading p {
  margin: 0;
  color: #fff;
  font-size: 12.7px;
  line-height: 1.42;
  font-weight: 500;
}

.chw-partner-row {
  align-items: stretch;
  text-align: center;
}

.chw-partner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 42px;
}

.chw-partner-card + .chw-partner-card {
  border-left: 1px solid rgba(255, 255, 255, 0.36);
}

.chw-partner-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 76px;
  margin: 0 auto 16px;
  color: #fff;
}

.chw-partner-brand-wfc {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  margin-bottom: 12px;
}

.chw-partner-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  color: #fff;
}

.chw-partner-shield {
  width: 72px;
  height: auto;
  display: block;
}

.chw-partner-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
}

.chw-partner-name-top {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.chw-partner-name-main {
  margin-top: 2px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.chw-partner-tagline {
  margin-top: 6px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  opacity: 0.92;
}

.chw-partner-card p {
  margin: 0;
  max-width: 250px;
  color: #fff;
  font-size: 12.2px;
  line-height: 1.38;
  font-weight: 500;
}

/* Audience Section */
.chw-audience {
  background: #fff;
  padding: 30px 0 25px;
}

.chw-audience-row {
  margin-bottom: 26px;
}

.chw-audience-copy {
  padding-left: 12px;
  padding-right: 18px;
}

.chw-audience-copy p {
  margin-bottom: 13px;
}

.chw-audience-copy .chw-btn {
  margin-top: 13px;
  min-width: 166px;
}

.chw-audience-image {
  padding: 0 24px;
}

.chw-audience-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 7px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.chw-future-copy {
  padding-left: 16px;
}

.chw-stats {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.1fr 1.25fr;
  border: 1px solid #dbe2df;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.chw-stat {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 18px 27px;
}

.chw-stat + .chw-stat {
  border-left: 1px solid #dbe2df;
}

.chw-stat-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  color: var(--chw-green);
}

.chw-stat-icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.chw-stat strong {
  display: block;
  color: var(--chw-green);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 3px;
}

.chw-stat small {
  display: block;
  color: #0f1832;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 600;
}

/* Bottom CTA */
.chw-bottom-cta {
  min-height: 101px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 20% 10%, rgba(13,118,81,.34), transparent 38%),
    linear-gradient(90deg, #00391f, #004a30);
  color: #fff;
}

.chw-bottom-cta .chw-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.chw-cta-left {
  display: flex;
  align-items: center;
  gap: 28px;
}

.chw-cta-badge {
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
}

.chw-cta-badge svg {
  display: block;
  width: 66px;
  height: 66px;
}

.chw-cta-left h2 {
  margin: 0 0 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.15px;
}

.chw-cta-left p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.chw-cta-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.chw-btn-orange {
  color: #fff;
  background: linear-gradient(180deg, #e98b20, #c56604);
  min-width: 157px;
}

.chw-btn-orange:hover {
  color: #fff;
  transform: translateY(-1px);
}

.chw-btn-outline-light {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,0.85);
  min-width: 178px;
}

.chw-btn-outline-light:hover {
  color: var(--chw-green);
  background: #fff;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .chw-container {
    max-width: 100%;
    padding-left: 46px;
    padding-right: 46px;
  }

  .chw-header .chw-container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .chw-menu .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 8.7px;
  }

  .chw-top-btn {
    min-width: 100px;
  }

  .chw-partner-card {
    padding: 0 44px;
  }

  .chw-hero-container {
    max-width: 100%;
  }

  .chw-hero {
    height: auto;
    min-height: auto;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .chw-hero-container {
    height: auto;
    min-height: auto;
    padding-top: 32px;
    padding-right: 46px;
  }

  .chw-hero-copy {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .chw-hero-copy p {
    max-width: 100%;
  }

  .chw-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 519 / 445;
    margin-top: 28px;
    background:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.72) 12%, transparent 24%),
      url("../assets/images/hero-panel.png") no-repeat right top / cover;
  }

  .chw-hero::after {
    width: 100%;
  }

  .chw-hero-points {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .chw-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .chw-header .chw-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .chw-navbar {
    padding: 12px 0;
  }

  .chw-menu .nav-link {
    padding: 10px 0 !important;
    font-size: 12px;
  }

  .chw-menu .nav-link.active::after {
    display: none;
  }

  .chw-menu .navbar-nav {
    padding: 8px 0 12px;
  }

  .chw-menu .nav-item,
  .chw-menu .dropdown {
    width: 100%;
  }

  .chw-menu .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    border: 0;
    background: #f7f5ef;
  }

  .chw-top-btn {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }

  .chw-hero-container {
    padding-right: 22px;
  }

  .chw-hero-points {
    row-gap: 18px;
  }

  .chw-info-col,
  .chw-info-col + .chw-info-col,
  .chw-help-col,
  .chw-standard-col {
    border-left: 0;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 12px 28px;
  }

  .chw-partner-card,
  .chw-partner-card + .chw-partner-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding: 22px 20px;
  }

  .chw-partner-card:first-child {
    border-top: 0;
  }

  .chw-partner-brand {
    min-height: auto;
  }

  .chw-partner-card p {
    max-width: 100%;
  }

  .chw-audience-copy,
  .chw-future-copy {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 8px;
  }

  .chw-audience-image {
    padding: 20px 12px;
  }

  .chw-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .chw-stat {
    padding: 16px 18px;
    gap: 14px;
  }

  .chw-stat:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #dbe2df;
  }

  .chw-stat:nth-child(4) {
    border-top: 1px solid #dbe2df;
  }

  .chw-bottom-cta .chw-container {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .chw-cta-actions {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .chw-partnership-heading h2 {
    font-size: 16px;
  }

  .chw-partnership-heading p {
    font-size: 12px;
  }

  .chw-partner-brand {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .chw-partner-name {
    align-items: center;
    text-align: center;
  }

  .chw-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .chw-hero-actions .chw-btn {
    width: 100%;
  }

  .chw-mini-card strong {
    font-size: 11px;
  }

  .chw-mini-card small {
    font-size: 10px;
  }
}

@media (max-width: 575.98px) {
  .chw-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chw-header .chw-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chw-brand img {
    width: 170px;
  }

  .chw-hero-container {
    padding-top: 24px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .chw-hero-copy h1 {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .chw-hero-copy h1 span {
    font-size: 24px;
    letter-spacing: -0.8px;
  }

  .chw-hero-copy p {
    font-size: 13.5px;
  }

  .chw-hero-visual {
    margin-top: 22px;
    border-radius: 8px;
  }

  .chw-cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .chw-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .chw-stats {
    grid-template-columns: 1fr;
  }

  .chw-stat,
  .chw-stat + .chw-stat {
    border-left: 0;
    border-top: 1px solid #dbe2df;
  }

  .chw-stat:first-child {
    border-top: 0;
  }

  .chw-stat-icon,
  .chw-stat-icon svg {
    width: 42px;
    height: 42px;
  }

  .chw-stat strong {
    font-size: 16px;
  }

  .chw-cta-left {
    align-items: flex-start;
    gap: 16px;
  }

  .chw-cta-left h2 {
    font-size: 15px;
    line-height: 1.25;
  }

  .chw-cta-left p {
    font-size: 13px;
  }

  .chw-info h2,
  .chw-audience h2 {
    font-size: 16px;
  }

  .chw-audience-copy .chw-btn {
    width: 100%;
  }
}

/* ===== Full-width + larger container correction ===== */
.chw-header,
.chw-hero,
.chw-info,
.chw-partnership,
.chw-audience,
.chw-bottom-cta {
  width: 100%;
}

@media (min-width: 1200px) {
  .chw-container {
    max-width: 1320px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .chw-header .chw-container {
    max-width: 1320px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .chw-navbar {
    min-height: 76px;
  }

  .chw-menu .nav-link {
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 10px;
  }

  .chw-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    --chw-hero-height: 540px;
    --chw-hero-visual-width: calc(var(--chw-hero-height) * 519 / 445);
    height: var(--chw-hero-height);
    min-height: var(--chw-hero-height);
  }

  .chw-hero::after {
    width: 62%;
    height: 32px;
  }

  .chw-hero-container {
    max-width: 1320px;
    height: var(--chw-hero-height);
    min-height: var(--chw-hero-height);
    padding-top: 52px;
    padding-left: 64px;
    padding-right: 0;
  }

  .chw-hero-copy {
    flex: 0 0 565px;
    max-width: 565px;
  }

  .chw-hero-copy h1 {
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -1.8px;
    margin-bottom: 15px;
  }

  .chw-hero-copy h1 span {
    font-size: 43px;
    line-height: 1.08;
  }

  .chw-hero-copy p {
    max-width: 505px;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

  .chw-hero-actions {
    margin-bottom: 38px;
  }

  .chw-btn {
    min-height: 48px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .chw-hero-points {
    max-width: 590px;
  }

  .chw-mini-icon,
  .chw-mini-icon svg {
    width: 42px;
    height: 42px;
  }

  .chw-mini-icon {
    flex-basis: 42px;
  }

  .chw-mini-card strong {
    font-size: 10px;
  }

  .chw-mini-card small {
    font-size: 9px;
  }

  .chw-hero-visual {
    width: var(--chw-hero-visual-width);
    height: var(--chw-hero-height);
    right: 0;
    background:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.72) 12%, transparent 24%),
      url("../assets/images/hero-panel.png") no-repeat right top / 100% 100%;
  }

  .chw-info {
    padding-top: 50px;
    padding-bottom: 42px;
  }

  .chw-partnership,
  .chw-bottom-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .chw-audience {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}

@media (min-width: 1400px) {
  .chw-container,
  .chw-header .chw-container,
  .chw-hero-container {
    max-width: 1440px;
  }

  .chw-hero {
    --chw-hero-height: 620px;
    --chw-hero-visual-width: calc(var(--chw-hero-height) * 519 / 445);
    height: var(--chw-hero-height);
    min-height: var(--chw-hero-height);
  }

  .chw-hero-container {
    height: var(--chw-hero-height);
    min-height: var(--chw-hero-height);
  }
}
