/*
 * HTCWindow Home components
 * Figma system: 1440px canvas, 1300px content, Montserrat, 160px section rhythm.
 */
.home-hero,
.home-intro,
.home-about,
.home-factory,
.home-cert,
.home-products,
.home-process,
.home-projects,
.home-partners,
.home-contact {
  box-sizing: border-box;
  font-family: "Montserrat", Arial, sans-serif;
}

.home-hero *,
.home-intro *,
.home-about *,
.home-factory *,
.home-cert *,
.home-products *,
.home-process *,
.home-projects *,
.home-partners *,
.home-contact * {
  box-sizing: border-box;
}

/* Hero */
.home-hero {
  width: 100%;
  max-width: none;
  height: clamp(560px, 61.0585vw, 879.243px);
  margin: 24.378px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #0d1f36;
}

.home-hero__slider {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-hero__slider .splide__track,
.home-hero__slider .splide__list,
.home-hero__slide {
  width: 100%;
  height: 100%;
}

.home-hero__slide {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #0d1f36;
}

.home-hero__image,
.home-hero__image.tag,
.home-hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.home-hero__image img,
img.home-hero__image {
  display: block;
  object-fit: cover;
}

.home-hero__content {
  width: 358px;
  max-width: calc(100% - 80px);
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--htc-white);
  text-align: center;
}

.home-hero__welcome,
.home-hero__brand {
  margin: 0;
  color: var(--htc-white);
  text-align: center;
}

.home-hero__welcome {
  margin-bottom: var(--htc-space-4);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.home-hero__brand {
  font-size: var(--htc-display-size);
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}

.home-hero__slider .splide__pagination {
  width: 25px;
  position: absolute;
  z-index: 6;
  right: 70px;
  top: 38.97%;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--htc-space-4);
  transform: none;
}

.home-hero__slider .splide__pagination li {
  width: 25px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero__slider .splide__pagination__page {
  width: 9.6px;
  height: 9.6px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transform: none;
}

.home-hero__slider .splide__pagination__page.is-active {
  width: 25px;
  height: 25px;
  position: relative;
  border: 2px solid var(--htc-white);
  background: transparent;
  transform: none;
}

.home-hero__slider .splide__pagination__page.is-active::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
}

.home-hero::before,
.home-hero::after {
  content: "";
  width: 118%;
  height: 115px;
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--htc-bg);
  pointer-events: none;
}
.home-hero::before {
  top: -56px;
}
.home-hero::after {
  bottom: -56px;
}

/* Intro + stats */
.home-intro {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--htc-bg);
  color: var(--htc-black);
}

.home-intro__top {
  width: 100%;
  padding: var(--htc-space-10) var(--htc-gutter) var(--htc-section-space);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-9);
  text-align: center;
}

.home-intro__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-intro__heading-line {
  width: auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--htc-space-2);
  font-size: var(--htc-display-size);
  line-height: 1.23;
  font-weight: 600;
}

.home-intro__heading-part {
  width: auto;
  margin: 0;
  display: inline;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}
.home-intro__heading-part--blue {
  color: var(--htc-primary);
}
.home-intro__heading-part--dark {
  color: var(--htc-black);
}
.home-intro__heading-part--red {
  color: var(--htc-secondary);
}

.home-intro__heading-sub {
  width: auto;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-display-size);
  line-height: 1.23;
  font-weight: 600;
  text-align: center;
}

.home-intro__description {
  width: 550px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  text-align: center;
  opacity: 0.5;
}

.home-intro__features {
  width: 886px;
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--htc-space-10);
}

.home-intro__feature {
  width: auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: var(--htc-space-3);
  text-align: left;
}

.home-intro__check-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--htc-secondary);
  color: var(--htc-white);
  fill: var(--htc-white);
  font-size: 10px;
  line-height: 1;
}
.home-intro__check-icon::before {
  color: var(--htc-white);
}

.home-intro__feature-text {
  width: auto;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  white-space: nowrap;
}

.home-intro__stats {
  width: 100%;
  padding: 74px
    max(
      var(--htc-space-9),
      calc((100% - var(--htc-container)) / 2 + var(--htc-space-9))
    )
    75px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  background: var(--htc-primary-2);
}

.home-intro__stat {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--htc-space-2);
  color: var(--htc-white);
  text-align: center;
}

.home-intro__stat-number {
  width: auto;
  margin: 0;
  color: var(--htc-white);
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
}

.home-intro__stat-label {
  width: auto;
  margin: 0;
  color: var(--htc-white);
  font-size: var(--htc-subtitle-size);
  line-height: 1.3;
  font-weight: 500;
}

/* Shared light-section patterns */
.home-about,
.home-factory,
.home-cert,
.home-process,
.home-projects,
.home-partners {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--htc-bg);
  color: var(--htc-black);
}

.home-about__badge,
.home-cert__badge,
.home-process__badge,
.home-projects__badge,
.home-partners__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 28px 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-about__badge-dot,
.home-cert__badge-dot,
.home-process__badge-dot,
.home-projects__badge-dot,
.home-partners__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--htc-primary);
}

.home-about__badge-text,
.home-cert__badge-text,
.home-process__badge-text,
.home-projects__badge-text,
.home-partners__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}

/* About */
.home-about {
  padding: var(--htc-section-space) var(--htc-gutter) 0;
}

.home-about__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-10);
}

.home-about__top {
  width: 100%;
  display: grid;
  grid-template-columns: 518px 560px;
  align-items: center;
  justify-content: space-between;
  gap: var(--htc-space-9);
}

.home-about__copy {
  width: 518px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--htc-space-10);
}

.home-about__heading {
  width: 100%;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-transform: uppercase;
}

.home-about__text {
  width: 398px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  opacity: 0.5;
}

.home-about__image {
  width: 560px;
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
}
.home-about__image,
.home-about__image img {
  display: block;
}
.home-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about__benefits {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--htc-space-7);
}

.home-about__benefit {
  width: 100%;
  padding: var(--htc-space-3);
  display: flex;
  align-items: center;
  gap: var(--htc-space-3);
  background: var(--htc-white);
  color: var(--htc-black);
}

.home-about__benefit-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--htc-primary);
  color: var(--htc-white);
  font-size: 10px;
  line-height: 1;
}

.home-about__benefit-text {
  width: auto;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: 1.35;
  font-weight: 500;
}

/* Factory */
.home-factory {
  padding: var(--htc-section-space) var(--htc-gutter) 0;
}

.home-factory__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-10);
}

.home-factory__heading {
  width: 968px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-10);
  text-align: center;
}

.home-factory__title {
  width: 834px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.home-factory__description {
  width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  text-align: center;
  opacity: 0.5;
}

.home-factory__video {
  width: 711.111px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: var(--htc-ink);
}

.home-factory__video .bricks-video-wrapper,
.home-factory__video video {
  width: 100%;
  height: 100%;
}
.home-factory__video .bricks-video-wrapper {
  aspect-ratio: auto;
}
.home-factory__video video {
  display: block;
  object-fit: cover;
}
.home-factory__video .bricks-video-overlay {
  background: transparent;
}

.home-factory__video .bricks-video-overlay-icon {
  width: 72px;
  height: 72px;
  padding: var(--htc-space-4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--htc-radius-md);
  background: rgba(255, 255, 255, 0.3);
  color: var(--htc-white);
  font-size: 32px;
  line-height: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}
.home-factory__video .bricks-video-overlay-icon:hover,
.home-factory__video .bricks-video-overlay-icon:focus-visible {
  background: rgba(255, 255, 255, 0.42);
  transform: translate(-50%, -50%);
}
.home-factory__video .bricks-video-overlay-icon i {
  color: var(--htc-white);
  font-size: 32px;
}

/* Certificate */
.home-cert {
  padding: var(--htc-section-space) var(--htc-gutter) 0;
}

.home-cert__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--htc-space-10);
}

.home-cert__image-frame {
  width: 480px;
  height: 659.698px;
  flex: 0 0 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 16px solid var(--htc-primary);
  background: var(--htc-white);
}

.home-cert__image,
.home-cert__image.tag {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: static;
  margin: 0;
  transform: none;
}
.home-cert__image img,
img.home-cert__image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.home-cert__copy {
  width: 518px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--htc-space-10);
  text-align: right;
}

.home-cert__title {
  width: 603px;
  max-width: none;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.home-cert__description {
  width: 398px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  text-align: right;
  opacity: 0.5;
}

/* Products */
.home-products {
  width: 100%;
  max-width: none;
  margin: var(--htc-section-space) 0 0;
  padding: 56.8px var(--htc-gutter) 68px;
  position: relative;
  overflow: hidden;
  background: #071222;
  color: var(--htc-white);
}

.home-products__bg,
.home-products__bg.tag,
.home-products__bg img,
.home-products__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.home-products__bg {
  z-index: 0;
  margin: 0;
}
.home-products__bg img,
img.home-products__bg {
  display: block;
  object-fit: cover;
}
.home-products__overlay {
  z-index: 1;
  background: rgba(7, 18, 34, 0.94);
  pointer-events: none;
}

.home-products__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-products__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border-radius: var(--htc-radius-sm);
  background: rgba(255, 255, 255, 0.12);
  color: var(--htc-white);
  font-size: var(--htc-small-size);
  line-height: 1.25;
  font-weight: 700;
}
.home-products__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #fd2e2b;
}
.home-products__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.home-products__title {
  width: 603px;
  max-width: 100%;
  margin: var(--htc-space-10) 0 0;
  color: var(--htc-white);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.home-products__accent {
  color: #fd2e2b;
}

.home-products__grid {
  width: min(1200px, 100%);
  margin-top: var(--htc-space-10);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 320px));
  justify-content: space-between;
  gap: var(--htc-space-7) 120px;
}

.home-products__card {
  width: 100%;
  max-width: 320px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-products__mosaic {
  width: 100%;
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  border-radius: var(--htc-radius-sm);
}
.home-products__mosaic::before,
.home-products__mosaic::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  background: #0b1119;
  pointer-events: none;
}
.home-products__mosaic::before {
  width: 10px;
  height: 100%;
  top: calc(50% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
.home-products__mosaic::after {
  width: 100%;
  height: 10px;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}

.home-products__image {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--htc-radius-sm);
}
.home-products__image,
.home-products__image.tag,
.home-products__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-products__image img {
  object-fit: cover;
  object-position: center;
  transition: transform 0.28s ease;
}
.home-products__mosaic:hover .home-products__image img {
  transform: scale(1.025);
}

.home-products__card-link {
  width: auto;
  margin-top: var(--htc-space-7);
  color: var(--htc-white);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 4px;
}
.home-products__card-link:hover,
.home-products__card-link:focus-visible {
  color: #fd2e2b;
}

/* Process */
.home-process {
  padding: 0 var(--htc-gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.home-process__fade {
  width: min(893px, 100%);
  aspect-ratio: 893 / 480;
  position: relative;
  margin: 106px auto 0;
  overflow: hidden;
}
.home-process__fade-image,
.home-process__fade-image.tag,
.home-process__fade-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}
.home-process__fade-image img,
img.home-process__fade-image {
  object-fit: cover;
}
.home-process__fade::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(244, 245, 246, 0) 26%,
    var(--htc-bg) 91%
  );
  pointer-events: none;
}

.home-process__body {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-10);
}

.home-process__head {
  width: min(748px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-7);
  text-align: center;
}

.home-process__title {
  width: 100%;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.home-process__steps {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 420px));
  justify-content: space-between;
  column-gap: var(--htc-space-4);
  row-gap: 0;
}

.home-process__step {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-2);
}

.home-process__step-image,
.home-process__step-image.tag {
  width: 100%;
  height: 210px;
  aspect-ratio: 2 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: var(--htc-radius-sm);
}
.home-process__step-image img,
img.home-process__step-image {
  display: block;
  object-fit: cover;
}

.home-process__step-copy {
  width: min(281px, 100%);
  height: 220px;
  position: relative;
}

.home-process__step-number {
  width: auto;
  position: absolute;
  left: 0;
  top: -8px;
  margin: 0;
  color: rgba(29, 80, 153, 0.32);
  font-size: 120px;
  line-height: 1;
  font-weight: 800;
}

.home-process__step-title {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 72px;
  margin: 0;
  color: var(--htc-primary);
  font-size: var(--htc-subtitle-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-process__step-text {
  width: 264px;
  max-width: 100%;
  position: absolute;
  z-index: 2;
  top: 126px;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-body-size);
  line-height: 20px;
  font-weight: 400;
}

/* Projects */
.home-projects {
  padding: var(--htc-section-space) var(--htc-gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-8);
  overflow: hidden;
}

.home-projects__tabs {
  width: min(var(--htc-container), 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--htc-space-3);
}

.home-projects__tab {
  width: auto;
  padding: var(--htc-space-3) var(--htc-space-5);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: #111;
  font-size: var(--htc-small-size);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  user-select: none;
}
.home-projects__tab:hover,
.home-projects__tab:focus-visible,
.home-projects__tab.is-active {
  background: var(--htc-primary);
  color: var(--htc-white);
  outline: none;
}

.home-projects__grid {
  width: min(var(--htc-container), 100%);
  display: grid;
  grid-template-columns: 310px minmax(0, 640px) 310px;
  grid-auto-rows: 465px;
  gap: var(--htc-space-4);
  transition: opacity 0.2s ease;
}
.home-projects__grid.is-loading {
  opacity: 0.45;
  pointer-events: none;
}
.home-projects__card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
}
.home-projects__image-link,
.home-projects__image,
.home-projects__placeholder {
  width: 100%;
  height: 100%;
  display: block;
}
.home-projects__image {
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home-projects__placeholder {
  background: #dfe6ee;
}
.home-projects__card:hover .home-projects__image {
  transform: scale(1.02);
}

.home-projects__caption {
  width: 350px;
  max-width: calc(100% - 48px);
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: var(--htc-space-5);
  border-radius: var(--htc-radius-sm) var(--htc-radius-sm) 0 0;
  background: var(--htc-white);
  color: var(--htc-ink);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 3px;
}
.home-projects__message {
  grid-column: 1 / -1;
  margin: 0;
  padding: var(--htc-space-9) var(--htc-space-4);
  text-align: center;
  font-size: var(--htc-body-size);
}

/* Partners Ă„â€Ă‚Â¢Ä‚Â¢Ă¢â‚¬ÂĂ‚Â¬Ä‚Â¢Ă¢â€Â¬Ă‚Â Figma rhythm: 48px internal gap, 4 x 310px cards. */
.home-partners {
  padding: 0 var(--htc-gutter) var(--htc-section-space);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-8);
  overflow: hidden;
}

.home-partners__head {
  width: min(748px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--htc-space-7);
  text-align: center;
}

.home-partners__title {
  width: 100%;
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.home-partners__description {
  width: 440px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  text-align: center;
  opacity: 0.5;
}

.home-partners__grid {
  width: min(var(--htc-container), 100%);
  display: grid;
  grid-template-columns: repeat(4, 310px);
  justify-content: center;
  gap: var(--htc-space-4);
}

.home-partners__card {
  width: 310px;
  max-width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--htc-radius-md);
  background: var(--htc-white);
}

.home-partners__logo,
.home-partners__logo.tag {
  width: 240px;
  max-width: 77.42%;
  max-height: 240px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-partners__logo img,
img.home-partners__logo {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  max-height: 240px;
  object-fit: contain;
}

/* Contact - Figma layout */
.home-contact {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 90px var(--htc-gutter);
  position: relative;
  overflow: hidden;
  color: var(--htc-white);
}

.home-contact__bg,
.home-contact__bg.tag {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.home-contact__bg img,
img.home-contact__bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-contact__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.home-contact__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 529px 638px;
  gap: 131px;
  align-items: stretch;
}

.home-contact__left {
  width: 529px;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-contact__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.home-contact__heading-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--htc-space-6);
}

.home-contact__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 28px 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border-radius: var(--htc-radius-sm);
  background: rgba(255, 255, 255, 0.2);
  color: var(--htc-white);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-contact__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--htc-white);
}

.home-contact__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.home-contact__title {
  width: 100%;
  margin: 0;
  color: var(--htc-white);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-transform: uppercase;
}

.home-contact__description {
  width: 100%;
  margin: 0;
  color: var(--htc-white);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
}

.home-contact__consult {
  width: 529px;
  height: 280px;
  padding: var(--htc-space-7) 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--htc-space-7);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: var(--htc-primary);
}

.home-contact__consult-line {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--htc-space-3);
}

.home-contact__consult-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--htc-primary);
  fill: var(--htc-primary);
  font-size: 24px;
}

.home-contact__consult-label {
  width: auto;
  margin: 0;
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.3;
  font-weight: 600;
}

.home-contact__phone {
  margin: 0;
  color: var(--htc-primary);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.home-contact__support {
  margin: 0;
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
}

.home-contact__formbox {
  width: 638px;
  height: 700px;
  padding: var(--htc-space-7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--htc-space-7);
  border-radius: var(--htc-radius-md);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-contact__form-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-5);
}

.home-contact__form-title {
  margin: 0;
  color: var(--htc-white);
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
}

.home-contact__form-lead {
  margin: 0;
  color: var(--htc-white);
  font-size: var(--htc-small-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
}

.home-contact__form-shortcode,
.home-contact .dawp-form-container,
.home-contact .dawp-contact-form-el {
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-contact .dawp-form-container {
  padding: 0;
  background: transparent;
}

.home-contact .dawp-contact-form-el {
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-5);
}

.home-contact .dawp-form-row {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--htc-space-5);
}

.home-contact .dawp-form-col,
.home-contact .dawp-form-group {
  width: 100%;
  margin: 0;
  padding: 0;
}

.home-contact .dawp-input,
.home-contact .dawp-textarea {
  width: 100%;
  margin: 0;
  padding: 20px var(--htc-space-5);
  border: 0;
  border-radius: var(--htc-radius-sm);
  outline: 0;
  background: var(--htc-white);
  color: rgba(31, 31, 31, 0.75);
  box-shadow: none;
  font-family: inherit;
  font-size: 18px;
  line-height: var(--htc-body-line);
  font-weight: 400;
}

.home-contact .dawp-input::placeholder,
.home-contact .dawp-textarea::placeholder {
  color: rgba(31, 31, 31, 0.6);
  opacity: 1;
}

.home-contact .dawp-textarea {
  height: 162px;
  resize: none;
}

.home-contact .dawp-input:focus,
.home-contact .dawp-textarea:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.home-contact .dawp-form-submit {
  width: max-content;
  margin: 0 0 0 auto;
  padding: 20px var(--htc-space-5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--htc-space-2);
  border: 0;
  border-radius: var(--htc-radius-sm);
  background: var(--htc-secondary);
  color: var(--htc-white);
  font-family: inherit;
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 600;
  cursor: pointer;
}

.home-contact .dawp-form-submit::after {
  content: "Ă„â€Ă‚Â¢Ä‚Â¢Ă¢â€Â¬Ă‚Â Ä‚Â¢Ă¢â€Â¬Ă¢â‚¬Â";
  font-size: 20px;
  line-height: 1;
}

.home-contact .dawp-form-submit:hover,
.home-contact .dawp-form-submit:focus-visible {
  background: #9f0302;
}

.home-contact .dawp-form-response {
  margin-top: 0;
}

.home-contact .dawp-form-submit::after {
  content: "\2197";
}

/* Responsive */
@media (max-width: 1200px) {
  .home-about__top {
    grid-template-columns: minmax(0, 518px) minmax(360px, 46vw);
    gap: var(--htc-space-8);
  }
  .home-about__image {
    width: min(46vw, 500px);
    justify-self: end;
  }
  .home-about__benefits {
    gap: var(--htc-space-4);
  }

  .home-products__grid {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--htc-space-6);
  }

  .home-contact__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: var(--htc-space-9);
  }
  .home-contact__left,
  .home-contact__consult,
  .home-contact__formbox {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .home-cert__inner {
    gap: var(--htc-space-8);
  }
  .home-cert__image-frame {
    width: min(44vw, 440px);
    height: auto;
    aspect-ratio: 480 / 659.698;
    flex-basis: min(44vw, 440px);
  }
  .home-cert__copy {
    width: min(46vw, 518px);
    gap: var(--htc-space-9);
  }
  .home-cert__title {
    width: 100%;
    max-width: 603px;
  }

  .home-process__body {
    gap: var(--htc-space-9);
  }
  .home-process__steps {
    width: min(860px, 100%);
    grid-template-columns: repeat(2, minmax(0, 420px));
    justify-content: center;
    column-gap: var(--htc-space-4);
  }

  .home-projects__grid {
    width: min(860px, 100%);
    grid-template-columns: repeat(2, minmax(0, 420px));
    grid-auto-rows: 360px;
    justify-content: center;
  }

  .home-partners__grid {
    width: min(640px, 100%);
    grid-template-columns: repeat(2, 310px);
  }
}

@media (max-width: 900px) {
  .home-hero {
    height: clamp(560px, 78vw, 600px);
    margin-top: var(--htc-space-4);
  }
  .home-hero__slider .splide__pagination {
    right: var(--htc-space-6);
  }

  .home-intro__features {
    flex-wrap: wrap;
    gap: var(--htc-space-6);
  }
  .home-intro__feature-text {
    white-space: normal;
  }
  .home-intro__stats {
    padding-left: var(--htc-gutter);
    padding-right: var(--htc-gutter);
  }
  .home-intro__stat-number {
    font-size: 48px;
  }
  .home-intro__stat-label {
    font-size: 20px;
  }

  .home-about__top {
    grid-template-columns: 1fr;
    gap: var(--htc-space-9);
  }
  .home-about__copy {
    width: 100%;
  }
  .home-about__heading {
    max-width: 640px;
  }
  .home-about__text {
    width: 560px;
  }
  .home-about__image {
    width: min(560px, 100%);
    justify-self: center;
  }

  .home-cert__inner {
    flex-direction: column;
    align-items: center;
    gap: var(--htc-space-9);
  }
  .home-cert__image-frame {
    width: min(480px, 100%);
    flex-basis: auto;
  }
  .home-cert__copy {
    width: min(603px, 100%);
    align-items: flex-start;
    gap: var(--htc-space-7);
    text-align: left;
  }
  .home-cert__title,
  .home-cert__description {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .home-products__grid {
    width: min(680px, 100%);
    grid-template-columns: repeat(2, minmax(0, 320px));
    justify-content: center;
    gap: var(--htc-space-8) 28px;
  }

  .home-contact {
    padding-top: var(--htc-section-space);
    padding-bottom: var(--htc-section-space);
  }
  .home-contact__inner {
    width: min(700px, 100%);
    grid-template-columns: 1fr;
    gap: var(--htc-space-9);
  }
  .home-contact__left,
  .home-contact__formbox {
    height: auto;
  }
  .home-contact__left {
    gap: var(--htc-space-9);
  }
  .home-contact__top {
    gap: var(--htc-space-8);
  }
  .home-contact__consult {
    height: auto;
  }
  .home-contact__formbox {
    gap: var(--htc-space-7);
  }
}

@media (max-width: 700px) {
  .home-hero {
    height: 560px;
    margin-top: var(--htc-space-3);
  }
  .home-hero__content {
    max-width: calc(100% - 96px);
  }
  .home-hero__welcome {
    font-size: 22px;
  }
  .home-hero__brand {
    font-size: 36px;
  }
  .home-hero__slider .splide__pagination {
    right: var(--htc-space-4);
    gap: var(--htc-space-3);
  }
  .home-hero::before,
  .home-hero::after {
    width: 145%;
    height: 86px;
  }
  .home-hero::before {
    top: -58px;
  }
  .home-hero::after {
    bottom: -58px;
  }

  .home-intro__top {
    padding-top: var(--htc-space-8);
    gap: var(--htc-space-6);
  }
  .home-intro__heading-line {
    gap: var(--htc-space-1);
  }
  .home-intro__description {
    width: 560px;
  }
  .home-intro__features {
    width: 560px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--htc-space-4);
  }
  .home-intro__stats {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .home-intro__stat {
    gap: var(--htc-space-1);
    padding: 0 5px;
  }
  .home-intro__stat-number {
    font-size: 36px;
  }
  .home-intro__stat-label {
    font-size: 14px;
    line-height: 1.4;
  }

  .home-about__inner,
  .home-about__top {
    gap: var(--htc-space-8);
  }
  .home-about__copy {
    gap: var(--htc-space-7);
  }
  .home-about__benefits {
    grid-template-columns: 1fr;
    gap: var(--htc-space-3);
  }
  .home-about__benefit {
    padding: var(--htc-space-3);
    gap: var(--htc-space-3);
  }
  .home-about__benefit-text {
    font-size: var(--htc-body-size);
  }

  .home-factory__inner {
    gap: var(--htc-space-8);
  }
  .home-factory__heading {
    gap: var(--htc-space-6);
  }
  .home-factory__description {
    line-height: 1.5;
  }
  .home-factory__video .bricks-video-overlay-icon {
    width: 60px;
    height: 60px;
    padding: var(--htc-space-3);
    font-size: 28px;
  }
  .home-factory__video .bricks-video-overlay-icon i {
    font-size: 28px;
  }

  .home-cert__image-frame {
    border-width: 10px;
  }
  .home-cert__copy {
    gap: var(--htc-space-6);
  }
  .home-cert__description {
    line-height: 1.5;
  }

  .home-products {
    padding: var(--htc-space-8) var(--htc-gutter) 56px;
  }
  .home-products__badge {
    padding: 10px var(--htc-space-3);
    font-size: 12px;
  }
  .home-products__title {
    margin-top: var(--htc-space-6);
  }
  .home-products__grid {
    width: min(320px, 100%);
    margin-top: var(--htc-space-8);
    grid-template-columns: 1fr;
    gap: var(--htc-space-8);
  }
  .home-products__card {
    max-width: 100%;
  }
  .home-products__mosaic::before {
    width: 5px;
  }
  .home-products__mosaic::after {
    height: 6px;
  }
  .home-products__card-link {
    margin-top: var(--htc-space-5);
    font-size: 18px;
  }

  .home-process__body {
    gap: var(--htc-space-8);
  }
  .home-process__head {
    gap: var(--htc-space-6);
  }
  .home-process__badge {
    padding: 10px var(--htc-space-3) 10px 14px;
    font-size: 13px;
  }
  .home-process__steps {
    width: min(420px, 100%);
    grid-template-columns: 1fr;
    row-gap: var(--htc-space-6);
  }
  .home-process__step {
    max-width: 100%;
  }
  .home-process__step-image,
  .home-process__step-image.tag {
    height: min(210px, calc((100vw - 40px) / 2));
  }
  .home-process__step-copy {
    height: 220px;
  }
  .home-process__step-number {
    font-size: 104px;
  }
  .home-process__step-title {
    top: 78px;
    font-size: 22px;
  }
  .home-process__step-text {
    top: 128px;
    font-size: var(--htc-body-size);
    line-height: 1.45;
  }

  .home-projects {
    gap: var(--htc-space-6);
  }
  .home-projects__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }
  .home-projects__tab {
    flex: 0 0 auto;
    padding: 13px var(--htc-space-3);
    font-size: 12px;
  }
  .home-projects__grid {
    width: min(520px, 100%);
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .home-projects__card {
    aspect-ratio: 4 / 3;
  }
  .home-projects__caption {
    width: min(350px, calc(100% - 32px));
    padding: 18px;
    font-size: 15px;
  }

  .home-partners {
    gap: var(--htc-space-6);
  }
  .home-partners__head {
    gap: var(--htc-space-5);
  }
  .home-partners__grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-partners__card {
    width: 100%;
  }
  .home-partners__logo,
  .home-partners__logo.tag {
    width: min(240px, 77%);
  }

  .home-contact {
    padding-top: var(--htc-section-space);
    padding-bottom: var(--htc-section-space);
  }
  .home-contact__heading-group,
  .home-contact__top,
  .home-contact__left,
  .home-contact__inner {
    gap: var(--htc-space-7);
  }
  .home-contact__consult {
    padding: var(--htc-space-7);
    gap: var(--htc-space-6);
  }
  .home-contact__phone {
    font-size: 28px;
  }
  .home-contact__formbox {
    padding: var(--htc-space-7);
    gap: var(--htc-space-7);
  }
  .home-contact__form-title {
    font-size: 28px;
  }
  .home-contact .dawp-form-row {
    grid-template-columns: 1fr;
  }
  .home-contact .dawp-form-submit {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .home-partners__grid {
    width: min(310px, 100%);
    grid-template-columns: 1fr;
  }
}

/* News - Figma layout */
.home-news,
.home-news * {
  box-sizing: border-box;
}

.home-news {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--htc-section-space) var(--htc-gutter) 0;
  background: var(--htc-bg);
  color: var(--htc-ink);
  font-family: "Montserrat", Arial, sans-serif;
}

.home-news__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 486px 750px;
  gap: var(--htc-space-9);
  align-items: stretch;
}

.home-news__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-news__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--htc-space-7);
}

.home-news__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 28px 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-news__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--htc-primary);
}

.home-news__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.home-news__title {
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
  text-transform: uppercase;
}

.home-news__description {
  width: 440px;
  max-width: 100%;
  margin: 0;
  color: var(--htc-black);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
  opacity: 0.5;
}

.home-news__more {
  width: max-content;
  padding: 20px var(--htc-space-5);
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border: 1px solid var(--htc-primary);
  border-radius: var(--htc-radius-sm);
  background: transparent;
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 600;
}

.home-news__more::after {
  content: "\2197";
  font-size: 20px;
  line-height: 1;
}

.home-news__dynamic,
.home-news__list {
  width: 100%;
}

.home-news__list {
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-5);
}

.home-news__item {
  width: 100%;
  height: 155px;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: var(--htc-space-4);
  align-items: center;
}

.home-news__image-link,
.home-news__image,
.home-news__image-placeholder {
  width: 310px;
  height: 155px;
  display: block;
  border-radius: var(--htc-radius-sm);
}

.home-news__image-link {
  overflow: hidden;
}

.home-news__image {
  object-fit: cover;
}

.home-news__image-placeholder {
  background: #dfe6ee;
}

.home-news__item-copy {
  min-width: 0;
}

.home-news__item-title {
  margin: 0;
  color: var(--htc-ink);
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.home-news__item-title a {
  color: inherit;
}

.home-news__tag {
  width: max-content;
  max-width: 100%;
  margin-top: var(--htc-space-3);
  padding: 10px var(--htc-space-3);
  display: inline-block;
  border-radius: var(--htc-radius-sm);
  background: rgba(180, 4, 2, 0.12);
  color: var(--htc-secondary);
  font-size: var(--htc-small-size);
  line-height: 1.3;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .home-news__inner {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: var(--htc-space-8);
  }
  .home-news__item {
    grid-template-columns: 240px minmax(0, 1fr);
  }
  .home-news__image-link,
  .home-news__image,
  .home-news__image-placeholder {
    width: 240px;
  }
}

@media (max-width: 900px) {
  .home-news__inner {
    width: min(750px, 100%);
    grid-template-columns: 1fr;
    gap: var(--htc-space-9);
  }
  .home-news__copy {
    gap: var(--htc-space-8);
  }
  .home-news__content {
    gap: var(--htc-space-6);
  }
  .home-news__item {
    grid-template-columns: 310px minmax(0, 1fr);
  }
  .home-news__image-link,
  .home-news__image,
  .home-news__image-placeholder {
    width: 310px;
  }
}

@media (max-width: 700px) {
  .home-news__inner {
    gap: var(--htc-space-8);
  }
  .home-news__item {
    height: auto;
    grid-template-columns: 1fr;
    gap: var(--htc-space-4);
  }
  .home-news__image-link,
  .home-news__image,
  .home-news__image-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
  }
  .home-news__item-title {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* Testimonials - Figma layout, native Bricks Splide slider */
.home-testimonials,
.home-testimonials * {
  box-sizing: border-box;
}

.home-testimonials {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--htc-section-space) var(--htc-gutter);
  overflow: hidden;
  background: var(--htc-bg);
  color: var(--htc-ink);
  font-family: "Montserrat", Arial, sans-serif;
}

.home-testimonials__inner {
  width: 100%;
  max-width: var(--htc-container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.home-testimonials__head {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--htc-space-7);
  align-items: center;
}

.home-testimonials__left,
.home-testimonials__right {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--htc-space-7);
}

.home-testimonials__badge {
  width: max-content;
  max-width: 100%;
  padding: 12px 28px 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: var(--htc-space-2);
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
  color: var(--htc-primary);
  font-size: var(--htc-body-size);
  line-height: 1.25;
  font-weight: 700;
}

.home-testimonials__badge-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--htc-primary);
}

.home-testimonials__badge-text {
  width: auto;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.home-testimonials__title {
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-title-size);
  line-height: 1.22;
  font-weight: 600;
}

.home-testimonials__description,
.home-testimonials__support {
  margin: 0;
  color: var(--htc-ink);
  font-size: var(--htc-body-size);
  line-height: var(--htc-body-line);
  font-weight: 500;
}

.home-testimonials__description {
  opacity: 0.6;
}

.home-testimonials__avatar-line {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--htc-space-7);
}

.home-testimonials__avatars {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.home-testimonials__avatar,
.home-testimonials__avatar.tag {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  margin: 0 -20px 0 0;
  overflow: hidden;
  border-radius: 50%;
}

.home-testimonials__avatar img,
img.home-testimonials__avatar {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-testimonials__support {
  max-width: 330px;
}

.home-testimonials__slider {
  width: 100%;
  margin: 0;
}

.home-testimonials__slider .splide__track {
  overflow: hidden;
}

.home-testimonials__slider .splide__list {
  align-items: stretch;
}

.home-testimonials__quote {
  height: auto;
  min-height: 604px;
  padding: var(--htc-space-8);
  display: flex;
  flex-direction: column;
  gap: 77px;
  overflow: hidden;
  border-radius: var(--htc-radius-sm);
  background: var(--htc-white);
}

.home-testimonials__mini-logo,
.home-testimonials__mini-logo.tag,
img.home-testimonials__mini-logo {
  width: 121.333px;
  height: 27.954px;
  max-width: 121.333px;
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0 auto 0 0;
  position: static;
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: left center;
}

.home-testimonials__quote-text {
  margin: 0;
  color: var(--htc-ink);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.home-testimonials__person {
  width: 100%;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.home-testimonials__name,
.home-testimonials__role {
  width: 100%;
  margin: 0;
  color: var(--htc-ink);
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}

.home-testimonials__name {
  font-weight: 700;
}

.home-testimonials__role {
  font-weight: 600;
  opacity: 0.6;
}

.home-testimonials__slider .splide__pagination {
  width: 100%;
  position: static;
  margin: var(--htc-space-8) 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--htc-space-4);
  left: auto;
  right: auto;
  transform: none;
}

.home-testimonials__slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #9a9a9a;
  opacity: 1;
  transform: none;
}

.home-testimonials__slider .splide__pagination__page.is-active {
  width: 25px;
  height: 25px;
  position: relative;
  border: 2px solid var(--htc-primary);
  background: transparent;
  transform: none;
}

.home-testimonials__slider .splide__pagination__page.is-active::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: var(--htc-primary);
}

@media (max-width: 900px) {
  .home-testimonials__inner {
    gap: var(--htc-space-9);
  }
  .home-testimonials__head {
    grid-template-columns: 1fr;
    gap: var(--htc-space-8);
  }
  .home-testimonials__quote {
    padding: var(--htc-space-7);
    gap: var(--htc-space-9);
  }
}

@media (max-width: 700px) {
  .home-testimonials__left,
  .home-testimonials__right {
    gap: var(--htc-space-6);
  }
  .home-testimonials__avatar-line {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--htc-space-5);
  }
  .home-testimonials__quote {
    padding: var(--htc-space-6);
    gap: var(--htc-space-7);
  }
  .home-testimonials__slider .splide__pagination {
    margin-top: var(--htc-space-6);
    gap: var(--htc-space-3);
  }
}
