section {
  padding-bottom: 120px;
}

.header {
  padding: 20px 0 0;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  z-index: 100;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.header__logo {
  flex: 0 0 auto;
}
.header__logo-link {
  display: flex;
  width: 222px;
  height: 60px;
  text-decoration: none;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}
.header__logo-link:hover {
  opacity: 0.8;
}
.header__logo-link img {
  height: 100%;
  width: auto;
}
.header__search-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 700px;
}
.header__catalog-btn {
  width: 100px;
  height: 44px;
  background: #F6D45A;
  border: none;
  border-radius: 15px;
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__catalog-btn:hover {
  background: rgb(243.3620689655, 199.3965517241, 41.6379310345);
}
.header__search {
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border-radius: 15px;
  outline: 1.5px solid #F6D45A;
  outline-offset: -1.5px;
  background: white;
}
.header__search-icon {
  flex-shrink: 0;
}
.header__search-input {
  flex: 1;
  border: none;
  outline: none;
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
}
.header__search-input::placeholder {
  color: #6B7280;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
}
.header__action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__action-item:hover {
  opacity: 0.7;
}
.header__action-item:hover .header__action-text {
  color: black;
}
.header__action-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__action-text {
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  white-space: nowrap;
}
.header__profile {
  text-decoration: none;
}
.header__profile-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.header__profile-icon:hover {
  opacity: 0.8;
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1.5px solid #E0E4EC;
}
.header__company-link {
  flex: 0 0 auto;
}
.header__company-text {
  color: #E74915;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  text-decoration: none;
}
.header__company-text:hover {
  text-decoration: underline;
}
.header__nav {
  flex: 1;
}
.header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-item {
  margin: 0;
}
.header__nav-link {
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.header__nav-link:hover {
  color: #6B7280;
}
.header__location {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.header__location:hover {
  opacity: 0.8;
}
.header__location-icon {
  flex-shrink: 0;
}
.header__location-text {
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 15.4px;
  white-space: nowrap;
}

.hero-banner {
  position: relative;
  margin: 30px 0;
  border-radius: 30px;
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-banner__content {
  position: relative;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-height: 460px;
  justify-content: flex-end;
}
.hero-banner__text {
  max-width: 754px;
}
.hero-banner__title {
  color: #FFFFFF;
  font-size: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 16px;
  max-width: 558px;
}
.hero-banner__subtitle {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 24px;
  max-width: 485px;
}
.hero-banner__search {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 410px;
}
.hero-banner__search-input {
  flex: 1;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #FFFFFF;
  border-radius: 15px;
}
.hero-banner__search-icon {
  flex-shrink: 0;
}
.hero-banner__search-field {
  flex: 1;
  border: none;
  outline: none;
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  background: transparent;
}
.hero-banner__search-field::placeholder {
  color: #6B7280;
}
.hero-banner__search-btn {
  width: 140px;
  height: 60px;
  padding: 10px 14px;
  background: #F6D45A;
  border: none;
  border-radius: 15px;
  color: #1E1E1E;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-banner__search-btn:hover {
  background: rgb(243.3620689655, 199.3965517241, 41.6379310345);
}
.hero-banner__search-btn:active {
  transform: translateY(1px);
}
.hero-banner__stats {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-banner__stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-banner__stat-icon {
  flex-shrink: 0;
}
.hero-banner__stat-text {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  white-space: nowrap;
}

.catalog-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.catalog-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.catalog-section__view-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: #F5F5F5;
  border-radius: 10px;
}
.catalog-section__view-btn {
  width: 32px;
  height: 32px;
  padding: 6px;
  border: none;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.catalog-section__view-btn:hover {
  opacity: 0.8;
}
.catalog-section__view-btn--active {
  background: #FFFFFF;
}
.catalog-section__view-btn--active svg path {
  fill: #1E1E1E;
}
.catalog-section__view-btn svg {
  width: 20px;
  height: 20px;
}
.catalog-section__content {
  display: grid;
  grid-template-columns: 333px 1fr;
  gap: 117px;
}
.catalog-section__more-btn {
  width: 100%;
  height: 60px;
  padding: 10px 14px;
  background: #1E1E1E;
  border: none;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 40px;
}
.catalog-section__more-btn:hover {
  background: rgb(55.5, 55.5, 55.5);
}
.catalog-section__more-btn:active {
  transform: translateY(1px);
}

.catalog-categories {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.catalog-categories__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.catalog-categories__item:hover {
  background: #F9F9F9;
}
.catalog-categories__item--active {
  background: #F9F9F9;
}
.catalog-categories__item--active .catalog-categories__title {
  color: #1E1E1E;
  font-weight: 600;
}
.catalog-categories__title {
  color: #6B7280;
  font-size: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-categories__arrow {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.catalog-grid__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.catalog-card {
  position: relative;
  border-radius: 30px;
}
.catalog-card__image {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
}
.catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(201deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.catalog-card__overlay {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.catalog-card__category {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 24px;
}
.catalog-card__arrow {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.work-process__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.work-process__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
  margin-bottom: 24px;
}
.work-process__badge-icon {
  flex-shrink: 0;
}
.work-process__badge-text {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.work-process__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.work-process__title--light {
  color: rgba(30, 30, 30, 0.7);
}
.work-process__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.work-process__step {
  background: #F9F9F9;
  border-radius: 30px;
  padding: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: auto;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
.work-process__step:nth-child(2) {
  padding-top: 34px;
}
.work-process__step-content {
  margin-bottom: 32px;
  z-index: 2;
}
.work-process__step-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.work-process__step-icon svg {
  width: 24px;
  height: 24px;
}
.work-process__step-title {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0 0 8px;
}
.work-process__step-description {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}
.work-process__step-image {
  height: 290px;
}
.work-process__phone-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-section {
  position: relative;
  margin: 30px 0;
  border-radius: 30px;
  background: linear-gradient(191deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/banner2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-section__container {
  padding: 40px;
  height: 660px;
  display: flex;
  align-items: flex-end;
}
.about-section__content {
  width: 100%;
  background: white;
  border-radius: 30px;
  backdrop-filter: blur(15px);
  padding: 32px;
  min-height: 256px;
}
.about-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
  margin-bottom: 32px;
  width: max-content;
}
.about-section__badge-icon {
  flex-shrink: 0;
}
.about-section__badge-text {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.about-section__text-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.about-section__column {
  display: flex;
  flex-direction: column;
}
.about-section__column--title {
  flex: 0 0 auto;
  width: 542px;
}
.about-section__column--divider {
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
}
.about-section__column--description {
  flex: 1;
  max-width: 530px;
}
.about-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.about-section__title-accent {
  color: #E74915;
}
.about-section__divider {
  width: 1px;
  height: 192px;
  background: #E0E4EC;
  margin-top: 8px;
}
.about-section__description {
  margin-bottom: 32px;
}
.about-section__description-text {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0 0 8px;
}
.about-section__description-text:last-child {
  margin-bottom: 0;
}
.about-section__stats {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.about-section__stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-section__stat-item:first-child {
  width: 116px;
}
.about-section__stat-item:nth-child(2) {
  width: 108px;
}
.about-section__stat-item:last-child {
  width: 188px;
}
.about-section__stat-number {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
}
.about-section__stat-label {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}

.reviews-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.reviews-section__grid {
  display: grid;
  grid-template-columns: 367px 870px;
  gap: 83px;
  justify-content: space-between;
}
.reviews-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
}
.reviews-section__badge-icon {
  flex-shrink: 0;
}
.reviews-section__badge-text {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.reviews-section__text {
  max-width: 367px;
}
.reviews-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 24px;
}
.reviews-section__subtitle {
  color: #5C6270;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 21.6px;
  margin: 0;
}
.reviews-section__navigation {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.reviews-section__nav-btn {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.reviews-section__nav-btn:hover {
  background: rgb(232.25, 232.25, 232.25);
}
.reviews-section__nav-btn svg {
  width: 25px;
  height: 25px;
}

.reviews-slider {
  overflow: hidden;
  width: 100%;
}
.reviews-slider__slide {
  height: auto;
}

.review-card {
  background: #F9F9F9;
  border-radius: 30px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.review-card__header {
  display: flex;
  align-items: start;
  gap: 24px;
  margin-bottom: 24px;
  flex-direction: column;
}
.review-card__avatar {
  width: 108px;
  height: 108px;
  background: #D9D9D9;
  border-radius: 100px;
  object-fit: cover;
}
.review-card__info {
  flex: 1;
}
.review-card__name {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
}
.review-card__content {
  flex: 1;
  margin-bottom: 24px;
}
.review-card__text {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}
.review-card__profile-text {
  color: #FFFFFF;
  font-size: 14px;
}
.review-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.review-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-card__location {
  width: 121px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-card__location svg {
  width: 20px;
  height: 20px;
}
.review-card__location-text {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
}
.review-card__date {
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-card__date svg {
  width: 20px;
  height: 20px;
}
.review-card__date-text {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
}
.review-card__profile-btn {
  padding: 12px;
  background: #1E1E1E;
  border: none;
  border-radius: 10px;
  outline: 1px solid #1E1E1E;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.review-card__profile-btn:hover {
  background: rgb(55.5, 55.5, 55.5);
}
.review-card__profile-btn svg {
  width: 20px;
  height: 20px;
}
.review-card__profile-btn-text {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 16.8px;
}

.audience-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.audience-section__column {
  width: 420px;
}
.audience-section__column--title {
  flex: 0 0 auto;
}
.audience-section__column--description {
  flex: 0 0 auto;
}
.audience-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.audience-section__subtitle {
  color: #5C6270;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 21.6px;
  margin: 0;
}
.audience-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.audience-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.audience-card__image {
  width: 100%;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
}
.audience-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.audience-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.audience-card__title {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
}
.audience-card__description {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}

.faq-section__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
.faq-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid #E0E4EC;
  outline-offset: -1px;
}
.faq-section__badge-icon {
  flex-shrink: 0;
}
.faq-section__badge-text {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.faq-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}

.faq-accordion {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
}
.faq-accordion__item {
  width: 645px;
  border-radius: 15px;
  border: none;
  margin-bottom: 0;
}
.faq-accordion__item:nth-child(odd) {
  margin-right: 0;
}
.faq-accordion__header {
  padding: 0;
  border: none;
  background: transparent;
  background: #F9F9F9;
  border-radius: 15px;
}
.faq-accordion__button {
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-accordion__button:hover {
  background: rgb(243.9, 243.9, 243.9);
}
.faq-accordion__button:focus {
  box-shadow: none;
  outline: none;
}
.faq-accordion__button.collapsed .faq-accordion__icon {
  transform: rotate(0deg);
}
.faq-accordion__button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-accordion__button:not(.collapsed) .faq-accordion__icon {
  transform: rotate(180deg);
}
.faq-accordion__question {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  flex: 1;
  margin-right: 20px;
}
.faq-accordion__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
  background: #1E1E1E;
  border-radius: 15px;
  stroke: #FFFFFF;
}
.faq-accordion__body {
  padding: 16px;
  background: #F9F9F9;
  border-top: 1px solid #E0E4EC;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.faq-accordion__answer {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}
.faq-accordion .collapse:not(.show) {
  display: none;
}
.faq-accordion .collapse .faq-accordion__header {
  border-radius: 30px;
}
.faq-accordion .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.registration-section {
  padding: 80px 0;
}
.registration-section__container {
  background: #1E1E1E;
  border-radius: 30px;
  padding: 30px 56px 30px 150px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.registration-section__phone {
  width: 380px;
  position: relative;
}
.registration-section__phone-img {
  width: auto;
  height: 130%;
  object-fit: contain;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.registration-section__content {
  width: 591px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.registration-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  outline: 1px solid rgba(224, 228, 236, 0.3);
  outline-offset: -1px;
  align-self: flex-start;
}
.registration-section__badge-icon {
  flex-shrink: 0;
}
.registration-section__badge-text {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.registration-section__title {
  margin: 0;
}
.registration-section__title-main {
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 43.2px;
}
.registration-section__title-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 43.2px;
}
.registration-section__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 300;
  line-height: 21.6px;
  width: 558px;
  margin: 0;
}
.registration-section__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.registration-section__form-fields {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.registration-section__input-wrapper {
  width: 260px;
}
.registration-section__input {
  width: 100%;
  height: 60px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(212, 211, 204, 0.2);
  backdrop-filter: blur(7.5px);
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.registration-section__input::placeholder {
  color: #FFFFFF;
}
.registration-section__input:focus {
  outline: none;
  border-color: rgba(246, 212, 90, 0.5);
}
.registration-section__submit-btn {
  width: 260px;
  height: 60px;
  padding: 10px 14px;
  background: #E74915;
  border: none;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.registration-section__submit-btn:hover {
  background: rgb(184.25, 58.2261904762, 16.75);
}
.registration-section__submit-btn:active {
  transform: translateY(1px);
}
.registration-section__agreement {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.registration-section__agreement-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.registration-section__agreement-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 19.2px;
}
.registration-section__agreement-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.registration-section__agreement-link:hover {
  color: #FFFFFF;
}

.news-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.news-section__title {
  color: #1E1E1E;
  font-size: 36px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 43.2px;
  margin: 0;
}
.news-section__navigation {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-section__nav-btn {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.news-section__nav-btn:hover {
  background: rgb(232.25, 232.25, 232.25);
}
.news-section__nav-btn svg {
  width: 25px;
  height: 25px;
}

.news-slider {
  overflow: hidden;
}
.news-slider__slide {
  height: auto;
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.news-card__image {
  position: relative;
  width: 100%;
  height: 235px;
  border-radius: 20px;
  overflow: hidden;
}
.news-card__image:nth-child(2) .news-card__image {
  border-radius: 30px;
}
.news-card__image:nth-child(3) .news-card__image {
  border-radius: 30px;
}
.news-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  line-height: 16.8px;
  color: #FFFFFF;
}
.news-card__badge--sale {
  background: #E74915;
}
.news-card__badge--news {
  background: #1E1E1E;
}
.news-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-card__title {
  color: #1E1E1E;
  font-size: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
}
.news-card__description {
  color: #5C6270;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  margin: 0;
}

.footer {
  background: #F9F9F9;
  padding: 60px 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.footer__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__logo {
  width: 192px;
  height: 60px;
  object-fit: contain;
}
.footer__divider {
  width: 44px;
  height: 1px;
  background: #E0E4EC;
  transform: rotate(90deg);
}
.footer__divider--main {
  width: 100%;
  height: 1px;
  background: #CCD4D0;
  transform: none;
}
.footer__tagline {
  color: #6B7280;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 17.6px;
  width: 213px;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__column {
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__column--support {
  width: 195px;
}
.footer__column-title {
  color: #1E1E1E;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.footer__column-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__column-item {
  margin: 0;
}
.footer__column-link {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__column-link:hover {
  color: #1E1E1E;
}
.footer__column-link--email {
  text-transform: uppercase;
}
.footer__column-text {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
}
.footer__support-btn {
  width: 195px;
  height: 60px;
  padding: 10px 14px;
  background: #1E1E1E;
  border: none;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 19.2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__support-btn:hover {
  background: rgb(55.5, 55.5, 55.5);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 17px;
}
.footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer__legal-link {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__legal-link:hover {
  color: #1E1E1E;
}
.footer__company-name {
  color: #6B7280;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16.8px;
}/*# sourceMappingURL=style.css.map */
/* Кастомная кнопка как в Figma */
.btn-figma {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    
    width: 103px;
    height: 44px;
    
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 10px;
    
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    
    /* Сброс Bootstrap-стилей */
    flex: none;
    order: 0;
    flex-grow: 0;
    box-shadow: none;
    
    /* Плавные переходы */
    transition: all 0.2s ease-in-out;
}

.btn-figma:hover {
    background: #FF6B35;
    border-color: #FF6B35;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-figma:active {
    transform: scale(0.98);
}

/* Для мобильных: кнопка может растягиваться */
@media (max-width: 768px) {
    .btn-figma {
        width: 100%;
        max-width: 103px;
    }
}
/* Подключаем шрифт Onest */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500&display=swap');

/* Footer Container */
.footer {
    position: relative;
    width: 100%;
    
    margin: 0 auto;
    background: #EDF0F5;
    border-radius: 30px;
    padding: 60px 60px 40px;
    font-family: 'Onest', sans-serif;
    box-sizing: border-box;
}

/* Logo Section */
.footer__brand {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E4EC;
}

.footer__logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.footer__tagline {
    position: absolute;
    left: 74px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #6B7280;
}

.footer__divider-vertical {
    position: absolute;
    left: 320px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #E0E4EC;
    transform: rotate(90deg);
}

/* Section Titles */
.footer__column-title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 16px;
}

/* Links */
.footer__link {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B7280;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.2s;
}

.footer__link:hover {
    color: #E74915;
}

/* Buttons */
.footer__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    width: auto;
    min-width: 103px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #E0E4EC;
    border-radius: 10px;
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B7280;
    text-decoration: none;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: all 0.2s;
    cursor: pointer;
}

.footer__btn:hover {
    background: #F8F9FA;
    border-color: #E74915;
    color: #E74915;
}

.footer__btn-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0px;
    gap: 8px;
}

/* Contact Section */
.footer__phone {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B7280;
    text-decoration: none;
    display: inline-block;
    margin-right: 16px;
}

.footer__email {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B7280;
    text-decoration: none;
}

.footer__address {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B7280;
    margin: 12px 0;
    display: block;
}

/* Social Icons */
.footer__social {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    margin-top: 16px;
}

.footer__social-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__social-icon svg {
    width: 100%;
    height: 100%;
}

.footer__social-icon path,
.footer__social-icon circle,
.footer__social-icon rect {
    stroke: #E74915;
    stroke-width: 1.5;
    fill: none;
}

/* Chat Block */
.footer__chat {
    position: relative;
    background: #E74915;
    border-radius: 0px 30px 30px 0px;
    padding: 24px 24px 24px 140px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer__chat-image {
    position: absolute;
    left: -25px;
    top: -19px;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.footer__chat-title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.footer__chat-text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
}

.footer__chat-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
}

.footer__chat-btn svg {
    width: 16px;
    height: 16px;
}

.footer__chat-btn svg path,
.footer__chat-btn svg circle {
    stroke: #FFFFFF;
    stroke-width: 1.5;
    fill: #FFFFFF;
}

/* Bottom Section */
.footer__bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #E0E4EC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__company {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #6B7280;
}

.footer__credits {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B7280;
    text-decoration: underline;
}

/* Documents Links */
.footer__doc-link {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B7280;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.footer__doc-link:hover {
    color: #E74915;
}

/* Grid Layout */
.footer__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer__grid-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Responsive */
@media (max-width: 1200px) {
    .footer {
        padding: 40px 30px;
    }
    
    .footer__grid,
    .footer__grid-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .footer {
        border-radius: 20px;
        padding: 30px 20px;
    }
    
    .footer__grid,
    .footer__grid-bottom {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .footer__tagline {
        position: static;
        transform: none;
        margin-top: 12px;
        margin-left: 74px;
    }
    
    .footer__chat {
        padding: 20px;
        padding-left: 20px;
        border-radius: 20px;
    }
    
    .footer__chat-image {
        display: none;
    }
    
    .footer__btn {
        width: 100%;
    }
}

/* Utility Classes */
.mb-3 {
    margin-bottom: 16px;
}

.mb-4 {
    margin-bottom: 24px;
}

.text-muted {
    color: #6B7280 !important;
}

.fw-bold {
    font-weight: 500;
}
/* ===== ОСНОВНОЙ КОНТЕНТ СТРАНИЦЫ "О КОМПАНИИ" ===== */

/* Секция "О компании" */
.about-page-hero {
    position: relative;
    padding: 191px 0 120px;
    background: #FFFFFF;
}

.about-page-hero__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 645px 645px;
    gap: 30px;
    align-items: center;
}

.about-page-hero__content {
    background: #F6F7FA;
    border-radius: 30px;
    padding: 40px 40px 120px;
    position: relative;
}

.about-page-hero__title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #E74915;
    margin-bottom: 24px;
    max-width: 554px;
}

.about-page-hero__description {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #5C6270;
    margin-bottom: 16px;
    max-width: 530px;
}

.about-page-hero__image {
    border-radius: 30px;
    overflow: hidden;
    height: 482px;
    background-size: cover;
    background-position: center;
}

.about-page-hero__stats {
    position: absolute;
    bottom: -60px;
    left: 40px;
    right: 40px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 24px 40px;
    display: flex;
    gap: 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-item__number {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 4px;
}

.stat-item__label {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #5C6270;
}

/* Почему выбирают Tobuild */
.why-choose-section {
    padding: 120px 0;
    position: relative;
}

.why-choose-section__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

.why-choose-section__wrapper {
    background: #F6F7FA;
    border-radius: 30px;
    padding: 80px 60px;
    display: grid;
    grid-template-columns: 1fr 645px;
    gap: 60px;
    align-items: center;
}

.why-choose-section__title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
    margin-bottom: 40px;
}

.why-choose-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    border-radius: 30px 0 0 30px;
    padding: 24px;
    margin-bottom: 12px;
    max-width: 645px;
}

.why-choose-feature__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.why-choose-feature__icon svg {
    width: 100%;
    height: 100%;
}

.why-choose-feature__text {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #5C6270;
}

.why-choose-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    background: #1E1E1E;
    border-radius: 15px;
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    margin-top: 32px;
    transition: background 0.3s;
}

.why-choose-btn:hover {
    background: #333333;
}

.why-choose-section__phone {
    display: flex;
    justify-content: center;
}

.why-choose-section__phone img {
    max-width: 100%;
    height: auto;
}

/* Миссия */
.mission-section {
    background: #1E1E1E;
    border-radius: 30px;
    padding: 60px 0;
    margin: 60px 0;
}

.mission-section__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.mission-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(224, 228, 236, 0.3);
    border-radius: 10px;
    margin-bottom: 24px;
}

.mission-badge__dot {
    width: 8px;
    height: 8px;
    background: #E74915;
    border-radius: 2px;
}

.mission-badge__text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}

.mission-quote {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #E0E4EC;
    max-width: 1192px;
    margin: 0 auto;
}

/* Для кого сервис */
.audience-section {
    padding: 60px 0;
}

.audience-section__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

.audience-section__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.audience-section__title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
}

.audience-section__subtitle {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #5C6270;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.audience-card {
    border-radius: 30px;
    overflow: hidden;
    background: #FFFFFF;
}

.audience-card__image {
    height: 280px;
    background-size: cover;
    background-position: center;
    border-radius: 30px 30px 0 0;
}

.audience-card__content {
    padding: 24px;
}

.audience-card__title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 12px;
}

.audience-card__description {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #5C6270;
}

/* Стройте просто */
.work-process-detailed {
    padding: 60px 0;
}

.work-process-detailed__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

.work-process-detailed__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid #E0E4EC;
    border-radius: 10px;
    margin-bottom: 24px;
}

.work-process-detailed__badge-dot {
    width: 8px;
    height: 8px;
    background: #E74915;
    border-radius: 2px;
}

.work-process-detailed__badge-text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #6B7280;
}

.work-process-detailed__title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
    margin-bottom: 60px;
}

.work-process-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.work-step-card {
    background: #F6F7FA;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
}

.work-step-card__icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 24px;
}

.work-step-card__icon svg {
    width: 100%;
    height: 100%;
}

.work-step-card__title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 12px;
}

.work-step-card__text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #5C6270;
    margin-bottom: 40px;
}

.work-step-card__phone {
    display: flex;
    justify-content: center;
}

.work-step-card__phone img {
    max-width: 100%;
    height: auto;
}

/* Партнеры */
.partners-section {
    background: #1E1E1E;
    border-radius: 30px;
    padding: 80px 60px;
    margin: 60px 0;
}

.partners-section__container {
    max-width: 1440px;
    margin: 0 auto;
}

.partners-section__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.partners-section__title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.partners-section__text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
}

.partners-grid {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 20px;
}

.partner-logo-card {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 10px;
    min-width: 195px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo-card img {
    max-width: 117px;
    max-height: 70px;
    object-fit: contain;
}

/* Отзывы */
.reviews-detailed-section {
    padding: 60px 0;
}

.reviews-detailed-section__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

.reviews-detailed-section__header {
    margin-bottom: 40px;
}

.reviews-detailed-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid #E0E4EC;
    border-radius: 10px;
    margin-bottom: 24px;
}

.reviews-detailed-section__badge-dot {
    width: 8px;
    height: 8px;
    background: #E74915;
    border-radius: 2px;
}

.reviews-detailed-section__badge-text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #6B7280;
}

.reviews-detailed-section__title {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #1E1E1E;
    margin-bottom: 12px;
}

.reviews-detailed-section__subtitle {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #5C6270;
}

.reviews-detailed-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.review-card-detailed {
    background: #F6F7FA;
    border-radius: 30px;
    padding: 24px;
}

.review-card-detailed__avatar {
    width: 108px;
    height: 108px;
    border-radius: 100px;
    background: #E0E4EC;
    background-size: cover;
    background-position: center;
    margin-bottom: 24px;
}

.review-card-detailed__name {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 12px;
}

.review-card-detailed__text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #5C6270;
    margin-bottom: 24px;
}

.review-card-detailed__meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.review-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid #E0E4EC;
    border-radius: 10px;
}

.review-meta-item__icon {
    width: 20px;
    height: 20px;
}

.review-meta-item__icon svg {
    width: 100%;
    height: 100%;
}

.review-meta-item__text {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B7280;
}

.review-card-detailed__profile-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.review-card-detailed__profile-btn svg {
    width: 20px;
    height: 20px;
}

.review-card-detailed__profile-btn span {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #E74915;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .about-page-hero__container,
    .why-choose-section__wrapper,
    .audience-section__header,
    .partners-section__header {
        grid-template-columns: 1fr;
    }
    
    .work-process-steps-grid,
    .audience-grid {
        grid-template-columns: 1fr;
    }
    
    .reviews-detailed-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-page-hero__container,
    .why-choose-section__container,
    .mission-section__container,
    .audience-section__container,
    .work-process-detailed__container,
    .partners-section__container,
    .reviews-detailed-section__container {
        padding: 0 20px;
    }
    
    .about-page-hero__title,
    .why-choose-section__title,
    .audience-section__title,
    .work-process-detailed__title,
    .partners-section__title,
    .reviews-detailed-section__title {
        font-size: 28px;
        line-height: 32px;
    }
    
    .mission-quote {
        font-size: 24px;
        line-height: 32px;
    }
    
    .about-page-hero__stats {
        flex-direction: column;
        gap: 20px;
    }
}
/* Секция должна иметь правильный фон */
.why-choose-section {
    background: #F6F7FA;
    border-radius: 30px;
    padding: 80px 60px;
}

/* Карточки преимуществ */
.why-choose-feature {
    background: #FFFFFF;
    border-radius: 30px 0 0 30px; /* Закругление слева */
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

/* Иконки */
.why-choose-feature__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Кнопка */
.why-choose-btn {
    background: #1E1E1E;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 10px 14px;
}