.home {
  background: #fff;
}

.home #content {
  overflow: hidden;
}

.home header {
  position: relative;
  z-index: 10;
  width: 100%;
}

.home section {
  padding-right: 0;
  padding-left: 0;
}

.home .container {
  width: min(100% - 32px, 1141px);
}

.home-block {
  padding: 80px 0;
}

.home-block__head {
  margin-bottom: 36px;
}

.home-block__head h2,
.home-catalog-cta__content h2 {
  margin: 0;
  color: #343434;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
}

.home-products__lead {
  width: min(100%, 423px);
  margin: 14px 0 0;
  color: #343434;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.home-products__actions {
  display: none;
}

.home-products__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 31px 0 42px;
}

.home-products__pill {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #c2c2c2;
  text-align: center;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.home-products__pill.is-active {
  background: #0090f3;
  color: #fff;
}

.home-hero {
  position: relative;
  padding: 0;
  background: #082340;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 85px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.3)),
    var(--home-hero-bg) center / cover no-repeat;
}

.home-hero .container {
  position: relative;
  z-index: 1;
}

.home-hero__stage {
  position: relative;
  min-height: 807px;
  padding: 112px 0 161px;
}

.home-hero__content {
  width: min(100%, 725px);
  min-height: 480px;
  padding: 56px 45px 54px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3.4px);
}

.home-hero__content h1 {
  width: min(100%, 660px);
  margin: 0 0 21px;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 46px;
}

.home-hero__text {
  width: min(100%, 496px);
}

.home-hero__text p {
  margin: 0 0 12px;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}

.home-hero__text p:last-child {
  margin-bottom: 0;
}

.home-hero__actions {
  display: grid;
  grid-template-columns: repeat(2, 270px);
  gap: 32px;
  margin-top: 20px;
}

.home-hero__actions .button,
.home-hero__actions .button-white {
  display: inline-flex;
  flex: 0 0 270px;
  align-items: center;
  justify-content: center;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 71px;
  min-height: 71px;
  padding: 0 20px;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
}

.home-hero__actions .button.button--primary {
  border: 0;
  color: #fff;
  background: #0090f3;
}

.home-hero__actions .button-white {
  border: 1px solid #fff;
  color: #0090f3;
  background: #fff;
}

.home-hero__benefits {
  position: relative;
  min-height: 85px;
  background: rgba(0, 0, 0, 0.6);
}

.home-hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 0;
}

.home-fact-card {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 14px;
  min-height: 85px;
  padding: 14px 18px 12px 16px;
  border-left: 1px solid #595959;
}

.home-fact-card:first-child {
  border-left: 0;
}

.home-fact-card span {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  color: #0090f3;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  background: transparent;
}

.home-fact-card span::before {
  content: "\2713";
}

.home-fact-card p {
  margin: 0;
  color: #d7d7d7;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.24;
}

.home-fact-card:nth-child(1) p {
  max-width: 183px;
  font-size: 15px;
}

.home-fact-card:nth-child(2) p {
  max-width: 265px;
}

.home-fact-card:nth-child(3) p,
.home-fact-card:nth-child(4) p {
  max-width: 256px;
}

.home-fact-card:nth-child(1) p {
  max-width: 183px;
  font-size: 15px;
}

.home-fact-card:nth-child(2) p {
  max-width: 265px;
}

.home-fact-card:nth-child(3) p,
.home-fact-card:nth-child(4) p {
  max-width: 256px;
}

.home-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 270px));
  gap: 20px;
}

.home-product-card {
  display: flex;
  flex-direction: column;
  min-height: 256px;
  border-radius: 10px;
  background: #f5f5f5;
}

.home-product-card__image {
  display: block;
  width: 239px;
  height: 144px;
  margin: 30px auto 0;
  overflow: hidden;
}

.home-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-product-card__body {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
  justify-content: center;
  padding: 13px 18px 36px;
}

.home-product-card__title {
  display: block;
  max-width: 206px;
  color: #535353;
  text-align: center;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
}

.home-about {
  background: #fff;
}

.home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 632px) minmax(0, 543px);
  gap: 0;
  align-items: stretch;
}

.home-about__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
}

.home-about__content {
  position: relative;
  padding: 114px 39px 55px;
  border-radius: 0 10px 10px 0;
  background: #082340;
}

.home-about__content::before {
  content: "О НАС";
  position: absolute;
  top: 0;
  left: 20px;
  color: rgba(184, 184, 184, 0.03);
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
}

.home-about__text p {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #eaeaea;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.home-about__text p:last-child {
  margin-bottom: 0;
}

.home-services__grid,
.home-advantages__grid,
.home-guarantees__grid,
.home-projects__grid {
  display: grid;
  gap: 20px;
}

.home-service-card,
.home-advantage-card,
.home-guarantee-card {
  display: block;
  border-radius: 10px;
  background: #f5f5f5;
}

.home-service-card {
  padding: 24px 20px;
}

.home-service-card h3,
.home-advantage-card h3,
.home-guarantee-card h3 {
  margin: 0 0 12px;
  color: #343434;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.home-service-card p,
.home-advantage-card p,
.home-guarantee-card p {
  margin: 0;
  color: #4d5966;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.home-catalog-cta__grid {
  display: grid;
  gap: 24px;
  padding: 36px;
  border-radius: 10px;
  color: #fff;
  background: #082340;
}

.home-catalog-cta__content h2 {
  color: #fff;
}

.home-catalog-cta__content p {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.home-catalog-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.home-advantage-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.home-advantage-card h3,
.home-advantage-card p {
  padding-right: 20px;
  padding-left: 20px;
}

.home-advantage-card h3 {
  padding-top: 20px;
}

.home-advantage-card p {
  padding-bottom: 22px;
}

.home-guarantee-card {
  padding: 22px 20px;
}

.home-guarantee-card__years {
  margin-bottom: 14px;
  color: #0090f3;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.home-projects__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-projects__item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.home-projects__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

@media (max-width: 1279px) {
  .home-hero::before {
    inset: 0 0 427px;
  }

  .home-hero__stage {
    min-height: 427px;
    padding: 39px 0 108px;
  }

  .home-hero__content {
    width: 292px;
    min-height: 347px;
    padding: 20px 15px 25px 17px;
  }

  .home-hero__content h1 {
    width: 292px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .home-hero__text {
    width: 277px;
  }

  .home-hero__text p {
    margin-bottom: 11px;
    font-size: 14px;
  }

  .home-hero__actions {
    grid-template-columns: 261px;
    gap: 14px;
    margin-top: 22px;
  }

  .home-hero__actions .button,
  .home-hero__actions .button-white {
    flex: 0 0 261px;
    width: 261px;
    max-width: 261px;
    height: 53px;
    min-width: 261px;
    min-height: 53px;
    font-size: 12px;
  }

  .home-hero__benefits {
    background: #fff;
  }

  .home-hero__facts {
    grid-template-columns: 1fr;
    padding: 28px 0 8px;
  }

  .home-fact-card {
    min-height: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid #e4e4e4;
    border-left: 0;
  }

  .home-fact-card p {
    color: #343434;
    font-size: 14px;
    line-height: 1.28;
  }

  .home-block {
    padding: 56px 0;
  }

  .home-block__head {
    margin-bottom: 24px;
  }

  .home-block__head h2,
  .home-catalog-cta__content h2 {
    font-size: 25px;
    line-height: 1.24;
  }

  .home-products__lead {
    width: 291px;
    font-size: 14px;
  }

  .home-products__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-products__actions {
    display: block;
    margin-bottom: 18px;
  }

  .home-products__all {
    display: inline-flex;
    width: 100%;
    max-width: 292px;
    min-height: 45px;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .home-product-card {
    max-width: 292px;
    min-height: 254px;
    margin: 0 auto;
  }

  .home-product-card__image {
    width: 247px;
    height: 178px;
    margin-top: 19px;
  }

  .home-product-card__body {
    padding: 12px 16px 24px;
  }

  .home-product-card__title {
    max-width: 230px;
    font-size: 18px;
    line-height: 1.22;
  }

  .home-about__grid,
  .home-catalog-cta__grid,
  .home-projects__grid {
    grid-template-columns: 1fr;
  }

  .home-about__media img {
    border-radius: 10px 10px 0 0;
  }

  .home-about__content {
    padding: 84px 24px 34px;
    border-radius: 0 0 10px 10px;
  }

  .home-about__content::before {
    left: 16px;
    font-size: 100px;
  }

  .home-services__grid,
  .home-advantages__grid,
  .home-guarantees__grid {
    grid-template-columns: 1fr;
  }

}

@media (min-width: 1280px) {
  .home .mobile-header {
    display: none;
  }

  .home .desktop-header {
    display: block;
  }
}

@media (max-width: 339px) {
  .home .container {
    width: min(100% - 20px, 320px);
  }

  .home-hero__content,
  .home-hero__content h1,
  .home-hero__text,
  .home-products__lead {
    width: 100%;
  }

  .home-hero__actions,
  .home-hero__actions .button,
  .home-hero__actions .button-white,
  .home-product-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-hero__actions {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 340px) and (max-width: 639px) {
  .home .container {
    width: min(100% - 24px, 616px);
  }

  .home-block {
    padding: 56px 0;
  }

  .home-hero__stage {
    min-height: 0;
    padding: 36px 0 110px;
  }

  .home-hero::before {
    inset: 0 0 74px;
  }

  .home-hero__content,
  .home-hero__content h1,
  .home-hero__text,
  .home-products__lead {
    width: 100%;
  }

  .home-hero__content {
    min-height: 0;
    padding: 28px 20px 32px;
  }

  .home-hero__content h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .home-hero__text p {
    font-size: 16px;
    line-height: 1.4;
  }

  .home-hero__actions {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-hero__actions .button,
  .home-hero__actions .button-white {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 62px;
    min-height: 62px;
    white-space: normal;
  }

  .home-hero__facts,
  .home-products__grid,
  .home-services__grid,
  .home-ready__grid,
  .home-advantages__grid,
  .home-guarantees__grid,
  .home-projects__grid,
  .home-certificates__grid,
  .home-manufactures__logos,
  .home-manufactures__features {
    grid-template-columns: 1fr;
  }

  .home-fact-card {
    min-height: 0;
    padding: 16px 0;
    border-left: 0;
    border-top: 1px solid #595959;
  }

  .home-fact-card:first-child {
    border-top: 0;
  }

  .home-product-card,
  .home-product-card {
    width: 100%;
    max-width: 100%;
  }

  .home-product-card__image {
    width: min(100% - 24px, 280px);
  }

  .home-about__grid,
  .home-catalog-cta__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) and (max-width: 1279px) {
  .home .container {
    width: min(100% - 48px, 720px);
  }

  .home-hero__content {
    width: min(100%, 520px);
    min-height: 0;
    padding: 28px 28px 34px;
  }

  .home-hero__content h1 {
    width: 100%;
    font-size: 28px;
    line-height: 1.12;
  }

  .home-hero__text,
  .home-products__lead {
    width: 100%;
  }

  .home-hero__actions {
    grid-template-columns: repeat(2, minmax(0, 261px));
  }

  .home-hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    padding: 28px 0 0;
  }

  .home-fact-card {
    padding-right: 12px;
  }

  .home-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .home-product-card {
    max-width: none;
  }

  .home-services__grid,
  .home-advantages__grid,
  .home-guarantees__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .home .container {
    width: min(100% - 64px, 880px);
  }

  .home-hero__content {
    width: min(100%, 600px);
    padding: 34px 34px 40px;
  }

  .home-hero__content h1 {
    font-size: 34px;
  }

  .home-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-about__media img {
    border-radius: 10px 0 0 10px;
  }

  .home-about__content {
    padding: 72px 28px 34px;
    border-radius: 0 10px 10px 0;
  }

  .home-catalog-cta__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .home .container {
    width: min(100% - 80px, 1140px);
  }

  .home-hero__stage {
    min-height: 620px;
    padding: 72px 0 138px;
  }

  .home-hero::before {
    inset: 0 0 85px;
  }

  .home-hero__content {
    width: min(100%, 680px);
    min-height: 0;
    padding: 46px 40px 50px;
  }

  .home-hero__content h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .home-hero__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-services__grid,
  .home-advantages__grid,
  .home-guarantees__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-projects__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (min-width: 1280px) and (max-width: 1439px) {
  .home .container {
    width: min(100% - 72px, 1141px);
  }

  .home-products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-services__grid,
  .home-advantages__grid,
  .home-guarantees__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .home .container {
    width: min(100% - 72px, 1141px);
  }

  .home-services__grid,
  .home-advantages__grid,
  .home-guarantees__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-services__caption {
  margin: 0 0 16px;
  color: #343434;
  text-align: center;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
}

.home-services .home-block__head h2,
.home-ready .home-block__head h2,
.home-steps .home-block__head h2,
.home-advantages .home-block__head h2,
.home-guarantees .home-block__head h2,
.home-certificates .home-block__head h2,
.home-projects .home-block__head h2,
.home-manufactures .home-block__head h2 {
  text-align: center;
}

.home-services__grid,
.home-ready__grid,
.home-steps__grid,
.home-certificates__grid,
.home-manufactures__logos,
.home-manufactures__features {
  display: grid;
  gap: 20px;
}

.home-services__grid {
  grid-template-columns: repeat(3, minmax(0, 367px));
}

.home-service-card {
  overflow: hidden;
  padding: 0;
  min-height: 325px;
  border-radius: 10px;
  background: #082340;
}

.home-service-card img {
  display: block;
  width: 100%;
  height: 231px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.home-service-card h3 {
  margin: 0;
  min-height: 94px;
  padding: 36px 20px 32px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  background: linear-gradient(90deg, #f2f2f2 0%, #ededed 98.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-ready__grid {
  grid-template-columns: repeat(4, minmax(0, 270px));
}

.home-ready-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  min-height: 307px;
  background: #082340;
}

.home-ready-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-ready-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(8, 35, 64, 0) 0%, rgba(8, 35, 64, 0.88) 60%, rgba(8, 35, 64, 0.98) 100%);
}

.home-ready-card span {
  position: absolute;
  left: 21px;
  right: 21px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(90deg, #f2f2f2 0%, #ededed 98.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-catalog-cta__grid {
  position: relative;
  min-height: 498px;
  padding: 109px 55px 86px;
  border-radius: 10px;
  overflow: hidden;
  background: #082340;
}

.home-catalog-cta__grid::after {
  content: "";
  position: absolute;
  top: -24px;
  right: -33px;
  width: 677px;
  height: 561px;
  background: var(--home-form-illustration, url("/new/wp-content/uploads/2025/03/magazine.webp")) center/contain no-repeat;
  pointer-events: none;
}

.home-catalog-cta__content,
.home-catalog-cta__actions {
  position: relative;
  z-index: 1;
}

.home-catalog-cta__content h2 {
  max-width: 646px;
  margin: 0;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.12;
}

.home-catalog-cta__content p {
  max-width: 432px;
  margin: 14px 0 0;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.home-catalog-cta__actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.home-catalog-cta__actions .button {
  width: 312px;
  min-height: 62px;
}

.home-catalog-cta__messenger {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
}

.home-catalog-cta__messenger img {
  display: block;
  width: auto;
  height: auto;
  max-width: 41px;
  max-height: 41px;
}

.home-catalog-cta__phone {
  margin-top: 100px;
}

.home-catalog-cta__phone span,
.home-catalog-cta__phone a {
  display: block;
}

.home-catalog-cta__phone span {
  margin-bottom: 8px;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.home-catalog-cta__phone a {
  width: 245px;
  padding: 8px 20px;
  border-radius: 3px;
  color: #0090f3;
  background: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.home-steps__grid {
  grid-template-columns: repeat(3, minmax(0, 367px));
}

.home-step-card {
  min-height: 269px;
  padding: 21px 27px 28px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
}

.home-step-card:nth-child(4),
.home-step-card:nth-child(5),
.home-step-card:nth-child(6) {
  min-height: 244px;
}

.home-step-card:nth-child(4),
.home-step-card:nth-child(5),
.home-step-card:nth-child(6) {
  min-height: 244px;
}

.home-step-card__number {
  margin-bottom: 8px;
  color: #535353;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.home-step-card h3 {
  margin: 0 0 8px;
  color: #535353;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.home-step-card p {
  margin: 0;
  color: #6d6d6d;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.home-advantages__grid {
  grid-template-columns: repeat(3, minmax(0, 367px));
}

.home-advantage-card {
  border: 1px solid #ddd;
  background: #fafafa;
}

.home-advantage-card img {
  width: 329px;
  height: 239px;
  margin: 15px auto 0;
}

.home-advantage-card h3 {
  margin: 21px 20px 11px;
  padding: 0;
  color: #343434;
  font-size: 20px;
}

.home-advantage-card p {
  margin: 0 20px 20px;
  padding: 0;
  color: #343434;
  font-size: 14px;
  line-height: 1.3;
}

.home-guarantees__grid {
  grid-template-columns: repeat(2, minmax(0, 559px));
  gap: 32px 20px;
}

.home-guarantee-card {
  position: relative;
  min-height: 220px;
  padding: 31px 50px 30px;
  overflow: hidden;
  background: #082340;
}

.home-guarantee-card__ghost {
  position: absolute;
  right: 23px;
  top: -6px;
  color: rgba(0, 144, 243, 0.1);
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 1;
}

.home-guarantee-card__years,
.home-guarantee-card h3,
.home-guarantee-card p {
  position: relative;
  z-index: 1;
}

.home-guarantee-card__years {
  margin-bottom: 7px;
  color: #0090f3;
  font-size: 40px;
  font-weight: 500;
}

.home-guarantee-card h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 20px;
}

.home-guarantee-card p {
  max-width: 420px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.home-about__grid {
  grid-template-columns: 632px 543px;
}

.home-about__text p {
  margin: 0;
}

.home-about__content .button {
  display: inline-flex;
  width: 270px;
  min-height: 71px;
  margin-top: 28px;
  align-items: center;
  justify-content: center;
}

.home-certificates__grid {
  grid-template-columns: repeat(4, minmax(0, 280px));
}

.home-certificates__item {
  display: block;
}

.home-certificates__item img {
  display: block;
  width: 100%;
  height: auto;
}

.home-projects {
  background: #082340;
}

.home-projects .home-block__head h2 {
  color: #fff;
}

.home-manufactures__logos {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  margin-top: 32px;
}

.home-manufactures__logo {
  display: flex;
  min-height: 75px;
  align-items: center;
  justify-content: center;
}

.home-manufactures__logo img {
  max-width: 150px;
  max-height: 75px;
}

.home-manufactures__features {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 49px;
}

.home-manufactures__feature {
  padding: 24px 14px 20px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.home-manufactures__feature span {
  display: inline-flex;
  width: 59px;
  height: 59px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0090f3;
}

.home-manufactures__feature span::before {
  content: "\2713";
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.home-manufactures__feature strong {
  display: block;
  color: #082340;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.home .rustent2026-inline-form__subtitle {
  max-width: 292px;
  margin: 12px 0 0;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

@media (max-width: 1279px) {
  .home-services__caption {
    font-size: 16px;
  }

  .home-services .home-block__head h2,
  .home-ready .home-block__head h2,
  .home-steps .home-block__head h2,
  .home-advantages .home-block__head h2,
  .home-guarantees .home-block__head h2,
  .home-certificates .home-block__head h2,
  .home-projects .home-block__head h2,
  .home-manufactures .home-block__head h2 {
    font-size: 25px;
    line-height: 1.24;
  }

  .home-services__grid,
  .home-ready__grid,
  .home-steps__grid,
  .home-certificates__grid,
  .home-manufactures__logos,
  .home-manufactures__features,
  .home-guarantees__grid,
  .home-advantages__grid {
    grid-template-columns: 1fr;
  }

  .home-service-card img {
    height: 178px;
  }

  .home-service-card {
    min-height: 254px;
  }

  .home-service-card h3 {
    min-height: 76px;
    padding: 22px 16px 18px;
  }

  .home-catalog-cta__grid {
    min-height: 0;
    padding: 32px 24px 260px;
  }

  .home-catalog-cta__grid::after {
    top: auto;
    right: -6px;
    bottom: -44px;
    width: 340px;
    height: 281px;
  }

  .home-catalog-cta__content h2 {
    max-width: 292px;
    font-size: 25px;
    line-height: 1.16;
  }

  .home-catalog-cta__content p,
  .home-catalog-cta__phone span {
    max-width: 210px;
    font-size: 16px;
    line-height: 1.25;
  }

  .home-catalog-cta__phone {
    margin-top: 94px;
  }

  .home-catalog-cta__phone a {
    width: auto;
    padding: 0;
    background: transparent;
    color: #0090f3;
    font-size: 20px;
  }

  .home-catalog-cta__actions .button {
    width: 292px;
    max-width: 292px;
    min-height: 50px;
  }

  .home-step-card {
    min-height: 241px;
    padding: 18px 22px 20px;
  }

  .home-step-card__number {
    font-size: 30px;
  }

  .home-step-card h3 {
    font-size: 18px;
  }

  .home-step-card p {
    font-size: 12px;
    line-height: 1.35;
  }

  .home-advantage-card img {
    width: 251px;
    height: 239px;
    margin-top: 15px;
  }

  .home-advantage-card h3 {
    font-size: 18px;
  }

  .home-guarantee-card {
    min-height: 220px;
    padding: 35px 18px 24px;
  }

  .home-guarantee-card__ghost {
    right: 14px;
    font-size: 200px;
    top: -18px;
  }

  .home-guarantee-card__years {
    font-size: 30px;
  }

  .home-guarantee-card h3 {
    font-size: 16px;
  }

  .home-guarantee-card p {
    font-size: 14px;
  }

  .home-about__grid {
    grid-template-columns: 1fr;
  }

  .home-about__media img {
    border-radius: 10px 10px 0 0;
  }

  .home-about__content {
    padding: 19px 24px 21px;
    border-radius: 0 0 10px 10px;
  }

  .home-about__content::before {
    left: 16px;
    font-size: 110px;
  }

  .home-about__text p {
    font-size: 14px;
  }

  .home-about__content .button {
    width: 292px;
    min-height: 50px;
    margin-top: 21px;
  }

  .home-certificates__item.is-desktop-only {
    display: none;
  }

  .home-manufactures__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }

  .home-manufactures__logo {
    min-height: 48px;
  }

  .home-manufactures__feature span {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
  }

  .home-manufactures__feature span::before {
    font-size: 18px;
  }

  .home-manufactures__feature strong {
    font-size: 12px;
  }

  .home .rustent2026-inline-form__subtitle {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.76;
  }
}

.home-certificates {
  padding-bottom: 32px;
}

.home-certificates__grid {
  align-items: start;
}

.home-projects {
  padding-top: 41px;
  padding-bottom: 56px;
}

.home-projects .container {
  width: min(100% - 32px, 1459px);
}

.home-projects__grid {
  grid-template-columns: repeat(3, minmax(0, 367px));
  justify-content: center;
  gap: 20px;
}

.home-projects__item img {
  min-height: 267px;
}

@media (max-width: 1279px) {
  .home-projects {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .home-projects .container {
    width: min(100% - 30px, 340px);
  }

  .home-projects__grid {
    grid-template-columns: 1fr;
  }
}

/* Phase 2: Builder-aligned top contour rebuild */
.home .container {
  width: min(100% - 32px, 1141px);
}

.home-hero {
  position: relative;
  padding: 0;
  background: #082340;
}

.home-hero::before {
  inset: 161px 0 85px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.3)),
    var(--home-hero-bg) center center / cover no-repeat;
}

.home-hero__stage {
  min-height: 968px;
  padding: 273px 0 215px;
}

.home-hero__content {
  display: flex;
  flex-direction: column;
  width: 725px;
  min-height: 480px;
  padding: 56px 41px 54px 45px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3.4px);
}

.home-hero__content h1 {
  width: 660px;
  margin: 0 0 21px;
  font-size: 45px;
  font-weight: 800;
  line-height: 46px;
}

.home-hero__text {
  width: 496px;
}

.home-hero__text p {
  margin: 0 0 13px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.home-hero__actions {
  grid-template-columns: repeat(2, 270px);
  gap: 32px;
  margin-top: 24px;
}

.home-hero__actions .button,
.home-hero__actions .button-white {
  width: 270px;
  height: 71px;
  min-height: 71px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.home-hero__benefits {
  min-height: 85px;
  background: rgba(0, 0, 0, 0.6);
}

.home-hero__facts {
  grid-template-columns: 234px 297px 286px 287px;
  align-items: stretch;
}

.home-fact-card {
  grid-template-columns: 12px 1fr;
  gap: 18px;
  min-height: 85px;
  padding: 15px 18px 13px;
  border-left: 1px solid #595959;
}

.home-fact-card:first-child {
  padding-left: 14px;
}

.home-fact-card p {
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.home-products {
  padding: 48px 0 0;
}

.home-block__head {
  margin-bottom: 31px;
}

.home-block__head h2 {
  height: auto;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.home-products__lead {
  width: 423px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.home-products__actions {
  display: none;
}

.home-products__grid {
  grid-template-columns: repeat(4, 270px);
  gap: 20px;
}

.home-product-card {
  min-height: 256px;
  border-radius: 10px;
}

.home-product-card__image {
  width: 239px;
  height: 144px;
  margin-top: 30px;
}

.home-product-card__body {
  padding: 15px 20px 33px;
}

.home-product-card__title {
  max-width: 206px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 1279px) {
  .home .container {
    width: min(100% - 48px, 340px);
  }

  .home-hero::before {
    inset: 80px 0 auto;
    height: 440px;
    background-position: center center;
    background-size: cover;
  }

  .home-hero__stage {
    min-height: 520px;
    padding: 132px 0 41px;
  }

  .home-hero__content {
    width: 292px;
    min-height: 347px;
    padding: 20px 17px 25px 17px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: none;
  }

  .home-hero__content h1 {
    width: 292px;
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .home-hero__text {
    width: 277px;
  }

  .home-hero__text p {
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 18px;
  }

  .home-hero__actions {
    grid-template-columns: 261px;
    gap: 14px;
    margin-top: 13px;
  }

  .home-hero__actions .button,
  .home-hero__actions .button-white {
    width: 261px;
    min-width: 261px;
    max-width: 261px;
    height: 53px;
    min-height: 53px;
    font-size: 12px;
  }

  .home-hero__benefits {
    min-height: 362px;
    background: #fff;
  }

  .home-hero__facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 0 0;
  }

  .home-fact-card,
  .home-fact-card:first-child {
    min-height: 0;
    padding: 15px 0 15px 26px;
    border-left: 0;
    border-bottom: 1px solid #e4e4e4;
  }

  .home-fact-card span {
    margin-top: 2px;
  }

  .home-fact-card p {
    color: #343434;
    font-size: 14px;
    line-height: 18px;
  }

  .home-products {
    padding-top: 35px;
  }

  .home-block__head {
    margin-bottom: 13px;
  }

  .home-block__head h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
  }

  .home-products__lead {
    display: none;
  }

  .home-products__actions {
    display: block;
    margin-bottom: 15px;
  }

  .home-products__pills {
    display: none;
  }

  .home-products__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 292px;
    min-height: 45px;
    border-radius: 999px;
    background: #0090f3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .home-products__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-product-card {
    min-height: 257px;
  }

  .home-product-card__image {
    width: 240px;
    height: 145px;
    margin-top: 23px;
  }

  .home-product-card__body {
    padding: 11px 18px 28px;
  }
}

/* Phase 2: Builder-aligned middle and lower home blocks */
.home-services,
.home-ready,
.home-catalog-cta,
.home-steps,
.home-advantages,
.home-guarantees,
.home-about,
.home-certificates,
.home-projects,
.home-manufactures {
  padding-top: 110px;
}

.home-services .home-block__head,
.home-ready .home-block__head,
.home-steps .home-block__head,
.home-advantages .home-block__head,
.home-guarantees .home-block__head,
.home-about .home-block__head,
.home-certificates .home-block__head,
.home-projects .home-block__head,
.home-manufactures .home-block__head {
  margin-bottom: 43px;
}

.home-services__caption {
  width: 476px;
  margin: 0 auto 11px;
  color: #343434;
  text-align: center;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.home-services .home-block__head h2,
.home-ready .home-block__head h2,
.home-steps .home-block__head h2,
.home-advantages .home-block__head h2,
.home-guarantees .home-block__head h2,
.home-certificates .home-block__head h2,
.home-projects .home-block__head h2,
.home-manufactures .home-block__head h2 {
  width: min(100%, 909px);
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.home-services__grid {
  grid-template-columns: repeat(3, minmax(0, 367px));
  gap: 20px;
}

.home-service-card {
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  background: #082340;
}

.home-service-card img {
  display: block;
  width: 100%;
  height: 231px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.home-service-card h3 {
  margin: 38px 24px 33px;
  color: transparent;
  text-align: center;
  background: linear-gradient(90deg, #f2f2f2 0%, #ededed 98.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.home-ready .home-block__head h2 {
  width: min(100%, 980px);
  line-height: 50px;
}

.home-ready__grid {
  grid-template-columns: repeat(4, minmax(0, 270px));
  justify-content: space-between;
  gap: 20px;
}

.home-ready-card {
  position: relative;
  overflow: hidden;
  min-height: 307px;
  border-radius: 10px;
  background: #082340;
}

.home-ready-card img {
  width: 100%;
  height: 307px;
  min-height: 307px;
  object-fit: cover;
}

.home-ready-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 35, 64, 0) 42.35%, #082340 100%);
}

.home-ready-card span {
  position: absolute;
  right: 26px;
  bottom: 20px;
  left: 26px;
  z-index: 1;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.home-catalog-cta {
  padding-top: 89px;
}

.home-catalog-cta__grid {
  position: relative;
  grid-template-columns: 1fr;
  overflow: visible;
  min-height: 498px;
  padding: 109px 55px 88px;
  border-radius: 10px;
  background: #082340;
}

.home-catalog-cta__grid::after {
  content: "";
  position: absolute;
  right: -151px;
  bottom: -39px;
  width: 677px;
  height: 561px;
  background: var(--home-form-illustration, url("/new/wp-content/uploads/2025/03/magazine.webp")) center / contain no-repeat;
  pointer-events: none;
}

.home-catalog-cta__content {
  position: relative;
  z-index: 1;
  max-width: 432px;
}

.home-catalog-cta__content h2 {
  width: 646px;
  margin: 0 0 7px;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.home-catalog-cta__content h2 .secondary-color {
  color: #0090f3;
}

.home-catalog-cta__content p {
  max-width: 432px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.home-catalog-cta__actions {
  position: relative;
  z-index: 1;
  gap: 15px;
  margin-top: 20px;
}

.home-catalog-cta__actions .button {
  width: 312px;
  min-height: 62px;
}

.home-catalog-cta__messenger {
  width: 62px;
  height: 62px;
  border-radius: 5px;
  background: #fff;
}

.home-catalog-cta__phone {
  position: relative;
  z-index: 1;
  width: 245px;
  margin-top: 25px;
}

.home-catalog-cta__phone span {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.home-catalog-cta__phone a {
  display: flex;
  min-height: 41px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fff;
  color: #0090f3;
  font-size: 22px;
  font-weight: 500;
}

.home-steps {
  padding-top: 81px;
}

.home-steps .home-block__head {
  margin-bottom: 35px;
}

.home-steps .home-block__head h2 {
  width: 554px;
  line-height: 50px;
}

.home-steps__grid {
  grid-template-columns: repeat(3, minmax(0, 367px));
  gap: 25px 19px;
}

.home-step-card {
  min-height: 269px;
  padding: 21px 27px 28px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
}

.home-step-card__number {
  margin-bottom: 7px;
  color: #535353;
  font-size: 50px;
  font-weight: 500;
  line-height: 63px;
}

.home-step-card h3 {
  margin: 0 0 8px;
  color: #535353;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.home-step-card p {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 18px;
}

.home-advantages .home-block__head h2,
.home-guarantees .home-block__head h2 {
  width: 554px;
  line-height: 50px;
}

.home-advantages .home-block__head h2 .secondary-color {
  color: #0090f3;
}

.home-advantages__grid {
  grid-template-columns: repeat(3, minmax(0, 367px));
  gap: 20px;
}

.home-advantage-card {
  overflow: hidden;
  min-height: 280px;
  padding: 0 23px 24px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.home-advantage-card img {
  display: block;
  width: 100%;
  height: 150px;
  margin: 8px auto 0;
  object-fit: contain;
}

.home-advantage-card h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #535353;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.home-advantage-card p {
  margin: 0;
  padding: 0;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 20px;
}

.home-guarantees {
  padding-top: 71px;
}

.home-guarantees__grid {
  grid-template-columns: repeat(2, minmax(0, 559px));
  gap: 32px 20px;
}

.home-guarantee-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 31px 42px 30px 50px;
  color: #fff;
  background: #082340;
}

.home-guarantee-card__ghost {
  position: absolute;
  right: 22px;
  top: -22px;
  display: block;
  color: rgba(0, 144, 243, 0.1);
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}

.home-guarantee-card__years {
  margin-bottom: 7px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.home-guarantee-card h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.home-guarantee-card p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.home-about {
  padding-top: 91px;
}

.home-about .home-block__head {
  margin-bottom: 33px;
}

.home-about .home-block__head h2 {
  width: 554px;
  margin: 0 auto;
  text-align: center;
}

.home-about__grid {
  grid-template-columns: 559px 562px;
  gap: 20px;
}

.home-about__media img {
  width: 559px;
  height: 416px;
  border-radius: 10px;
  object-fit: cover;
}

.home-about__content {
  min-height: 416px;
  padding: 48px 57px 42px 37px;
  border-radius: 10px;
  background: #082340;
}

.home-about__content::before {
  left: 31px;
  top: 14px;
  color: #b8b8b8;
  opacity: 0.03;
  font-size: 150px;
}

.home-about__text p {
  color: #eaeaea;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.home-about__content .button {
  width: 371px;
  min-height: 65px;
  margin-top: 28px;
}

.home-certificates {
  padding-top: 82px;
  padding-bottom: 0;
}

.home-certificates .home-block__head {
  margin-bottom: 28px;
}

.home-certificates .home-block__head h2 {
  width: 505px;
}

.home-certificates__grid {
  grid-template-columns: repeat(4, 280px);
  justify-content: center;
  gap: 21px;
}

.home-certificates__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100% + 179px, 1320px);
  margin: 0 auto -217px;
  position: relative;
  z-index: 2;
}

.home-certificates__item img {
  width: 280px;
  height: 400px;
  object-fit: cover;
}

.home-projects {
  padding-top: 82px;
  padding-bottom: 56px;
  background: #082340;
}

.home-projects .home-block__head {
  margin-bottom: 28px;
}

.home-projects .home-block__head h2 {
  width: 864px;
  color: #fff;
}

.home-projects .container {
  width: min(100% - 32px, 1141px);
}

.home-projects__stage {
  position: relative;
}

.home-projects__grid {
  grid-template-columns: repeat(3, 367px);
  justify-content: center;
  gap: 20px;
}

.home-projects__item img {
  min-height: 267px;
}

.home-projects__preview {
  position: absolute;
  top: -424px;
  width: 367px;
  height: 267px;
  border-radius: 10px;
  opacity: 1;
}

.home-projects__preview img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.home-projects__preview--left {
  left: -387px;
}

.home-projects__preview--right {
  right: -387px;
}

.home-projects__nav {
  position: absolute;
  inset: 84px -91px auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.home-slider-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #0090f3;
}

.home-slider-nav--large {
  width: 51px;
  height: 51px;
}

.home-slider-nav span {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.home-slider-nav--prev span {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.home-slider-nav--next span {
  transform: rotate(45deg);
  margin-right: 4px;
}

.home-slider-nav--large span {
  width: 17px;
  height: 17px;
}

.home-projects__dots {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 31px;
}

.home-projects__dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.home-projects__dots span.is-active {
  background: #fff;
}

.home-projects__hidden {
  display: none;
}

.home-manufactures {
  padding-top: 80px;
}

.home-manufactures .home-block__head {
  margin-bottom: 31px;
}

.home-manufactures .home-block__head h2 {
  width: 906px;
}

.home-manufactures__logos {
  grid-template-columns: repeat(6, 148px);
  justify-content: center;
  gap: 50px;
  margin-bottom: 49px;
}

.home-manufactures__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  padding: 20px 12px;
  border-radius: 10px;
  background: #fff;
}

.home-manufactures__logo img {
  max-height: 75px;
  object-fit: contain;
}

.home-manufactures__features {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.home-manufactures__feature {
  display: grid;
  justify-items: center;
  gap: 16px;
  min-height: 171px;
  padding: 26px 12px 18px;
  border-radius: 10px;
  background: #fff;
}

.home-manufactures__feature span {
  width: 59px;
  height: 59px;
  margin-bottom: 0;
}

.home-manufactures__feature span::before {
  font-size: 22px;
}

.home-manufactures__feature strong {
  width: 100%;
  color: #082340;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}

.home-final-form {
  padding-top: 40px;
  padding-bottom: 0;
}

.home-final-form__stage {
  position: relative;
  min-height: 713px;
  border-radius: 10px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(8, 35, 64, 0.3), rgba(8, 35, 64, 0.3)),
    var(--home-final-form-bg, url("/new/wp-content/uploads/2026/04/home-builder/form/bg.jpg")) center / cover no-repeat;
}

.home-final-form__panel {
  width: 483px;
  min-height: 572px;
  margin: 67px 0 74px 0;
  padding: 34px 38px 38px;
  border-radius: 10px;
  background: #082340;
}

.home-final-form__panel h2 {
  width: 385px;
  margin: 0 0 14px;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.home-final-form__panel p {
  width: 355px;
  margin: 0 0 29px;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.home-final-form__form {
  display: grid;
  gap: 17px;
}

.home-final-form__field input {
  width: 371px;
  height: 65px;
  padding: 0 29px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #6b6b6b;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.home-final-form__submit {
  width: 371px;
  height: 65px;
  border: 0;
  border-radius: 5px;
  background: #0090f3;
  color: #fff;
  font-family: Mont, Geometria, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.home-final-form__privacy {
  display: grid;
  grid-template-columns: 15px 1fr;
  gap: 8px;
  align-items: start;
}

.home-final-form__privacy input {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: #0090f3;
}

.home-final-form__privacy span,
.home-final-form__privacy a {
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

@media (max-width: 1279px) {
  .home-services,
  .home-ready,
  .home-catalog-cta,
  .home-steps,
  .home-advantages,
  .home-guarantees,
  .home-about,
  .home-certificates,
  .home-projects,
  .home-manufactures {
    padding-top: 45px;
  }

  .home-services .home-block__head,
  .home-ready .home-block__head,
  .home-steps .home-block__head,
  .home-advantages .home-block__head,
  .home-guarantees .home-block__head,
  .home-about .home-block__head,
  .home-certificates .home-block__head,
  .home-projects .home-block__head,
  .home-manufactures .home-block__head {
    margin-bottom: 24px;
  }

  .home-services__caption {
    width: 281px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .home-services .home-block__head h2,
  .home-ready .home-block__head h2,
  .home-steps .home-block__head h2,
  .home-advantages .home-block__head h2,
  .home-guarantees .home-block__head h2,
  .home-certificates .home-block__head h2,
  .home-projects .home-block__head h2,
  .home-manufactures .home-block__head h2 {
    width: 316px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .home-services__grid,
  .home-steps__grid,
  .home-advantages__grid,
  .home-guarantees__grid,
  .home-certificates__grid,
  .home-projects__grid,
  .home-manufactures__logos,
  .home-manufactures__features,
  .home-ready__grid,
  .home-about__grid {
    grid-template-columns: 1fr;
  }

  .home-service-card img {
    height: 188px;
  }

  .home-service-card h3 {
    margin: 17px 19px 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .home-ready .home-block__head h2,
  .home-steps .home-block__head h2,
  .home-advantages .home-block__head h2,
  .home-guarantees .home-block__head h2,
  .home-about .home-block__head h2,
  .home-certificates .home-block__head h2 {
    width: 304px;
  }

  .home-ready__grid {
    justify-content: stretch;
    gap: 0;
  }

  .home-ready-card {
    min-height: 270px;
  }

  .home-ready-card img {
    min-height: 270px;
  }

  .home-ready-card span {
    right: 20px;
    bottom: 18px;
    left: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .home-catalog-cta {
    padding-top: 41px;
  }

  .home-catalog-cta__grid {
    min-height: 653px;
    padding: 35px 24px 302px;
  }

  .home-catalog-cta__grid::after {
    right: -11px;
    bottom: -3px;
    width: 318px;
    height: 263px;
  }

  .home-catalog-cta__content {
    max-width: 292px;
  }

  .home-catalog-cta__content h2 {
    width: 278px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 31px;
  }

  .home-catalog-cta__content p {
    max-width: 290px;
    font-size: 14px;
    line-height: 23px;
  }

  .home-catalog-cta__actions {
    gap: 0;
    margin-top: 20px;
  }

  .home-catalog-cta__actions .button {
    width: 292px;
    min-height: 50px;
  }

  .home-catalog-cta__messenger {
    display: none;
  }

  .home-catalog-cta__phone {
    width: 290px;
    margin-top: 108px;
  }

  .home-catalog-cta__phone span {
    margin-bottom: 17px;
    text-align: center;
    font-size: 16px;
  }

  .home-catalog-cta__phone a {
    min-height: 41px;
    font-size: 20px;
  }

  .home-steps .home-block__head {
    margin-bottom: 22px;
  }

  .home-steps .home-block__head h2,
  .home-advantages .home-block__head h2 {
    width: 304px;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .home-step-card {
    min-height: 241px;
    padding: 20px 22px 18px;
  }

  .home-step-card__number {
    margin-bottom: 11px;
    font-size: 35px;
    line-height: 33px;
  }

  .home-step-card h3 {
    font-size: 16px;
    line-height: 19px;
  }

  .home-step-card p {
    font-size: 12px;
    line-height: 15px;
  }

  .home-advantage-card {
    min-height: 401px;
    padding: 0 18px 18px;
  }

  .home-advantage-card img {
    width: 251px;
    height: 239px;
    margin-top: 15px;
  }

  .home-advantage-card h3 {
    margin: 18px 0 10px;
    font-size: 18px;
    line-height: 23px;
  }

  .home-advantage-card p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .home-advantage-card:nth-child(2) {
    min-height: 420px;
  }

  .home-guarantee-card {
    min-height: 220px;
    padding: 35px 24px 28px 18px;
  }

  .home-guarantee-card__ghost {
    right: 8px;
    top: 6px;
    font-size: 110px;
  }

  .home-guarantee-card__years {
    font-size: 30px;
    line-height: 38px;
  }

  .home-guarantees .home-block__head h2 {
    width: 304px;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .home-about {
    padding-top: 54px;
  }

  .home-about .home-block__head {
    margin-bottom: 22px;
  }

  .home-about__media img {
    width: 341px;
    height: 188px;
  }

  .home-about__content {
    min-height: 378px;
    padding: 19px 24px 24px;
  }

  .home-about__content::before {
    display: none;
  }

  .home-about__text p {
    font-size: 14px;
    line-height: 18px;
  }

  .home-about__content .button {
    width: 292px;
    min-height: 50px;
    margin-top: 21px;
  }

  .home-certificates__grid {
    justify-content: center;
    gap: 0;
  }

  .home-certificates__nav {
    display: none;
  }

  .home-certificates__item {
    margin: 0 auto;
  }

  .home-certificates__item img {
    width: 280px;
    height: 400px;
  }

  .home-projects {
    padding-top: 43px;
    padding-bottom: 42px;
  }

  .home-projects .container {
    width: min(100% - 30px, 340px);
  }

  .home-projects__stage {
    width: 340px;
    padding-top: 218px;
    margin: 0 auto;
    overflow: hidden;
  }

  .home-projects__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-projects__item {
    width: 293px;
    margin: 0 auto;
  }

  .home-projects__item:nth-child(n + 2) {
    display: none;
  }

  .home-projects__item img {
    width: 293px;
    min-height: 213px;
    height: 213px;
    border-radius: 10px;
    object-fit: cover;
  }

  .home-projects__preview {
    display: block;
    top: 0;
    width: 367px;
    height: 267px;
    opacity: 1;
  }

  .home-projects__preview--left {
    left: -353px;
  }

  .home-projects__preview--right {
    right: -354px;
  }

  .home-projects__nav {
    display: flex;
    inset: 81px 5px auto;
    pointer-events: none;
  }

  .home-slider-nav--large {
    width: 42px;
    height: 42px;
  }

  .home-projects__dots {
    display: flex;
    margin-top: 20px;
  }

  .home-manufactures__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    margin-bottom: 28px;
  }

  .home-manufactures__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 16px;
  }

  .home-manufactures__feature span {
    width: 43px;
    height: 43px;
  }

  .home-manufactures__feature strong {
    font-size: 12px;
    line-height: 15px;
  }

  .home-final-form {
    padding-top: 44px;
  }

  .home-final-form__stage {
    min-height: 744px;
    background-position: center center;
  }

  .home-final-form__panel {
    width: 292px;
    min-height: 572px;
    margin: 37px auto 44px;
    padding: 30px 20px 28px;
  }

  .home-final-form__panel h2 {
    width: 252px;
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 25px;
  }

  .home-final-form__panel p {
    width: 251px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-final-form__field input,
  .home-final-form__submit {
    width: 252px;
    height: 58px;
    padding: 0 20px;
    font-size: 14px;
  }

  .home-final-form__privacy span,
  .home-final-form__privacy a {
    font-size: 12px;
    line-height: 15px;
  }
}

.home-catalog-cta__content h2 .secondary-color,
.home-guarantees .home-block__head h2 .secondary-color {
  color: #0090f3;
}

/* Phase 2: final hero/fact-strip overrides */
.home-hero::before {
  inset: 0 0 85px;
  background-position: center top;
  background-size: cover;
}

.home-hero__content {
  justify-content: flex-start;
}

.home-hero__stage {
  min-height: 807px;
  padding: 112px 0 161px;
}

.home-hero__text p:last-child {
  margin-bottom: 0;
}

.home-fact-card {
  position: relative;
  border-left: 0;
}

.home-fact-card + .home-fact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  border-top: 1px solid #595959;
}

.home-fact-card:nth-child(1) p {
  max-width: 183px;
  font-size: 15px;
}

.home-fact-card:nth-child(2) p {
  max-width: 265px;
}

.home-fact-card:nth-child(3) p,
.home-fact-card:nth-child(4) p {
  max-width: 256px;
}

@media (max-width: 1279px) {
  .home-hero::before {
    inset: 0 0 auto;
    height: 440px;
    background-position: center top;
    background-size: 889px 440px;
  }

  .home-hero__stage {
    min-height: 440px;
    padding: 132px 0 41px;
  }

  .home-hero__content {
    min-height: 347px;
  }

  .home-fact-card:nth-child(1) p,
  .home-fact-card:nth-child(2) p,
  .home-fact-card:nth-child(3) p,
  .home-fact-card:nth-child(4) p {
    max-width: none;
    font-size: 14px;
  }

  .home-fact-card + .home-fact-card::before {
    display: none;
  }
}

/* Phase 2: dedicated quiz contract */
.home-quiz {
  padding-top: 89px;
}

.home-quiz__panel {
  position: relative;
  width: 1141px;
  min-height: 566px;
  padding: 35px 54px 23px;
  border-radius: 10px;
  background: #082340;
}

.home-quiz__pane {
  display: none;
}

.home-quiz__pane.is-active {
  display: block;
}

.home-quiz__title {
  margin: 0;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.home-quiz__title--contact {
  max-width: 969px;
}

.home-quiz__step {
  position: absolute;
  left: 535px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.4);
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.home-quiz__step span {
  color: #fff;
}

.home-quiz__step strong {
  color: #0090f3;
  font-weight: 500;
}

.home-quiz__option-grid {
  display: grid;
}

.home-quiz__option-grid--purpose {
  grid-template-columns: repeat(3, 293px);
  gap: 42px 31px;
  margin-top: 36px;
}

.home-quiz__option-grid--equipment {
  grid-template-columns: repeat(3, 318px);
  gap: 41px 40px;
  margin-top: 37px;
}

.home-quiz__card-option,
.home-quiz__check-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.home-quiz__card-option input,
.home-quiz__check-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.home-quiz__card-option-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: #164e55;
}

.home-quiz__option-grid--purpose .home-quiz__card-option-media {
  width: 293px;
  height: 205px;
}

.home-quiz__option-grid--equipment .home-quiz__card-option-media {
  width: 318px;
  height: 233px;
}

.home-quiz__card-option-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-quiz__question-mark {
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.home-quiz__option-grid--purpose .home-quiz__question-mark {
  font-size: 66px;
}

.home-quiz__card-option-mark {
  position: absolute;
  left: 0;
  top: calc(100% + 25px);
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background: transparent;
}

.home-quiz__card-option.is-active .home-quiz__card-option-mark {
  border-color: #0090f3;
  background: #0090f3;
}

.home-quiz__card-option.is-active .home-quiz__card-option-mark::before {
  content: "\2713";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.home-quiz__card-option-title {
  display: block;
  margin-top: 24px;
  padding-left: 31px;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.home-quiz__option-grid--equipment .home-quiz__card-option-title {
  font-family: Montserrat, "Geometria", sans-serif;
  font-weight: 500;
}

.home-quiz__split {
  display: grid;
  grid-template-columns: 231px 1fr;
  gap: 218px;
  align-items: start;
  margin-top: 29px;
}

.home-quiz__checklist {
  display: grid;
  gap: 30px;
}

.home-quiz__checklist--timing {
  width: 231px;
  margin-top: 29px;
}

.home-quiz__check-option {
  min-height: 18px;
  padding-left: 27px;
}

.home-quiz__check-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background: transparent;
}

.home-quiz__check-option.is-active .home-quiz__check-mark {
  border-color: #0090f3;
  background: #0090f3;
}

.home-quiz__check-option.is-active .home-quiz__check-mark::before {
  content: "\2713";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.home-quiz__check-text {
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.home-quiz__visual {
  display: flex;
  justify-content: flex-end;
}

.home-quiz__visual--capacity {
  margin-top: -2px;
}

.home-quiz__visual-desktop {
  display: block;
  width: 741px;
  height: 435px;
  object-fit: cover;
}

.home-quiz__visual-mobile {
  display: none;
}

.home-quiz__pane--contact {
  padding-top: 0;
}

.home-quiz__pane--success {
  padding-top: 18px;
  text-align: center;
}

.home-quiz__success-mark {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #0090f3;
}

.home-quiz__success-mark::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 20px;
  width: 20px;
  height: 35px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
}

.home-quiz__title--success {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 18px;
  text-align: center;
}

.home-quiz__success-text {
  max-width: 520px;
  margin: 0 auto;
  color: #fff;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.home-quiz__success-actions {
  margin-top: 32px;
}

.home-quiz__success-actions .button {
  min-width: 270px;
  min-height: 62px;
}

.home-quiz__form {
  width: 450px;
  margin: 37px auto 0;
}

.home-quiz__form-field {
  display: block;
  margin-bottom: 30px;
}

.home-quiz__form-field input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #356e75;
  border-radius: 5px;
  background: #fff;
  color: #727272;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 14px;
}

.home-quiz__submit {
  width: 451px;
  height: 54px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #0090f3;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-quiz__submit-mobile {
  display: none;
}

.home-quiz__privacy {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  width: 461px;
  margin: 17px auto 0;
}

.home-quiz__privacy input {
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #356e75;
}

.home-quiz__privacy span {
  color: #fff;
  font-family: Montserrat, "Geometria", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.home-quiz__footer {
  display: grid;
  grid-template-columns: 184px 1fr 140px;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-quiz__footer.is-hidden {
  display: none;
}

.home-quiz__back,
.home-quiz__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  border: 0;
  border-radius: 5px;
  font-family: Geometria, "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-quiz__back {
  color: #8a8a8a;
  background: #f5f5f5;
}

.home-quiz__back[disabled] {
  opacity: 1;
}

.home-quiz__next {
  color: #fff;
  background: #0090f3;
}

.home-quiz__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.home-quiz__pager span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.home-quiz__pager span.is-active {
  background: #0090f3;
}

@media (max-width: 1279px) {
  .home-quiz {
    padding-top: 36px;
  }

  .home-quiz__panel {
    width: 292px;
    min-height: 852px;
    padding: 10px 12px 15px;
    border-radius: 15px;
  }

  .home-quiz__step {
    position: static;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 30px;
  }

  .home-quiz__title,
  .home-quiz__title--contact {
    width: 249px;
    font-family: Montserrat, "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .home-quiz__option-grid--purpose {
    grid-template-columns: repeat(2, 127px);
    gap: 17px 12px;
    margin-top: 26px;
  }

  .home-quiz__option-grid--equipment {
    grid-template-columns: repeat(2, 127px);
    gap: 17px 12px;
    margin-top: 16px;
  }

  .home-quiz__option-grid--purpose .home-quiz__card-option-media,
  .home-quiz__option-grid--equipment .home-quiz__card-option-media {
    width: 127px;
    height: 127px;
  }

  .home-quiz__option-grid--purpose .home-quiz__card-option-mark,
  .home-quiz__option-grid--equipment .home-quiz__card-option-mark {
    left: 54px;
    top: 145px;
  }

  .home-quiz__option-grid--purpose .home-quiz__card-option-title,
  .home-quiz__option-grid--equipment .home-quiz__card-option-title {
    width: 131px;
    margin-top: 44px;
    padding-left: 0;
    text-align: center;
    font-family: Montserrat, "Geometria", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }

  .home-quiz__question-mark {
    font-size: 66px;
  }

  .home-quiz__split {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 24px;
  }

  .home-quiz__checklist,
  .home-quiz__checklist--timing {
    width: 231px;
    gap: 30px;
  }

  .home-quiz__visual {
    justify-content: center;
  }

  .home-quiz__visual-desktop {
    display: none;
  }

  .home-quiz__visual-mobile {
    display: block;
    width: 317px;
    height: 283px;
    margin-left: -37px;
    object-fit: cover;
  }

  .home-quiz__pane--contact .home-quiz__title {
    width: 259px;
    text-align: center;
  }

  .home-quiz__pane--success {
    padding-top: 8px;
  }

  .home-quiz__success-mark {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }

  .home-quiz__success-mark::before {
    left: 23px;
    top: 14px;
    width: 14px;
    height: 25px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }

  .home-quiz__title--success {
    max-width: 252px;
    margin-bottom: 12px;
  }

  .home-quiz__success-text {
    max-width: 252px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-quiz__success-actions {
    margin-top: 20px;
  }

  .home-quiz__success-actions .button {
    min-width: 252px;
    min-height: 50px;
  }

  .home-quiz__form {
    width: 259px;
    margin-top: 19px;
  }

  .home-quiz__form-field {
    margin-bottom: 22px;
  }

  .home-quiz__form-field input {
    height: 53px;
    padding: 0 12px;
    font-family: Montserrat, "Geometria", sans-serif;
  }

  .home-quiz__submit {
    width: 259px;
    height: 52px;
    font-family: Montserrat, "Geometria", sans-serif;
    font-size: 14px;
    text-transform: none;
  }

  .home-quiz__submit-desktop {
    display: none;
  }

  .home-quiz__submit-mobile {
    display: inline;
  }

  .home-quiz__privacy {
    width: 263px;
    margin-top: 18px;
    gap: 8px;
  }

  .home-quiz__privacy span {
    width: 237px;
    font-family: Montserrat, "Geometria", sans-serif;
  }

  .home-quiz__footer {
    grid-template-columns: 69px 1fr 148px;
    gap: 10px;
    margin-top: 17px;
    padding-top: 16px;
  }

  .home-quiz__back,
  .home-quiz__next {
    min-height: 48px;
    font-family: Montserrat, "Geometria", sans-serif;
  }

  .home-quiz__back {
    justify-content: flex-start;
    min-height: 17px;
    color: #fff;
    background: transparent;
  }

  .home-quiz__next {
    width: 148px;
    min-height: 48px;
  }

  .home-quiz__pager {
    gap: 14px;
  }
}

/* Phase 2: front-page final alignment pass */
.home .container {
  width: min(100% - 32px, 1141px);
}

.home-hero::before {
  background-position: center center;
}

.home-hero__stage {
  min-height: 807px;
  padding: 112px 0 161px;
}

.home-hero__content {
  width: 725px;
  min-height: 480px;
  padding: 56px 45px 54px;
}

.home-hero__content h1 {
  width: 660px;
  margin: 0 0 21px;
  font-size: 45px;
  line-height: 46px;
}

.home-hero__text {
  width: 496px;
}

.home-hero__text p {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.home-hero__actions {
  grid-template-columns: repeat(2, 270px);
  gap: 32px;
  margin-top: 20px;
}

.home-hero__actions .button,
.home-hero__actions .button-white {
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 71px;
  min-height: 71px;
}

.home-hero__benefits {
  min-height: 85px;
}

.home-hero__facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-fact-card {
  min-height: 85px;
  padding: 14px 18px 12px 16px;
}

.home-products__pills {
  gap: 20px;
  margin: 31px 0 42px;
}

.home-products__grid {
  grid-template-columns: repeat(4, minmax(0, 270px));
  gap: 20px;
}

.home-service-card {
  min-height: 325px;
}

.home-ready__grid {
  grid-template-columns: repeat(4, minmax(0, 270px));
}

.home-ready-card {
  min-height: 307px;
}

.home-catalog-cta__grid {
  min-height: 498px;
  padding: 109px 55px 86px;
}

.home-catalog-cta__grid::after {
  top: -24px;
  right: -33px;
  width: 677px;
  height: 561px;
}

.home-catalog-cta__content h2 {
  max-width: 646px;
  font-size: 40px;
  line-height: 45px;
}

.home-catalog-cta__content p {
  max-width: 432px;
  font-size: 20px;
  line-height: 23px;
}

.home-catalog-cta__phone {
  margin-top: 100px;
}

.home-catalog-cta__phone a {
  width: 245px;
}

.home-steps__grid {
  grid-template-columns: repeat(3, minmax(0, 367px));
}

.home-advantages__grid {
  grid-template-columns: repeat(3, minmax(0, 367px));
}

.home-guarantees__grid {
  grid-template-columns: repeat(2, minmax(0, 559px));
}

.home-about__grid {
  grid-template-columns: 632px 543px;
}

.home-certificates__grid {
  grid-template-columns: repeat(4, minmax(0, 280px));
}

.home-projects__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-manufactures__logos {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-manufactures__features {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1279px) {
  .home .container {
    width: min(100% - 48px, 340px);
  }

  .home-hero::before {
    inset: 0 0 427px;
    background-position: center center;
  }

  .home-hero__stage {
    min-height: 427px;
    padding: 39px 0 108px;
  }

  .home-hero__content {
    width: 292px;
    min-height: 347px;
    padding: 20px 15px 25px 17px;
  }

  .home-hero__content h1 {
    width: 292px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .home-hero__text {
    width: 277px;
  }

  .home-hero__text p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 18px;
  }

  .home-hero__actions {
    grid-template-columns: 261px;
    gap: 14px;
    margin-top: 22px;
  }

  .home-hero__actions .button,
  .home-hero__actions .button-white {
    width: 261px;
    min-width: 261px;
    max-width: 261px;
    height: 53px;
    min-height: 53px;
    font-size: 12px;
  }

  .home-hero__benefits {
    min-height: 0;
    background: #fff;
  }

  .home-hero__facts {
    grid-template-columns: 1fr;
    padding: 28px 0 8px;
  }

  .home-fact-card {
    min-height: 0;
    padding: 0 0 18px;
    border-left: 0;
    border-bottom: 1px solid #e4e4e4;
  }

  .home-fact-card p {
    color: #343434;
  }

  .home-products__grid,
  .home-services__grid,
  .home-ready__grid,
  .home-steps__grid,
  .home-advantages__grid,
  .home-guarantees__grid,
  .home-certificates__grid,
  .home-projects__grid,
  .home-manufactures__logos,
  .home-manufactures__features {
    grid-template-columns: 1fr;
  }

  .home-products__grid {
    gap: 16px;
  }

  .home-product-card {
    max-width: 292px;
    min-height: 254px;
    margin: 0 auto;
  }

  .home-service-card {
    min-height: 254px;
  }

  .home-ready-card {
    min-height: 292px;
  }

  .home-catalog-cta__grid {
    min-height: 0;
    padding: 32px 24px 260px;
  }

  .home-catalog-cta__grid::after {
    top: auto;
    right: -6px;
    bottom: -44px;
    width: 340px;
    height: 281px;
  }

  .home-catalog-cta__content h2 {
    max-width: 292px;
    font-size: 25px;
    line-height: 29px;
  }

  .home-catalog-cta__content p {
    max-width: 210px;
    font-size: 16px;
    line-height: 20px;
  }

  .home-catalog-cta__phone {
    margin-top: 94px;
  }

  .home-catalog-cta__phone span {
    max-width: 210px;
    font-size: 16px;
    line-height: 20px;
  }

  .home-catalog-cta__phone a {
    width: auto;
    padding: 0;
    background: transparent;
  }

  .home-about__grid {
    grid-template-columns: 1fr;
  }
}

/* Phase 2: final Builder-aligned hero + quiz late overrides */
.home-hero {
  background: #082340;
}

.home-hero::before {
  inset: 0 0 85px;
  background-position: center center;
  background-size: cover;
}

.home-hero__stage {
  min-height: 807px;
  padding: 112px 0 161px;
}

.home-hero__content {
  width: 725px;
  min-height: 480px;
  padding: 56px 45px 54px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3.4px);
}

.home-hero__content h1 {
  width: 660px;
  margin: 0 0 21px;
  font-size: 45px;
  line-height: 46px;
}

.home-hero__text {
  width: 496px;
}

.home-hero__text p {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.home-hero__actions {
  grid-template-columns: repeat(2, 270px);
  gap: 32px;
  margin-top: 20px;
}

.home-hero__actions .button,
.home-hero__actions .button-white {
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 71px;
  min-height: 71px;
}

.home-hero__benefits {
  min-height: 85px;
  background: rgba(0, 0, 0, 0.6);
}

.home-hero__facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
}

.home-fact-card {
  position: relative;
  min-height: 85px;
  padding: 14px 18px 12px 16px;
  border: 0;
}

.home-fact-card + .home-fact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #595959;
}

.home-fact-card:nth-child(1) p {
  max-width: 183px;
  font-size: 15px;
}

.home-fact-card:nth-child(2) p {
  max-width: 265px;
}

.home-fact-card:nth-child(3) p,
.home-fact-card:nth-child(4) p {
  max-width: 256px;
}

.home-quiz {
  padding-top: 89px;
}

.home-quiz__panel {
  width: 1141px;
  min-height: 566px;
  padding: 35px 54px 23px;
  border-radius: 10px;
  background: #082340;
}

.home-quiz__title {
  max-width: 845px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.home-quiz__title--contact {
  max-width: 969px;
  text-align: left;
}

.home-quiz__step {
  left: 535px;
  bottom: 24px;
  font-size: 16px;
  line-height: 30px;
}

.home-quiz__option-grid--purpose {
  grid-template-columns: repeat(3, 293px);
  gap: 42px 31px;
  margin-top: 36px;
}

.home-quiz__option-grid--purpose .home-quiz__card-option-media {
  width: 293px;
  height: 205px;
}

.home-quiz__option-grid--equipment {
  grid-template-columns: repeat(3, 318px);
  gap: 41px 40px;
  margin-top: 37px;
}

.home-quiz__option-grid--equipment .home-quiz__card-option-media {
  width: 318px;
  height: 233px;
}

.home-quiz__card-option-mark {
  top: calc(100% + 25px);
}

.home-quiz__card-option-title {
  margin-top: 24px;
  padding-left: 31px;
  font-size: 16px;
  line-height: 20px;
}

.home-quiz__split {
  grid-template-columns: 231px 1fr;
  gap: 218px;
  margin-top: 29px;
}

.home-quiz__checklist,
.home-quiz__checklist--timing {
  width: 231px;
  gap: 30px;
}

.home-quiz__check-option {
  padding-left: 27px;
}

.home-quiz__check-text {
  font-size: 16px;
  line-height: 20px;
}

.home-quiz__visual--capacity {
  margin-top: -2px;
}

.home-quiz__visual-desktop {
  width: 741px;
  height: 435px;
}

.home-quiz__form {
  width: 450px;
  margin: 37px auto 0;
}

.home-quiz__form-field {
  margin-bottom: 30px;
}

.home-quiz__form-field input {
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
}

.home-quiz__submit {
  width: 451px;
  height: 54px;
}

.home-quiz__privacy {
  width: 461px;
  gap: 11px;
  margin-top: 17px;
}

.home-quiz__footer {
  grid-template-columns: 184px 1fr 140px;
  gap: 16px;
  margin-top: 22px;
  padding-top: 20px;
}

.home-quiz__back {
  width: 184px;
  min-height: 53px;
}

.home-quiz__next {
  width: 140px;
  min-height: 54px;
}

@media (max-width: 1279px) {
  .home .container {
    width: min(100% - 48px, 340px);
  }

  .home-hero::before {
    inset: 80px 0 auto;
    height: 440px;
    background-position: center center;
    background-size: cover;
  }

  .home-hero__stage {
    min-height: 520px;
    padding: 52px 0 0;
  }

  .home-hero__content {
    width: 292px;
    min-height: 347px;
    padding: 20px 15px 25px 17px;
  }

  .home-hero__content h1 {
    width: 292px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .home-hero__text {
    width: 277px;
  }

  .home-hero__text p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 18px;
  }

  .home-hero__actions {
    grid-template-columns: 261px;
    gap: 14px;
    margin-top: 22px;
  }

  .home-hero__actions .button,
  .home-hero__actions .button-white {
    width: 261px;
    min-width: 261px;
    max-width: 261px;
    height: 53px;
    min-height: 53px;
    font-size: 12px;
  }

  .home-hero__benefits {
    min-height: 0;
    background: #fff;
  }

  .home-hero__facts {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 28px 0 0;
  }

  .home-fact-card {
    min-height: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid #e4e4e4;
  }

  .home-fact-card + .home-fact-card::before {
    display: none;
  }

  .home-fact-card:nth-child(1) p,
  .home-fact-card:nth-child(2) p,
  .home-fact-card:nth-child(3) p,
  .home-fact-card:nth-child(4) p {
    max-width: 280px;
    color: #343434;
    font-size: 14px;
  }

  .home-quiz {
    padding-top: 36px;
  }

  .home-quiz__panel {
    width: 292px;
    padding: 10px 12px 15px;
    border-radius: 15px;
  }

  .home-quiz[data-step="1"] .home-quiz__panel {
    min-height: 852px;
  }

  .home-quiz[data-step="2"] .home-quiz__panel {
    min-height: 636px;
  }

  .home-quiz[data-step="3"] .home-quiz__panel {
    min-height: 636px;
  }

  .home-quiz[data-step="4"] .home-quiz__panel {
    min-height: 651px;
  }

  .home-quiz[data-step="5"] .home-quiz__panel,
  .home-quiz[data-step="6"] .home-quiz__panel {
    min-height: 636px;
  }

  .home-quiz__step {
    left: auto;
    bottom: auto;
    position: static;
    margin-bottom: 7px;
  }

  .home-quiz__title,
  .home-quiz__title--contact {
    width: 249px;
    max-width: 259px;
    font-family: Montserrat, "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }

  .home-quiz__pane--contact .home-quiz__title {
    width: 259px;
    text-align: center;
  }

  .home-quiz__option-grid--purpose {
    grid-template-columns: repeat(2, 127px);
    gap: 17px 12px;
    margin-top: 26px;
  }

  .home-quiz__option-grid--equipment {
    grid-template-columns: repeat(2, 127px);
    gap: 17px 12px;
    margin-top: 16px;
  }

  .home-quiz__option-grid--purpose .home-quiz__card-option-media,
  .home-quiz__option-grid--equipment .home-quiz__card-option-media {
    width: 127px;
    height: 127px;
  }

  .home-quiz__option-grid--purpose .home-quiz__card-option-mark,
  .home-quiz__option-grid--equipment .home-quiz__card-option-mark {
    left: 54px;
    top: 145px;
  }

  .home-quiz__option-grid--purpose .home-quiz__card-option-title,
  .home-quiz__option-grid--equipment .home-quiz__card-option-title {
    width: 131px;
    margin-top: 44px;
    padding-left: 0;
    text-align: center;
    font-family: Montserrat, "Geometria", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }

  .home-quiz__split {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 24px;
  }

  .home-quiz__checklist,
  .home-quiz__checklist--timing {
    width: 231px;
    gap: 30px;
  }

  .home-quiz__visual {
    justify-content: center;
  }

  .home-quiz__visual-mobile {
    width: 317px;
    height: 283px;
    margin-left: -37px;
  }

  .home-quiz__form {
    width: 259px;
    margin-top: 19px;
  }

  .home-quiz__form-field {
    margin-bottom: 22px;
  }

  .home-quiz__form-field input {
    height: 53px;
    padding: 0 12px;
    font-family: Montserrat, "Geometria", sans-serif;
  }

  .home-quiz__submit {
    width: 259px;
    height: 52px;
    font-family: Montserrat, "Geometria", sans-serif;
    font-size: 14px;
    text-transform: none;
  }

  .home-quiz__privacy {
    width: 263px;
    gap: 8px;
    margin-top: 18px;
  }

  .home-quiz__privacy span {
    width: 237px;
    font-family: Montserrat, "Geometria", sans-serif;
  }

  .home-quiz__footer {
    grid-template-columns: 69px 1fr 148px;
    gap: 10px;
    margin-top: 17px;
    padding-top: 16px;
  }

  .home-quiz__back {
    width: 69px;
    min-height: 17px;
    justify-content: flex-start;
    color: #fff;
    background: transparent;
    font-family: Montserrat, "Geometria", sans-serif;
  }

  .home-quiz__next {
    width: 148px;
    min-height: 48px;
    font-family: Montserrat, "Geometria", sans-serif;
  }

  .home-quiz__pager {
    gap: 14px;
  }
}
