.gg-hero-insurance {
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.gg-hero-insurance__container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 122px 34px 34px;
  border: none;
  border-radius: 0;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gg-hero-insurance__container.has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 30, 48, 0.52) 0%, rgba(10, 30, 48, 0.38) 42%, rgba(10, 30, 48, 0.24) 100%);
}

.gg-hero-insurance__container.no-image {
  background-image: linear-gradient(180deg, #f8fbfe 0%, #eef4fa 100%);
}

.gg-hero-insurance__content-wrap {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.gg-hero-insurance__content {
  max-width: 620px;
  width: 100%;
  box-sizing: border-box;
  padding: 28px;
  border-radius: 10px;
}

.gg-hero-insurance__container.has-image .gg-hero-insurance__content {
  background: rgba(12, 35, 56, 0.26);
  backdrop-filter: blur(2px);
}

.gg-hero-insurance__container.no-image .gg-hero-insurance__content {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #dbe3ea;
}

.gg-hero-insurance__eyebrow {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #f2f6fa;
  text-transform: uppercase;
  font-weight: 600;
}

.gg-hero-insurance__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d83b52;
}

.gg-hero-insurance__title {
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 700;
}

.gg-hero-insurance__title span {
  display: block;
  margin-top: 6px;
  color: #e6f0f8;
  font-style: normal;
  font-weight: 600;
}

.gg-hero-insurance__text {
  margin: 16px 0 0;
  max-width: 62ch;
  color: #eef4f9;
  line-height: 1.6;
  font-size: 17px;
}

.gg-hero-insurance__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gg-hero-insurance__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.gg-hero-insurance__button--primary {
  background: #2086b1;
  border: 1px solid #2086b1;
  color: #fff;
}

.gg-hero-insurance__button--primary:hover {
  background: #1b7398;
  border-color: #1b7398;
}

.gg-hero-insurance__button--secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.gg-hero-insurance__button--secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 980px) {
  .gg-hero-insurance__container {
    min-height: 480px;
    padding: 104px 24px 24px;
  }
}

@media (max-width: 768px) {
  .gg-hero-insurance {
    padding: 0;
  }

  .gg-hero-insurance__container {
    min-height: 420px;
    padding: 88px 0 20px;
  }

  .gg-hero-insurance__content-wrap {
    padding: 0 14px;
  }

  .gg-hero-insurance__content {
    max-width: 100%;
    padding: 16px;
  }

  .gg-hero-insurance__text {
    font-size: 15px;
  }

  .gg-hero-insurance__actions {
    flex-direction: column;
  }

  .gg-hero-insurance__button {
    flex: none;
    width: auto;
    max-width: 200px;
    min-width: 0;
  }

  .gg-hero-insurance__eyebrow {
    white-space: normal;
  }
}
