.cgb-hero2 {
  background-color: #f2f3f5;
  padding: 40px 0;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .cgb-hero2 { padding: 60px 0; }
}
.cgb-hero2 *,
.cgb-hero2 *:before,
.cgb-hero2 *:after {
  box-sizing: border-box;
}
.cgb-hero2__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cgb-hero2 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.cgb-hero2__title {
  position: relative;
  display: grid;
  width: 100%;
  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;
}
@media (min-width: 620px) {
  .cgb-hero2__title { font-size: 36px; }
}
@media (min-width: 920px) {
  .cgb-hero2__title { font-size: 64px; margin-bottom: 30px; max-width: 1100px; }
}
@media (min-width: 1200px) {
  .cgb-hero2__title { font-size: 84px; margin-bottom: 50px; }
}
.cgb-hero2__title-line {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.45s ease;
}
.cgb-hero2__title-line em {
  display: inline-block;
  font-style: normal;
  color: rgb(3, 137, 203);
  opacity: 0;
  transform: translateY(0.35em);
  filter: blur(8px);
  transition: opacity 0.5s ease 0.12s, transform 0.5s ease 0.12s, filter 0.5s ease 0.12s;
}
.cgb-hero2__title-line.is-active {
  opacity: 1;
  pointer-events: auto;
  user-select: text;
}
.cgb-hero2__title-line.is-active em {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (prefers-reduced-motion: reduce) {
  .cgb-hero2__title-line,
  .cgb-hero2__title-line em {
    transition: none;
  }
}
.cgb-hero2__desc {
  display: block;
  color: rgba(19, 19, 19, 0.7);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.06em;
  max-width: 820px;
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .cgb-hero2__desc { font-size: 24px; margin-bottom: 30px; }
}
.cgb-hero2__actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 48px;
  flex-direction: column;
}
@media (min-width: 920px) {
  .cgb-hero2__actions { margin-bottom: 56px; flex-direction: row; }
}
.cgb-hero2__btn {
  display: block;
  flex: 1;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  width: 100%;
  padding: 20px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.35s ease;
}
.cgb-hero2__btn--primary {
  background-color: rgb(3, 137, 203);
  border: 1px solid rgb(3, 137, 203);
  color: #fff;
}
.cgb-hero2__btn--primary:hover {
  background-color: rgb(2, 112, 167);
}
.cgb-hero2__btn--outline {
  background-color: transparent;
  border: 1px solid rgb(3, 137, 203);
  color: rgb(3, 137, 203);
}
.cgb-hero2__btn--outline:hover {
  background-color: rgba(3, 137, 203, 0.08);
}
.cgb-hero2__btn-wrap {
  position: relative;
  display: flex;
  flex: 1;
}
.cgb-hero2__btn-wrap .cgb-hero2__btn {
  width: 100%;
}
.cgb-hero2__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-hero2__image {
  width: 100%;
  max-width: 1340px;
}
.cgb-hero2__image img {
  display: block;
  width: 100%;
  height: auto;
}
