.cyh-hero { position: relative; }

.cyh-hero .cyh-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(100deg, rgba(22,40,70,.98) 0%, rgba(22,40,70,.95) 40%, rgba(22,40,70,.72) 62%, rgba(22,40,70,.45) 100%), url('play-playground.jpg');
  background-size: cover;
  background-position: center;
}

.cyh-hero .cyh-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 48px 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 56px;
  align-items: flex-start;
}

.cyh-hero .cyh-hero-left {
  position: relative;
  padding-left: 30px;
  flex: 1 1 460px;
  min-width: 0;
}
.cyh-hero .cyh-hero-accent {
  position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 5px;
  background: #79A451;
}

.cyh-hero .cyh-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.cyh-hero .cyh-hero-eyebrow-main { color: #79A451; }
.cyh-hero .cyh-hero-eyebrow-divider { width: 1px; height: 16px; background: rgba(255,255,255,.35); }
.cyh-hero .cyh-hero-eyebrow-sub { color: #dfe6ee; }

.cyh-hero .cyh-hero h1 {
  font-family: 'Baloo 2';
  font-weight: 800;
  font-size: clamp(48px, 6.5vw, 84px);
  line-height: 1;
  letter-spacing: -1px;
  margin: 0 0 24px;
  color: #fff;
  text-shadow: 0 0 44px rgba(121,164,81,.35);
}
.cyh-hero .cyh-hero h4 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.25;
  color: #fff;
  margin: 0 0 22px;
  max-width: 560px;
}

.cyh-hero .cyh-hero p {
  font-size: 17px;
  line-height: 1.6;
  color: #c7d1dd;
  margin: 0 0 40px;
  max-width: 540px;
}

.cyh-hero .cyh-hero-details {
  display: flex;
  gap: 28px 40px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.cyh-hero .cyh-hero-detail {
  display: flex;
  gap: 15px;
  min-width: 190px;
}
.cyh-hero .cyh-hero-detail-icon {
  color: #79A451;
  flex-shrink: 0;
  margin-top: 2px;
}
.cyh-hero .cyh-hero-detail h4 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .5px;
  color: #fff;
  margin-bottom: 4px;
}
.cyh-hero .cyh-hero-detail p {
  font-size: 13px;
  color: #9fabb8;
  margin:0;
}

.cyh-hero .cyh-hero-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cyh-hero .cyh-hero-cta-note {
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: 340px;
}
.cyh-hero .cyh-hero-cta-icon { color: #79A451; flex-shrink: 0; }
.cyh-hero .cyh-hero-cta-text {
  font-size: 13px;
  font-style: italic;
  color: #c7d1dd;
  line-height: 1.4;
}

/* ============================================================
FORM MODULE (inside hero, right column)
============================================================ */
.cyh-hero .cyh-form-card {
  background: #fff;
  border-radius: 14px;
  padding: 38px;
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
  position: relative;
  flex: 1 1 380px;
}
input {
  width: 100% !important;
  padding: 12px 12px 12px 12px !important;
  border: 1px solid #d7dde3;
  border-radius: 8px !important;
  font-size: 15px;
  color: #162846 !important;
  background: #fbfcfd;
  outline: none;
}
.cyh-hero form .hs-form-field {
  margin-bottom:16px;                                                       
}
.cyh-hero .cyh-form-card form {
  padding: 0 !important;
  background-color: transparent;
  border: 0;
}

.cyh-hero .cyh-form-card-accent {
  position: absolute;
  left: 0; top: 38px; bottom: 38px;
  width: 4px;
  background: #79A451;
  border-radius: 4px;
}

.cyh-hero .cyh-form-card h2 {
  font-family: 'Baloo 2';
  font-weight: 800;
  font-size: 30px;
  color: #162846;
  margin: 0 0 8px;
  letter-spacing: -.5px;
}
.cyh-hero .cyh-form-card p {
  font-size: 15px;
  color: #5c6b7a;
  margin: 0 0 26px;
  line-height: 1.45;
}

.cyh-hero .cyh-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.cyh-hero .cyh-form-group { margin-bottom: 16px; }
.cyh-hero .cyh-form-group--tight { margin-bottom: 0; }

.cyh-hero label span {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 700;
  color: #162846;
  margin-bottom: 7px;
}
.cyh-hero .cyh-form-required { color: #c0392b; }

.cyh-hero .cyh-input-wrap { position: relative; }
.cyh-hero .cyh-input-wrap--select .cyh-input-icon { z-index: 1; }
.cyh-hero .cyh-input-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa7b5;
  display: flex;
}
.cyh-select-arrow {
  .cyh-hero position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa7b5;
  display: flex;
  pointer-events: none;
}

.cyh-hero .cyh-input,
.cyh-hero .cyh-select {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border: 1px solid #d7dde3;
  border-radius: 8px;
  font-size: 15px;
  color: #162846;
  background: #fbfcfd;
  outline: none;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}
.cyh-hero .cyh-select {
  padding: 12px 38px 12px 40px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.cyh-hero .cyh-input:focus,
.cyh-hero .cyh-select:focus {
  border: 1px solid #79A451;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(121,164,81,.15);
}

.cyh-hero .cyh-form-error {
  display: block;
  color: #c0392b;
  font-size: 12px;
  margin-top: 5px;
}

.cyh-hero .cyh-form-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 22px;
  cursor: pointer;
}
.cyh-hero .cyh-form-checkbox {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: #79A451;
  flex-shrink: 0;
  cursor: pointer;
}
.cyh-hero .cyh-form-checkbox-text {
  font-size: 12.5px;
  color: #5c6b7a;
  line-height: 1.5;
}

.cyh-hero input[type="submit"] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff !important;
  background: #79A451 !important;
  border: none;
  padding: 17px !important;
  border-radius: 8px !important;
  cursor: pointer;
  transition: background-color .15s;
}
.cyh-hero .cyh-form-submit:hover { background: #6b944a; }

.cyh-hero .cyh-form-secure-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
}
.cyh-hero .cyh-form-secure-icon { color: #9aa7b5; display: flex; }
.cyh-hero .cyh-form-secure-text { font-size: 12.5px; color: #8a97a5; }

/* ---- success state ---- */
.cyh-hero .cyh-form-success { text-align: center; padding: 36px 8px; }
.cyh-hero .cyh-form-success-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(121,164,81,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #79A451;
}
.cyh-hero .cyh-form-success-title {
  font-family: 'Baloo 2';
  font-weight: 800;
  font-size: 28px;
  color: #162846;
  margin: 0 0 12px;
  letter-spacing: -.5px;
}
.cyh-hero .cyh-form-success-desc {
  font-size: 15.5px;
  color: #5c6b7a;
  line-height: 1.55;
  margin: 0 auto 26px;
  max-width: 340px;
}
.cyh-hero .cyh-form-success-btn {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  color: #79A451;
  background: transparent;
  border: 1.5px solid #79A451;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color .15s, color .15s;
}
.cyh-hero .cyh-form-success-btn:hover { color: #fff; background: #79A451; }

.cyh-hero .cyh-form-card a {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  color: #79A451;
  background: transparent;
  border: 1.5px solid #79A451;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color .15s, color .15s;
}

.cyh-hero .cyh-form-card a:hover { color: #fff; background: #79A451; }

@media (max-width:991px) {
  .cyh-hero   .cyh-hero-inner {
    padding: 36px 32px 70px;
  }
}