.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-3273qmit] {
  align-items: center;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero[data-astro-cid-3273qmit] {
    align-items: flex-end;
    min-height: 360px;
    padding-bottom: 48px;
  }
}

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

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

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

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

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

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

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

.column-list__grid[data-astro-cid-3273qmit] {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
}
@media screen and (max-width: 1024px) {
  .column-list__grid[data-astro-cid-3273qmit] {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column-list__grid[data-astro-cid-3273qmit] {
    grid-template-columns: 1fr;
  }
}

.column-card[data-astro-cid-3273qmit] {
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  transition: transform 0.3s, opacity 0.3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.column-card[data-astro-cid-3273qmit]:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

.column-card__img[data-astro-cid-3273qmit] {
  aspect-ratio: 262/165;
  overflow: hidden;
}
.column-card__img[data-astro-cid-3273qmit] img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column-card__body[data-astro-cid-3273qmit] {
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 20px;
  display: flex;
}

.column-card__title[data-astro-cid-3273qmit] {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .column-card__title[data-astro-cid-3273qmit] {
    font-size: 14px;
  }
}

.column-card__date[data-astro-cid-3273qmit] {
  color: #4a4a4a;
  margin-top: auto;
  font-size: 13px;
  line-height: 1.4;
}

.pagination[data-astro-cid-3273qmit] {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pagination[data-astro-cid-3273qmit] {
    margin-top: 32px;
  }
}
.pagination[data-astro-cid-3273qmit] .page-numbers {
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #d0d8de;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}
.pagination[data-astro-cid-3273qmit] .page-numbers.current {
  color: #fff;
  background: #0085ca;
  border-color: #0085ca;
}
.pagination[data-astro-cid-3273qmit] .page-numbers.dots {
  border: none;
  background: none;
}
