.page-landshaft-project .hero{
  height: 650px;
}

.hero--landshaft-project{
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.30)),
    url('/img/services/proj_hero.jpg') center center / cover no-repeat;
}

.hero--landshaft-project .hero__inner{
  min-height: 650px;
  display: flex;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 72px;
}

.hero__inner--single{
  width: 100%;
}

.page-landshaft-project .hero-service__content{
  width: 100%;
  max-width: 1180px;
}

.page-landshaft-project .hero-service__title{
  margin: 0 0 24px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #FDFDFD;
}

.page-landshaft-project .hero-service__text{
  margin: 0;
  max-width: 1170px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #FDFDFD;
}

.service-includes--project{
  padding: 120px 0 0;
}

.service-includes--project .service-includes__title{
  margin: 0 0 50px;
  max-width: 1120px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #333333;
}

.service-includes--project .service-includes__table{
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.service-includes--project .service-includes__row{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 1.25fr);
  gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  align-items: start;
}

.service-includes--project .service-includes__col{
  min-width: 0;
}

.service-includes--project .service-includes__head{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.service-includes--project .service-includes__num{
  flex: 0 0 auto;
  min-width: 36px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #8F8F8F;
}

.service-includes--project .service-includes__name{
  max-width: 520px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.service-includes--project .service-includes__text{
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #7B7B7B;
}

.project-info{
  padding-top: 120px;
  background: #FDFDFD;
}

.project-info__row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 15px;
  align-items: stretch;
}

.project-info__row + .project-info__row{
  margin-top: 60px;
}

.project-info__text{
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-info__text--bottom{
  justify-content: flex-end;
}

.project-info__text-inner{
  max-width: 100%;
}

.project-info__sub{
  margin: 0 0 30px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #000000;
}

.project-info__text p{
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #000000;
}

.project-info__text p + p{
  margin-top: 24px;
}

.project-info__media{
  min-width: 0;
}

.project-info__media img{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}

.project-seo{
  padding: 120px 0 0;
}

.project-seo__grid{
    display: flex;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
    gap: 40px;
    align-items: start;
    flex-direction: column;
}

.project-seo__title{
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.project-seo__text{
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #1D201F;
  opacity: 0.85;
}

.project-seo__text + .project-seo__text{
  margin-top: 22px;
}

.project-benefits{
  padding: 120px 0 0;
  background: #FDFDFD;
}

.project-benefits__top{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.project-benefits__title{
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
  max-width: 900px;
}

.project-benefits__grid{
  margin-top: 60px;
  display: flex;
  gap: 15px;
}

.project-benefit-card{
  flex: 1 1 0;
  min-height: 366px;
  background: #E1F9ED;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-benefit-card__top{
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #1D201F;
}

.project-benefit-card__bottom{
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: #1D201F;
  opacity: 0.7;
}

.project-benefits + .steps{
  padding-top: 120px;
}

.page-landshaft-project .steps + .consult{
  padding-top: 120px;
}

.page-landshaft-project .faq{
  padding-top: 120px;
}

@media (max-width: 1280px){
  .page-landshaft-project .hero-service__title{
    font-size: 76px;
  }

  .service-includes--project .service-includes__title,
  .project-seo__title,
  .project-benefits__title{
    font-size: 58px;
  }
}

@media (max-width: 980px){
  .page-landshaft-project .hero{
    height: auto;
  }

  .hero--landshaft-project{
    min-height: auto;
  }

  .hero--landshaft-project .hero__inner{
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .page-landshaft-project .hero-service__title{
    font-size: 58px;
  }

  .page-landshaft-project .hero-service__text{
    font-size: 20px;
    max-width: 100%;
  }

  .service-includes--project,
  .project-info,
  .project-seo,
  .project-benefits,
  .project-benefits + .steps,
  .page-landshaft-project .steps + .consult,
  .page-landshaft-project .faq{
    padding-top: 90px;
  }

  .service-includes--project .service-includes__title,
  .project-seo__title,
  .project-benefits__title{
    font-size: 48px;
  }

  .service-includes--project .service-includes__row,
  .project-info__row,
  .project-seo__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .project-info__row + .project-info__row{
    margin-top: 32px;
  }

  .project-benefits__top{
    flex-direction: column;
    align-items: flex-start;
  }

  .project-benefits__grid{
    flex-direction: column;
  }
}

@media (max-width: 767px){
  .hero--landshaft-project .hero__inner{
    padding-top: 132px;
    padding-bottom: 48px;
  }

  .page-landshaft-project .hero-service__title{
    font-size: 42px;
    line-height: 0.98;
    margin-bottom: 18px;
  }

  .page-landshaft-project .hero-service__text{
    font-size: 18px;
    line-height: 1.2;
  }

  .service-includes--project,
  .project-info,
  .project-seo,
  .project-benefits,
  .project-benefits + .steps,
  .page-landshaft-project .steps + .consult,
  .page-landshaft-project .faq{
    padding-top: 60px;
  }

  .service-includes--project .service-includes__title,
  .project-seo__title,
  .project-benefits__title{
    font-size: 40px;
  }

  .service-includes--project .service-includes__row{
    padding: 20px 0;
    gap: 14px;
  }

  .service-includes--project .service-includes__head{
    gap: 12px;
  }

  .service-includes--project .service-includes__num{
    min-width: 28px;
    font-size: 18px;
  }

  .service-includes--project .service-includes__name{
    font-size: 18px;
    line-height: 1.15;
    max-width: 100%;
  }

  .service-includes--project .service-includes__text,
  .project-seo__text,
  .project-info__text p{
    font-size: 16px;
    line-height: 1.28;
  }

  .project-info__sub{
    margin-bottom: 20px;
    font-size: 22px;
  }

  .project-info__text p + p{
    margin-top: 18px;
  }

  .project-info__media img{
    min-height: 240px;
  }

  .project-benefit-card{
    min-height: unset;
    padding: 24px;
    gap: 30px;
  }

  .project-benefit-card__top{
    font-size: 22px;
    line-height: 1.1;
  }

  .project-benefit-card__bottom{
    font-size: 18px;
    line-height: 1.2;
  }
}