@import url(../sections/showcase.css);
@import url(../sections/comment.css);

.hero {
  padding-bottom: 64px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.hero .section-title {
  max-width: 100%;
}
.hero .section-title h1 {
  margin-bottom: 0;
}
.hero-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.project-detail-intro {
  width: 100%;
  padding: 128px 0;
}
.project-detail-intro .container {
  display: flex;
  flex-direction: column;
  gap: 128px;
}
.project-detail-intro-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.project-detail-intro-header img {
  max-width: 300px;
  height: auto;
}
.project-detail-intro-header-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  max-width: 744px;
}
.project-detail-intro-header-inner strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #202d3d;
}
.project-detail-intro-header-inner p {
  max-width: 652px;
  font-size: 18px;
  line-height: 38px;
  color: #202d3d;
}
.project-detail-intro ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}
.project-detail-intro ul li {
  width: 100%;
  height: 654px;
  background-color: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: 8px;
  overflow: hidden;
}
.project-detail-intro ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.project-detail-intro ul li:hover img {
  transform: scale(1.02);
}
.project-detail-intro ul li:first-child {
  grid-column: 1 / 3;
  height: 714px;
}
@media (max-width: 1023px) {
  .project-detail-intro-header {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .project-detail-intro-header-inner p {
    font-size: 16px;
    line-height: 26px;
  }
  .project-detail-intro-header img {
    max-width: 200px;
    height: auto;
  }
  .project-detail-intro ul {
    grid-template-columns: 1fr;
  }
  .project-detail-intro ul li,
  .project-detail-intro ul li:first-child {
    height: auto;
  }
  .project-detail-intro ul li:first-child {
    grid-column: unset;
  }
  .project-detail-intro ul li img {
    width: 100%;
    height: auto;
  }
  .project-detail-intro ul li:hover img {
    transform: none;
  }
}

.showcase .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.showcase-list-item:nth-child(3) .showcase-list-item-cover {
  border-radius: 0 8px 8px 0;
}
.showcase-list-item:nth-child(4) .showcase-list-item-cover {
  border-radius: 8px 0 8px 8px;
}
@media (max-width: 767px) {
  .showcase-list-item:nth-child(3) .showcase-list-item-cover,
  .showcase-list-item:nth-child(4) .showcase-list-item-cover {
    border-radius: 8px;
  }
}

.analys {
  width: 100%;
  padding-bottom: 128px;
  overflow: hidden;
}
.analys .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.analys .section-title {
  max-width: 100%;
}
.analys .section-title .h1 {
  max-width: 610px;
}
.analys .section-title p {
  max-width: 816px;
}
.analys .swiper {
  width: 100%;
  overflow: unset;
}
.analys .swiper-slide {
  height: auto;
}
.analys-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -48px;
  margin-left: auto;
}
.analys-navigation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: var(--slate-100);
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
.analys-navigation-button:hover {
  background-color: var(--slate-200);
}
.analys .swiper-pagination {
  display: flex;
  align-items: center;
  width: auto !important;
  bottom: -52px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.analys .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: var(--slate-300);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.analys .swiper-pagination-bullet-active {
  width: 24px;
  background-color: var(--azure-radiance-500);
}
.advantages-card {
  height: 100%;
}
.advantages-card-content {
  align-items: flex-start;
  flex: 1;
}
.advantages-card-content p {
  margin-bottom: auto;
}
.advantages-card-content-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px 2px 2px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
  color: #ffffff;
  margin-top: 24px;
}
.analys .swiper-slide:nth-child(even) .advantages-card-content-badge {
  background-color: #5ce15c;
}
.analys .swiper-slide:nth-child(odd) .advantages-card-content-badge {
  background-color: #ea4335;
}

.data {
  width: 100%;
  padding-bottom: 128px;
}
.data .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.data .section-title {
  max-width: 100%;
}
.data .section-title .h1 {
  max-width: 572px;
}
.data .section-title p {
  max-width: 816px;
}
.data .success-stories-graphic {
  width: 100%;
  overflow: hidden;
}
.data .success-stories-graphic svg {
  width: 100%;
  height: auto;
}
.data .success-stories-data-text strong {
  font-weight: 500;
}
.data .success-stories-data-text span {
  font-size: 14px;
  line-height: 20px;
}

.other-projects {
  width: 100%;
  padding: 128px 0;
  overflow: hidden;
}
.other-projects .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.other-projects .section-title {
  max-width: 100%;
}
.other-projects .section-title h4 {
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}
.other-projects .swiper {
  width: 100%;
  overflow: unset;
}
@media (max-width: 767px) {
  .other-projects .section-title h4 {
    font-size: 30px;
    line-height: 36px;
  }
}