.contact-cta {
  justify-content: center;
  align-items: center;
  min-height: 480px;
  padding: 80px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-cta {
    min-height: auto;
    padding: 48px 20px;
  }
}
.contact-cta__bg {
  z-index: 0;
  position: absolute;
  inset: 0;
}
.contact-cta__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contact-cta__box {
  z-index: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0;
  width: 100%;
  max-width: 870px;
  padding: 56px 0;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .contact-cta__box {
    border-radius: 12px;
    padding: 36px 20px;
  }
}
.contact-cta__title {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-cta__title {
    font-size: 28px;
  }
}
.contact-cta__text {
  color: #4a4a4a;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact-cta__text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.contact-cta .btn {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact-cta .btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

.hero[data-astro-cid-hhczduf3] {
  align-items: center;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero[data-astro-cid-hhczduf3] {
    align-items: flex-end;
    min-height: 360px;
    padding-bottom: 40px;
  }
}

.hero__bg[data-astro-cid-hhczduf3] {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.hero__bg-img[data-astro-cid-hhczduf3] {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.hero__overlay[data-astro-cid-hhczduf3] {
  background: linear-gradient(115deg, rgba(0, 133, 202, 0.55) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(253, 129, 18, 0.35) 100%);
  position: absolute;
  inset: 0;
}

.hero__content[data-astro-cid-hhczduf3] {
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 140px 40px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero__content[data-astro-cid-hhczduf3] {
    padding: 120px 20px 24px;
  }
}

.hero__eyebrow[data-astro-cid-hhczduf3] {
  color: #fff;
  opacity: 0.9;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.hero__title[data-astro-cid-hhczduf3] {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .hero__title[data-astro-cid-hhczduf3] {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .hero__title[data-astro-cid-hhczduf3] {
    margin-bottom: 16px;
    font-size: 38px;
  }
}

.hero__text[data-astro-cid-hhczduf3] {
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .hero__text[data-astro-cid-hhczduf3] {
    font-size: 20px;
  }
}

.article[data-astro-cid-hhczduf3] {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .article[data-astro-cid-hhczduf3] {
    padding: 48px 0;
  }
}

.article__box[data-astro-cid-hhczduf3] {
  background: #fff;
  border-radius: 16px;
  max-width: 840px;
  margin: 0 auto;
  padding: 48px 56px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .article__box[data-astro-cid-hhczduf3] {
    border-radius: 12px;
    padding: 28px 20px;
  }
}

.article__meta[data-astro-cid-hhczduf3] {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  display: flex;
}

.article__back[data-astro-cid-hhczduf3] {
  color: #0085ca;
  text-underline-offset: 3px;
  font-size: 14px;
  text-decoration: underline;
}

.article__date[data-astro-cid-hhczduf3] {
  color: #4a4a4a;
  font-size: 14px;
}

.article__thumb[data-astro-cid-hhczduf3] {
  border-radius: 8px;
  margin-bottom: 32px;
  overflow: hidden;
}
.article__thumb[data-astro-cid-hhczduf3] img {
  width: 100%;
  height: auto;
  display: block;
}

.article__body[data-astro-cid-hhczduf3] p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .article__body[data-astro-cid-hhczduf3] p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.article__body[data-astro-cid-hhczduf3] p:last-child {
  margin-bottom: 0;
}

.article__nav[data-astro-cid-hhczduf3] {
  border-top: 1px solid #d0d8de;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
  padding-top: 32px;
  display: grid;
}
@media screen and (max-width: 767px) {
  .article__nav[data-astro-cid-hhczduf3] {
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding-top: 24px;
  }
}

.article__nav-link[data-astro-cid-hhczduf3] {
  border: 1px solid #d0d8de;
  border-radius: 8px;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  transition: opacity 0.3s;
  display: flex;
}
.article__nav-link[data-astro-cid-hhczduf3]:hover {
  opacity: 0.8;
}

.article__nav-link--next[data-astro-cid-hhczduf3] {
  text-align: right;
}

.article__nav-link--empty[data-astro-cid-hhczduf3] {
  border: none;
  padding: 0;
}

.article__nav-label[data-astro-cid-hhczduf3] {
  color: #4a4a4a;
  font-size: 12px;
}

.article__nav-title[data-astro-cid-hhczduf3] {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
