.cgb-hero1 {
  background-color: #f2f3f5;
  padding: 40px 0;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .cgb-hero1 {
    padding: 60px 0;
  }
}
.cgb-hero1 *,
.cgb-hero1 *:before,
.cgb-hero1 *:after {
  box-sizing: border-box;
}
.cgb-hero1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cgb-hero1__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.06em;
  text-align: center;
  color: #131313;
  margin: 0 auto 24px;
  max-width: 900px;
}
@media (min-width: 620px) {
  .cgb-hero1__title { font-size: 36px; }
}
@media (min-width: 920px) {
  .cgb-hero1__title { font-size: 56px; margin-bottom: 30px; max-width: 1100px; }
}
@media (min-width: 1200px) {
  .cgb-hero1__title { font-size: 64px; margin-bottom: 40px; }
}
.cgb-hero1__desc {
  display: block;
  color: rgba(19, 19, 19, 0.7);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.05em;
  max-width: 852px;
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .cgb-hero1__desc { font-size: 24px; line-height: 1.05; margin-bottom: 30px; }
}
.cgb-hero1__actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 620px;
  margin-bottom: 48px;
  flex-direction: column;
}
@media (min-width: 920px) {
  .cgb-hero1__actions { margin-bottom: 56px; flex-direction: row; }
}
.cgb-hero1__btn {
  display: block;
  flex: 1;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  width: 100%;
  padding: 20px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.35s ease;
}
@media (min-width: 920px) {
  .cgb-hero1__btn { font-size: 20px; }
}
.cgb-hero1__btn--primary {
  background-color: rgb(3, 137, 203);
  border: 1px solid rgb(3, 137, 203);
  color: #fff;
}
.cgb-hero1__btn--primary:hover {
  background-color: rgb(2, 112, 167);
}
.cgb-hero1__btn--outline {
  background-color: transparent;
  border: 1px solid rgb(3, 137, 203);
  color: rgb(3, 137, 203);
}
.cgb-hero1__btn--outline:hover {
  background-color: rgba(3, 137, 203, 0.08);
}
.cgb-hero1__btn-wrap {
  position: relative;
  display: flex;
  flex: 1;
}
.cgb-hero1__btn-wrap .cgb-hero1__btn {
  width: 100%;
}
.cgb-hero1__badge {
  position: absolute;
  top: -15px;
  right: -10px;
  background-color: rgb(125, 222, 146);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 20px;
  white-space: nowrap;
  pointer-events: none;
  transform: rotate(-10deg);
}
.cgb-hero1__image {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.cgb-hero1__image img {
  display: block;
  width: 100%;
  height: auto;
}
