.site-main {
  padding-top: 0;
}

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

.home-section--brands,
.home-section--about-faq {
  background: #f3f3f1;
}

.home-section__header,
.home-section__header--stacked {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.home-section__header--stacked {
  flex-direction: column;
  align-items: flex-start;
}

.home-section__eyebrow,
.home-repair__mini-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 -18px;
  color: #5d8513;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.home-section__title--repair {
  margin-bottom: 20px;
}

.home-hero__headline {
  width: fit-content;
  margin: 0 0 24px auto;
  color: #395609;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.home-section__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.05;
}

.home-section__title span {
  color: #87bd26;
}

.home-section__link {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.home-section__link:hover {
  color: #87bd26;
}

.home-hero {
  padding: 162px 0 34px;
  overflow: hidden;
  background-color: #121213;
  background-image: radial-gradient(ellipse at center, #3c3c3d 0%, #29292a 36%, #1a1a1b 68%, #111112 100%);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.home-hero__main {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(240px, 1fr);
  gap: 34px;
  align-items: stretch;
}

.home-hero__bottom {
  margin-top: 26px;
}

:root {
  --amg-dark-card-bg: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 44%), linear-gradient(180deg, rgba(34, 34, 35, 0.96), rgba(20, 20, 21, 0.98));
}

.home-hero__slider-shell,
.home-hero-card,
.home-brand-panel,
.home-firmware,
.home-faq-card,
.home-about-card {
  border-radius: 24px;
}

.home-hero__slider-shell {
  position: relative;
  min-height: 510px;
  padding: 6px 36px 64px;
  background: none;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.home-hero__slider,
.home-hero__slider .swiper-wrapper,
.home-hero__slider .swiper-slide,
.home-hero__slide {
  height: 100%;
}

.home-hero__slider,
.home-hero__slide {
  overflow: visible;
}

.home-hero__slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.home-hero__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.home-hero__slider .swiper-wrapper {
  align-items: stretch;
}

.home-hero__slide {
  display: flex;
}

.home-hero__slide-grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: center;
}

.home-hero__slide-grid--right .home-hero__copy {
  order: 1;
}

.home-hero__slide-grid--right .home-hero__visual {
  order: 2;
}

.home-hero__slide-grid--left .home-hero__visual {
  order: 1;
}

.home-hero__slide-grid--left .home-hero__copy {
  order: 2;
}

.home-hero__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.home-repair__title,
.home-firmware__title,
.home-lead__title,
.home-about-card__title,
.home-faq-card__title,
.home-solution-card__title {
  margin: 0;
  font-size: clamp(48px, 4.5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.home-hero__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.45;
}

.home-repair__intro,
.home-firmware__description,
.home-about-card__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.45;
}

.home-repair__mini-label {
  margin-bottom: -24px;
  color: #87bd26;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.home-repair__title {
  font-size: 48px;
  line-height: 1.02;
}

.home-repair__intro {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.home-hero__copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.home-hero__slide--antminer .home-hero__copy {
  gap: 18px;
}

.home-hero__slide--antminer .home-hero__title {
  font-size: clamp(54px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.home-hero__slide--antminer .home-hero__description {
  max-width: 520px;
}

.home-hero__slide--antminer .home-hero__highlights {
  margin-top: 2px;
}

.home-hero__slide--antminer .home-hero__actions {
  gap: 48px;
  margin-top: 42px;
}

.home-hero__slide--adminer .home-hero__title,
.home-hero__slide--repair .home-hero__title,
.home-hero__slide--hosting .home-hero__title,
.home-hero__slide--cooling .home-hero__title {
  font-size: 30px;
  line-height: 1.06;
}

.home-hero__slide--adminer .home-hero__title--full {
  grid-column: 1 / -1;
  margin-top: 34px;
  margin-bottom: -2px;
  font-size: clamp(34px, 3.3vw, 42px);
  line-height: 1.02;
}

.home-hero__slide--adminer .home-hero__copy {
  align-content: start;
  gap: 14px;
}

.home-hero__slide--hosting .home-hero__title--full {
  grid-column: 1 / -1;
  margin-top: 18px;
  margin-bottom: 6px;
  padding-left: 20px;
  font-size: clamp(34px, 3.3vw, 42px);
  line-height: 1.02;
}

.home-hero__slide--hosting .home-hero__description,
.home-hero__slide--hosting .home-hero__note,
.home-hero__slide--hosting .home-hero__bullet-list {
  padding-left: 20px;
}

.home-hero__slide--hosting .home-hero__actions {
  gap: 36px;
  margin-top: 30px;
}

.home-hero__slide--cooling .home-hero__title--full {
  grid-column: 1 / -1;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: clamp(34px, 3.3vw, 42px);
  line-height: 1.02;
}

.home-hero__slide--adminer .home-hero__actions {
  margin-top: 34px;
}

.home-hero__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-weight: 700;
}

.home-hero__highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.home-hero__highlight {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.home-hero__highlight-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.46);
}

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

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

.home-hero__highlight-copy {
  display: grid;
  gap: 3px;
}

.home-hero__highlight-copy strong {
  font-size: 16px;
  line-height: 1.1;
}

.home-hero__highlight-copy span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.home-hero__bullet-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.home-hero__bullet-list li {
  position: relative;
  padding-left: 16px;
}

.home-hero__bullet-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
}

.home-hero__actions,
.home-repair__actions,
.home-firmware__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero__ghost-btn,
.home-repair__actions .amg-btn,
.home-firmware__link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

.home-hero__actions .amg-btn {
  min-height: 48px;
  padding-inline: 22px;
  border-radius: 16px;
  font-size: 16px;
}

.home-hero__inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.home-hero__inline-link:hover {
  color: #fff;
}

.home-hero__inline-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #88bc23;
}

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

.home-firmware__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
}

.home-firmware__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 -24px;
  color: #87bd26;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.home-hero__visual,
.home-firmware__media,
.home-solution-card__media {
  position: relative;
}

.home-hero__visual {
  min-height: 340px;
  display: grid;
  place-items: center;
}

.home-hero__visual-stack {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: fit-content;
  overflow: visible;
}

.home-hero__visual img,
.home-firmware__media img,
.home-solution-card__media img,
.home-guide-card__image img,
.home-about-card__media img,
.home-repair__media img,
.home-repair__secondary-media img,
.amg-product-card__image img {
  width: 100%;
  height: auto;
}

.home-hero__visual-main {
  position: relative;
  z-index: 2;
  max-width: min(100%, 430px);
  filter: drop-shadow(0 32px 36px rgba(0, 0, 0, 0.45));
}

.home-hero__slide--antminer .home-hero__visual-main {
  max-width: min(100%, 470px);
}

.home-hero__slide--antminer .home-hero__visual {
  place-items: center;
}

.home-hero__slide--antminer .home-hero__visual-stack--tagged {
  margin-top: 26px;
}

.home-hero__slide--adminer .home-hero__visual-main {
  max-width: min(100%, 470px);
}

.home-hero__slide-grid--adminer {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  grid-template-areas:
    "title title"
    "copy visual";
  row-gap: 22px;
}

.home-hero__slide-grid--adminer .home-hero__title--full {
  grid-area: title;
}

.home-hero__slide-grid--adminer .home-hero__copy {
  grid-area: copy;
}

.home-hero__slide-grid--adminer .home-hero__visual {
  grid-area: visual;
  place-items: start center;
  padding-top: 28px;
}

.home-hero__slide-grid--hosting {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  grid-template-areas:
    "title title"
    "copy visual";
  row-gap: 8px;
}

.home-hero__slide-grid--hosting .home-hero__title--full {
  grid-area: title;
}

.home-hero__slide-grid--hosting .home-hero__copy {
  grid-area: copy;
  align-content: start;
  gap: 14px;
}

.home-hero__slide-grid--hosting .home-hero__visual {
  grid-area: visual;
  place-items: start center;
  padding-top: 18px;
}

.home-hero__slide-grid--cooling {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  grid-template-areas:
    "title title"
    "visual copy";
  row-gap: 8px;
}

.home-hero__slide-grid--cooling .home-hero__title--full {
  grid-area: title;
}

.home-hero__slide-grid--cooling .home-hero__visual {
  grid-area: visual;
}

.home-hero__slide-grid--cooling .home-hero__copy {
  grid-area: copy;
  align-content: start;
  gap: 14px;
}

.home-hero__slide--cooling .home-hero__description {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.45;
}

.home-hero__slide--cooling .home-hero__highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 14px;
  max-width: 520px;
}

.home-hero__slide--cooling .home-hero__actions {
  margin-top: 34px;
}

.home-hero__slide--cooling .home-hero__highlight {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 10px;
  text-align: center;
  align-content: start;
}

.home-hero__slide--cooling .home-hero__highlight-icon {
  width: 34px;
  height: 34px;
}

.home-hero__slide--cooling .home-hero__highlight-copy {
  justify-items: center;
  gap: 0;
}

.home-hero__slide--cooling .home-hero__highlight-copy strong {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}

.home-hero__slide--cooling .home-hero__highlight-copy span {
  display: none;
}

.home-hero__slide--hosting .home-hero__visual-main,
.home-hero__slide--cooling .home-hero__visual-main {
  max-width: min(100%, 340px);
}

.home-hero__visual--collage {
  align-items: end;
}

.home-hero__visual-secondary {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: min(36%, 180px);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.home-hero__repair-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
  gap: 26px;
  width: 100%;
  min-height: 100%;
  align-items: stretch;
}

.home-hero__repair-main {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
}

.home-hero__repair-header {
  display: grid;
  gap: 14px;
  max-width: 620px;
}

.home-hero__repair-bottom {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr);
  gap: 22px;
  align-items: stretch;
}

.home-hero__repair-horizontal,
.home-hero__repair-vertical {
  position: relative;
  align-self: start;
}

.home-hero__repair-horizontal {
  width: 150%;
  max-width: none;
  margin-top: 60px;
  margin-left: -36px;
}

.home-hero__repair-vertical {
  width: 130%;
  max-width: none;
  margin-left: -22%;
}

.home-hero__repair-horizontal-image,
.home-hero__repair-vertical-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.home-hero__repair-panel {
  display: grid;
  align-content: center;
  gap: 24px;
}

.home-hero__repair-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-hero__repair-highlight {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.home-hero__repair-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.home-hero__repair-highlight-icon img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.home-hero__repair-highlight-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.home-hero__repair-actions {
  margin-top: 2px;
  display: flex;
  justify-content: center;
}

.home-hero__visual-tag {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 1;
  color: #91c61f;
  font-family: var(--font-heading);
  font-size: clamp(46px, 4.8vw, 68px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.86;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}

.home-hero__visual .home-hero__visual-tag-image {
  position: absolute;
  top: 10px;
  left: 24px;
  z-index: 1;
  width: auto;
  max-width: none;
  height: 72%;
  max-height: 308px;
  object-fit: contain;
  transform: none;
  pointer-events: none;
}

.home-hero__slide.is-entered .home-hero__visual-main,
.home-hero__slide.is-entered .home-hero__visual-secondary,
.home-hero__slide.is-entered .home-hero__visual-tag,
.home-hero__slide.is-entered .home-hero__visual-tag-image,
.home-hero__slide.is-entered .home-hero__title,
.home-hero__slide.is-entered .home-hero__description,
.home-hero__slide.is-entered .home-hero__note,
.home-hero__slide.is-entered .home-hero__highlights,
.home-hero__slide.is-entered .home-hero__bullet-list,
.home-hero__slide.is-entered .home-hero__actions,
.home-hero__slide.is-entered .home-hero__repair-vertical-image,
.home-hero__slide.is-entered .home-hero__repair-horizontal-image,
.home-hero__slide.is-entered .home-hero__repair-highlight,
.home-hero__slide.is-exiting .home-hero__visual-main,
.home-hero__slide.is-exiting .home-hero__visual-secondary,
.home-hero__slide.is-exiting .home-hero__visual-tag,
.home-hero__slide.is-exiting .home-hero__visual-tag-image,
.home-hero__slide.is-exiting .home-hero__title,
.home-hero__slide.is-exiting .home-hero__description,
.home-hero__slide.is-exiting .home-hero__note,
.home-hero__slide.is-exiting .home-hero__highlights,
.home-hero__slide.is-exiting .home-hero__bullet-list,
.home-hero__slide.is-exiting .home-hero__actions,
.home-hero__slide.is-exiting .home-hero__repair-vertical-image,
.home-hero__slide.is-exiting .home-hero__repair-horizontal-image,
.home-hero__slide.is-exiting .home-hero__repair-highlight {
  opacity: 1;
  will-change: transform, opacity;
}

.home-hero__slide.is-pending-enter .home-hero__visual-main,
.home-hero__slide.is-pending-enter .home-hero__visual-secondary,
.home-hero__slide.is-pending-enter .home-hero__visual-tag,
.home-hero__slide.is-pending-enter .home-hero__visual-tag-image,
.home-hero__slide.is-pending-enter .home-hero__title,
.home-hero__slide.is-pending-enter .home-hero__description,
.home-hero__slide.is-pending-enter .home-hero__note,
.home-hero__slide.is-pending-enter .home-hero__highlights,
.home-hero__slide.is-pending-enter .home-hero__bullet-list,
.home-hero__slide.is-pending-enter .home-hero__actions,
.home-hero__slide.is-pending-enter .home-hero__repair-vertical-image,
.home-hero__slide.is-pending-enter .home-hero__repair-horizontal-image,
.home-hero__slide.is-pending-enter .home-hero__repair-highlight {
  opacity: 0 !important;
  animation: none !important;
}

.home-hero__slider.is-transitioning .home-hero__visual-main,
.home-hero__slider.is-transitioning .home-hero__visual-secondary,
.home-hero__slider.is-transitioning .home-hero__visual-tag,
.home-hero__slider.is-transitioning .home-hero__visual-tag-image,
.home-hero__slider.is-transitioning .home-hero__title,
.home-hero__slider.is-transitioning .home-hero__description,
.home-hero__slider.is-transitioning .home-hero__note,
.home-hero__slider.is-transitioning .home-hero__highlights,
.home-hero__slider.is-transitioning .home-hero__bullet-list,
.home-hero__slider.is-transitioning .home-hero__actions,
.home-hero__slider.is-transitioning .home-hero__repair-vertical-image,
.home-hero__slider.is-transitioning .home-hero__repair-horizontal-image,
.home-hero__slider.is-transitioning .home-hero__repair-highlight {
  opacity: 0 !important;
  animation: none !important;
}

.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-entered .home-hero__visual-main,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-entered .home-hero__visual-secondary,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-entered .home-hero__visual-tag {
  animation: homeHeroVisualIn 480ms cubic-bezier(0.16, 1, 0.3, 1) 100ms both;
}

.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-entered .home-hero__title,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-entered .home-hero__description,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-entered .home-hero__note,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-entered .home-hero__highlights,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-entered .home-hero__bullet-list,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-entered .home-hero__actions {
  animation: homeHeroCopyIn 520ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}

.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-exiting .home-hero__actions,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-exiting .home-hero__highlights,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-exiting .home-hero__bullet-list,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-exiting .home-hero__note,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-exiting .home-hero__description,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-exiting .home-hero__title {
  animation: homeHeroCopyOut 260ms cubic-bezier(0.55, 0, 0.55, 0.2) both;
}

.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-exiting .home-hero__visual-main,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-exiting .home-hero__visual-secondary,
.home-hero__slide:not(.home-hero__slide--antminer):not(.home-hero__slide--adminer):not(.home-hero__slide--repair).is-exiting .home-hero__visual-tag {
  animation: homeHeroVisualOut 300ms cubic-bezier(0.55, 0, 0.55, 0.2) 110ms both;
}

.home-hero__slide--adminer.is-entered .home-hero__visual-main {
  animation: homeHeroAdminerImageEnter 700ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.home-hero__slide--adminer.is-entered .home-hero__title {
  animation: homeHeroAdminerTitleEnter 520ms cubic-bezier(0.22, 1, 0.36, 1) 760ms both;
}

.home-hero__slide--adminer.is-entered .home-hero__description,
.home-hero__slide--adminer.is-entered .home-hero__note,
.home-hero__slide--adminer.is-entered .home-hero__bullet-list {
  animation: homeHeroAdminerTextEnter 460ms cubic-bezier(0.22, 1, 0.36, 1) 980ms both;
}

.home-hero__slide--adminer.is-entered .home-hero__actions {
  animation: homeHeroAdminerButtonEnter 420ms cubic-bezier(0.16, 1, 0.3, 1) 1240ms both;
}

.home-hero__slide--adminer.is-exiting .home-hero__actions {
  animation: homeHeroAdminerButtonExit 180ms cubic-bezier(0.55, 0, 0.55, 0.2) both;
}

.home-hero__slide--adminer.is-exiting .home-hero__description,
.home-hero__slide--adminer.is-exiting .home-hero__note,
.home-hero__slide--adminer.is-exiting .home-hero__bullet-list {
  animation: homeHeroAdminerTextExit 190ms cubic-bezier(0.55, 0, 0.55, 0.2) 70ms both;
}

.home-hero__slide--adminer.is-exiting .home-hero__title {
  animation: homeHeroAdminerTitleExit 210ms cubic-bezier(0.55, 0, 0.55, 0.2) 150ms both;
}

.home-hero__slide--adminer.is-exiting .home-hero__visual-main {
  animation: homeHeroAdminerImageExit 260ms cubic-bezier(0.55, 0, 0.55, 0.2) 230ms both;
}

.home-hero__slide--repair.is-entered .home-hero__repair-vertical-image {
  animation: homeHeroRepairVerticalEnter 620ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.home-hero__slide--repair.is-entered .home-hero__repair-horizontal-image {
  animation: homeHeroRepairHorizontalEnter 560ms cubic-bezier(0.16, 1, 0.3, 1) 210ms both;
}

.home-hero__slide--repair.is-entered .home-hero__repair-header .home-hero__title {
  animation: homeHeroRepairHeadingEnter 420ms cubic-bezier(0.22, 1, 0.36, 1) 720ms both;
}

.home-hero__slide--repair.is-entered .home-hero__repair-header .home-hero__description {
  animation: homeHeroRepairHeadingEnter 420ms cubic-bezier(0.22, 1, 0.36, 1) 860ms both;
}

.home-hero__slide--repair.is-entered .home-hero__repair-highlight:nth-child(1) {
  animation: homeHeroRepairHighlightEnter 380ms cubic-bezier(0.22, 1, 0.36, 1) 1040ms both;
}

.home-hero__slide--repair.is-entered .home-hero__repair-highlight:nth-child(2) {
  animation: homeHeroRepairHighlightEnter 380ms cubic-bezier(0.22, 1, 0.36, 1) 1140ms both;
}

.home-hero__slide--repair.is-entered .home-hero__repair-highlight:nth-child(3) {
  animation: homeHeroRepairHighlightEnter 380ms cubic-bezier(0.22, 1, 0.36, 1) 1240ms both;
}

.home-hero__slide--repair.is-entered .home-hero__repair-actions {
  animation: homeHeroRepairButtonEnter 420ms cubic-bezier(0.16, 1, 0.3, 1) 1380ms both;
}

.home-hero__slide--repair.is-exiting .home-hero__repair-actions {
  animation: homeHeroRepairButtonExit 180ms cubic-bezier(0.55, 0, 0.55, 0.2) both;
}

.home-hero__slide--repair.is-exiting .home-hero__repair-highlight:nth-child(3) {
  animation: homeHeroRepairHighlightExit 180ms cubic-bezier(0.55, 0, 0.55, 0.2) 50ms both;
}

.home-hero__slide--repair.is-exiting .home-hero__repair-highlight:nth-child(2) {
  animation: homeHeroRepairHighlightExit 180ms cubic-bezier(0.55, 0, 0.55, 0.2) 110ms both;
}

.home-hero__slide--repair.is-exiting .home-hero__repair-highlight:nth-child(1) {
  animation: homeHeroRepairHighlightExit 180ms cubic-bezier(0.55, 0, 0.55, 0.2) 170ms both;
}

.home-hero__slide--repair.is-exiting .home-hero__repair-header .home-hero__description {
  animation: homeHeroRepairHeadingExit 190ms cubic-bezier(0.55, 0, 0.55, 0.2) 230ms both;
}

.home-hero__slide--repair.is-exiting .home-hero__repair-header .home-hero__title {
  animation: homeHeroRepairHeadingExit 210ms cubic-bezier(0.55, 0, 0.55, 0.2) 300ms both;
}

.home-hero__slide--repair.is-exiting .home-hero__repair-horizontal-image {
  animation: homeHeroRepairHorizontalExit 220ms cubic-bezier(0.55, 0, 0.55, 0.2) 370ms both;
}

.home-hero__slide--repair.is-exiting .home-hero__repair-vertical-image {
  animation: homeHeroRepairVerticalExit 260ms cubic-bezier(0.55, 0, 0.55, 0.2) 440ms both;
}

.home-hero__slide--antminer.is-entered .home-hero__visual-main {
  animation: homeHeroAntminerImageEnter 880ms cubic-bezier(0.16, 1, 0.3, 1) 90ms both;
}

.home-hero__slide--antminer.is-entered .home-hero__visual-tag-image {
  animation: homeHeroAntminerTagEnter 520ms cubic-bezier(0.22, 1, 0.36, 1) 760ms both;
}

.home-hero__slide--antminer.is-entered .home-hero__title {
  animation: homeHeroAntminerCopyEnter 560ms cubic-bezier(0.22, 1, 0.36, 1) 1020ms both;
}

.home-hero__slide--antminer.is-entered .home-hero__description {
  animation: homeHeroAntminerCopyEnter 560ms cubic-bezier(0.22, 1, 0.36, 1) 1160ms both;
}

.home-hero__slide--antminer.is-entered .home-hero__highlights {
  animation: homeHeroAntminerCopyEnter 560ms cubic-bezier(0.22, 1, 0.36, 1) 1300ms both;
}

.home-hero__slide--antminer.is-entered .home-hero__actions {
  animation: homeHeroAntminerButtonsEnter 620ms cubic-bezier(0.16, 1, 0.3, 1) 1480ms both;
}

.home-hero__slide--antminer.is-exiting .home-hero__actions {
  animation: homeHeroAntminerButtonsExit 220ms cubic-bezier(0.55, 0, 0.55, 0.2) both;
}

.home-hero__slide--antminer.is-exiting .home-hero__highlights {
  animation: homeHeroAntminerCopyExit 220ms cubic-bezier(0.55, 0, 0.55, 0.2) 70ms both;
}

.home-hero__slide--antminer.is-exiting .home-hero__description {
  animation: homeHeroAntminerCopyExit 220ms cubic-bezier(0.55, 0, 0.55, 0.2) 140ms both;
}

.home-hero__slide--antminer.is-exiting .home-hero__title {
  animation: homeHeroAntminerCopyExit 220ms cubic-bezier(0.55, 0, 0.55, 0.2) 210ms both;
}

.home-hero__slide--antminer.is-exiting .home-hero__visual-tag-image {
  animation: homeHeroAntminerTagExit 250ms cubic-bezier(0.55, 0, 0.55, 0.2) 280ms both;
}

.home-hero__slide--antminer.is-exiting .home-hero__visual-main {
  animation: homeHeroAntminerImageExit 320ms cubic-bezier(0.55, 0, 0.55, 0.2) 360ms both;
}

@keyframes homeHeroVisualIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.97);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeHeroCopyIn {
  0% {
    opacity: 0;
    transform: translate3d(28px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeHeroVisualOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.96);
  }
}

@keyframes homeHeroCopyOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(26px, 0, 0);
  }
}

@keyframes homeHeroAdminerImageEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeHeroAdminerTitleEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeHeroAdminerTextEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeHeroAdminerButtonEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeHeroAdminerImageExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.96);
  }
}

@keyframes homeHeroAdminerTitleExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
}

@keyframes homeHeroAdminerTextExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
}

@keyframes homeHeroAdminerButtonExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(0.96);
  }
}

@keyframes homeHeroRepairVerticalEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 26px, -120px) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeHeroRepairHorizontalEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, -90px) scale(0.92);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeHeroRepairHeadingEnter {
  0% {
    opacity: 0;
    transform: translate3d(26px, 0, 0) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeHeroRepairHighlightEnter {
  0% {
    opacity: 0;
    transform: translate3d(-24px, 0, 0) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeHeroRepairButtonEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, -16px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeHeroRepairVerticalExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 16px, -90px) scale(0.94);
  }
}

@keyframes homeHeroRepairHorizontalExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 14px, -70px) scale(0.95);
  }
}

@keyframes homeHeroRepairHeadingExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(22px, 0, 0) scale(0.98);
  }
}

@keyframes homeHeroRepairHighlightExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(-18px, 0, 0) scale(0.98);
  }
}

@keyframes homeHeroRepairButtonExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
}

@keyframes homeHeroAntminerImageEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 36px, -220px) scale(0.54);
    filter: blur(16px) drop-shadow(0 32px 36px rgba(0, 0, 0, 0.12));
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) drop-shadow(0 32px 36px rgba(0, 0, 0, 0.45));
  }
}

@keyframes homeHeroAntminerImageExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) drop-shadow(0 32px 36px rgba(0, 0, 0, 0.45));
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 28px, -180px) scale(0.66);
    filter: blur(14px) drop-shadow(0 18px 16px rgba(0, 0, 0, 0.12));
  }
}

@keyframes homeHeroAntminerTagEnter {
  0% {
    opacity: 0;
    transform: translate3d(34px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeHeroAntminerTagExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
}

@keyframes homeHeroAntminerCopyEnter {
  0% {
    opacity: 0;
    transform: translate3d(-46px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeHeroAntminerCopyExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
}

@keyframes homeHeroAntminerButtonsEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.88);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeHeroAntminerButtonsExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.9);
  }
}

.home-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: transform 150ms ease, color 150ms ease;
}

.home-hero__arrow:hover {
  color: #fff;
}

.home-hero__arrow::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.home-hero__arrow--prev {
  left: 0;
}

.home-hero__arrow--prev::before {
  transform: rotate(-135deg);
}

.home-hero__arrow--next {
  right: 0;
}

.home-hero__arrow--next::before {
  transform: rotate(45deg);
}

.home-hero__pager {
  position: absolute;
  left: 50%;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
  transform: translateX(-50%);
}

.home-hero__pager-dot {
  width: 46px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.home-hero__pager-dot.is-active {
  background: #87bd26;
}

.home-hero__sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.home-hero__cards {
  display: grid;
  gap: 18px;
}

.home-hero-card {
  position: relative;
  min-height: 180px;
  padding: 22px 24px;
  background: var(--amg-dark-card-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  overflow: visible;
}

.home-hero-card__body {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 12px;
  height: 100%;
  max-width: 56%;
  position: relative;
  z-index: 2;
}

.home-hero-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.12;
}

.home-hero-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.45;
}

.home-hero-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 38px;
  width: fit-content;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 14px;
  color: #fff;
  background: transparent;
  text-decoration: none;
  margin-top: auto;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.home-hero-card__link:hover {
  background: rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
}

.home-hero-card__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.86);
}

.home-hero-card__link-icon svg {
  width: 100%;
  height: 100%;
}

.home-hero-card__link-arrow {
  width: 8px;
  height: 8px;
  border-top: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  transform: rotate(45deg);
}

.home-hero-card__media {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.home-hero-card__media img {
  width: 100%;
  max-width: none;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.35));
}

.home-hero-card--telegram .home-hero-card__media {
  top: -24px;
  right: -48px;
  width: 180px;
}

.home-hero-card--telegram .home-hero-card__media img {
  transform: rotate(7deg);
}

.home-hero-card--roi .home-hero-card__media {
  right: -60px;
  bottom: 0px;
  width: 260px;
}

.home-hero__ticker {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.home-hero__ticker-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 2px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.home-hero__ticker-item:last-child {
  border-right: 0;
}

.home-hero__ticker-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-hero__ticker-icon img {
  display: block;
  width: 40px;
  height: 40px;
}

.home-hero__ticker-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.home-hero__ticker-copy strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.home-hero__ticker-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
}

.home-hero__ticker-price {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.home-hero__ticker-change {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.home-hero__ticker-change--positive {
  background: rgba(53, 196, 122, 0.18);
  color: #67e0a0;
}

.home-hero__ticker-change--negative {
  background: rgba(239, 68, 68, 0.16);
  color: #ff8d8d;
}

.home-hero__ticker-change--flat {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
}

.home-hero__socials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 6px;
  margin-top: auto;
  margin-right: 18px;
}

.home-hero__social-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-hero__social-line {
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.home-hero__social-label {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.home-hero__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-hero__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #fff;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
  transition: transform 150ms ease, color 150ms ease;
}

.home-hero__social-link.is-placeholder {
  opacity: 0.88;
  cursor: default;
}

.home-hero__social-link:hover {
  transform: translateY(-2px);
  color: #dff26e;
}

.home-hero__social-link.is-placeholder:hover {
  transform: none;
  color: #fff;
}

.home-hero__social-link svg {
  width: 32px;
  height: 32px;
  display: block;
}

.amg-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.amg-product-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amg-product-card,
.home-guide-card,
.home-solution-card,
.home-repair__cta {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.08);
}

.amg-product-card {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.home-section--brands .amg-product-card,
.home-section--bestsellers .amg-product-card,
.home-section--brands .amg-product-card__body,
.home-section--bestsellers .amg-product-card__body {
  overflow: visible;
}

.amg-product-card__image {
  display: block;
  padding: 20px 20px 0;
}

.amg-product-card__image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.amg-product-card__body {
  display: grid;
  gap: 10px;
  padding: 18px 20px 22px;
}

.amg-product-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.amg-product-card__eyebrow,
.home-guide-card__date {
  color: #7a7f89;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.amg-product-card__title,
.home-guide-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.amg-product-card__title a,
.home-guide-card__title a {
  color: #111827;
  text-decoration: none;
}

.amg-product-card__price {
  min-height: 22px;
  color: #111827;
  font-weight: 700;
  text-align: right;
}

.amg-product-card__cta,
.home-guide-card__link {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #9acd32;
  border-radius: 999px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  text-decoration: none;
}

.amg-product-tools--home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.amg-product-tools--home .amg-product-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #111827;
}

.amg-product-tools--home .amg-product-tool.is-active {
  border-color: #9acd32;
  background: rgba(154, 205, 50, 0.14);
}

.amg-product-tools--home .amg-product-tool__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.amg-product-tools--home .amg-product-tool__icon svg {
  width: 100%;
  height: 100%;
}

.home-brands {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 3fr);
  gap: 24px;
  align-items: stretch;
}

.home-brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 34px 32px;
  background: var(--amg-dark-card-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  color: #fff;
}

.home-brand-panel__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}

.home-brand-panel__logo-image {
  display: block;
  width: min(100%, 220px);
  height: auto;
}

.home-brand-panel__logo-fallback {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 800;
}

.home-brand-panel__list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-brand-panel__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.home-brand-panel__item-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: #87bd26;
}

.home-brand-panel__item-icon svg {
  width: 100%;
  height: 100%;
}

.home-brand-panel__item-label {
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  line-height: 1.35;
}

.home-solution-card__list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: #87bd26;
}

.home-brands__content {
  display: grid;
  gap: 20px;
}

.home-brands__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.home-brand-tabs-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: min(100%, 720px);
  background: none;
  box-shadow: none;
}

.home-brand-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  background: none;
}

.home-brand-tabs::-webkit-scrollbar {
  display: none;
}

.home-brand-tabs__nav,
.home-brand-carousel__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-brand-tabs__nav:hover,
.home-brand-carousel__nav:hover,
.home-brand-tabs__nav:focus-visible,
.home-brand-carousel__nav:focus-visible {
  border-color: rgba(135, 189, 38, 0.4);
  color: #87bd26;
  transform: translateY(-1px);
}

.home-brand-tabs__nav:disabled,
.home-brand-carousel__nav:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.home-brand-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.home-brand-tabs__item {
  background: #fff;
  color: #68707e;
}

.home-brand-tabs__item-logo {
  display: block;
  width: auto;
  height: 20px;
  max-width: 58px;
  object-fit: contain;
}

.home-brand-tabs__item.is-active {
  background: #e7f0d1;
  border-color: rgba(135, 189, 38, 0.18);
  color: #111827;
}

.home-brand-groups {
  min-width: 0;
}

.home-brand-group {
  min-width: 0;
}

.home-brand-carousel-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.home-brand-carousel {
  --home-brand-visible-slides: 3;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (20px * (var(--home-brand-visible-slides) - 1))) / var(--home-brand-visible-slides));
  gap: 20px;
  min-width: 0;
  padding: 4px 2px 12px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
}

.home-brand-carousel::-webkit-scrollbar {
  display: none;
}

.home-brand-carousel__slide {
  min-width: 0;
  scroll-snap-align: start;
}

.home-brand-carousel .amg-product-card,
.home-brand-more-card {
  min-height: 100%;
}

.home-brand-carousel .amg-product-card {
  box-shadow: none;
}

.home-brand-more-card {
  display: grid;
  align-content: space-between;
  gap: 24px;
  height: 100%;
  padding: 28px 24px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: none;
}

.home-brand-more-card__body {
  display: grid;
  gap: 12px;
}

.home-brand-more-card__logo {
  display: block;
  width: auto;
  height: 34px;
  max-width: 150px;
  object-fit: contain;
}

.home-brand-more-card__eyebrow {
  color: #7a7f89;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-brand-more-card__title {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.15;
}

.home-brand-more-card__text {
  margin: 0;
  color: #68707e;
  font-size: 14px;
  line-height: 1.55;
}

.home-brand-more-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #9acd32;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.home-repair {
  display: grid;
  gap: 44px;
}

.home-repair__top,
.home-firmware,
.home-about-faq,
.home-solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-repair__bottom {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.home-repair__top-side,
.home-repair__content-wrap {
  display: grid;
  gap: 24px;
}

.home-repair__media,
.home-repair__secondary-media {
  display: grid;
  gap: 14px;
  height: 100%;
}

.home-repair__media {
  grid-template-rows: auto 1fr;
  align-content: stretch;
}

.home-repair__media img {
  width: 80%;
  height: 100%;
  justify-self: center;
  align-self: stretch;
}

.home-repair__secondary-media img {
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.home-repair__media img,
.home-repair__secondary-media img,
.home-about-card__media img {
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.15);
}

.home-repair__cta,
.home-firmware {
  overflow: hidden;
}

.home-repair__cta,
.home-firmware {
  padding: 28px;
}

.home-repair__cta,
.home-firmware,
.home-about-card {
  background: var(--amg-dark-card-bg);
  color: #fff;
}

.home-repair__cta {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 28px 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.home-repair__cta .amg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 48px;
  padding-inline: 20px;
  border: 0;
  background: #9acd32;
  color: #111827;
}

.home-repair__cta .amg-btn:hover,
.home-repair__cta .amg-btn:focus-visible {
  background: #88bc23;
  color: #111827;
}

.home-repair__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.home-repair__steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.home-repair__step {
  display: grid;
  gap: 6px;
  align-content: start;
}

.home-repair__step-top {
  display: flex;
  align-items: center;
  gap: 6px;
}

.home-repair__step-number {
  color: #d7dbe2;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.home-repair__step-arrow {
  color: #87bd26;
  font-size: 22px;
  line-height: 1;
}

.home-repair__step-label {
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

.home-repair__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.home-repair__column h3,
.home-firmware__feature h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.home-repair__column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.home-repair__column p,
.home-firmware__feature p,
.home-faq__answer {
  margin: 0;
  color: #5e6470;
}

.home-repair__description,
.home-lead__description,
.home-solution-card__description {
  color: #5e6470;
}

.home-repair__column .amg-btn {
  width: fit-content;
  margin-top: 4px;
  border-color: rgba(135, 189, 38, 0.6);
  color: #111827;
}

.home-repair__column .amg-btn:hover,
.home-repair__column .amg-btn:focus-visible {
  background: rgba(135, 189, 38, 0.08);
  border-color: rgba(135, 189, 38, 0.9);
  color: #111827;
}

.home-firmware__description,
.home-about-card__description {
  color: rgba(255, 255, 255, 0.8);
}

.home-firmware {
  position: relative;
  overflow: visible;
  padding: 22px 34px 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.home-firmware__content {
  padding-bottom: 36px;
  display: grid;
  align-content: center;
  gap: 20px;
}

.home-firmware__title {
  font-size: 36px;
  line-height: 1.05;
}

.home-firmware__description {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.home-firmware__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 620px;
  padding: 0 80px;
}

.home-firmware__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

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

.home-firmware__media {
  position: relative;
  min-height: 0;
  align-self: stretch;
}

.home-firmware__media img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(86%, 660px);
  max-width: 660px;
  transform: scale(1.08);
  transform-origin: right bottom;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.32));
}

.home-firmware__actions .amg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding-inline: 22px;
  border: 0;
  background: #9acd32;
  color: #111827;
}

.home-firmware__actions {
  gap: 72px;
}

.home-firmware__actions .amg-btn:hover,
.home-firmware__actions .amg-btn:focus-visible {
  background: #88bc23;
  color: #111827;
}

.home-firmware__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.home-firmware__link {
  color: #fff;
  font-weight: 300;
}

.home-firmware__link-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #87bd26;
}

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

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

.home-solution-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-solution-card__body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(220px, 1.1fr);
  gap: 18px;
  align-items: start;
}

.home-solution-card__content {
  display: grid;
  align-content: start;
  gap: 18px;
}

.home-solution-card__title {
  font-size: 36px;
  line-height: 1.05;
  max-width: 520px;
}

.home-solution-card__list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #3f4652;
  font-size: 16px;
  line-height: 1.45;
}

.home-solution-card__list li {
  position: relative;
  padding-left: 24px;
}

.home-solution-card__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #9acd32;
}

.home-solution-card__description {
  max-width: 320px;
  color: #111827;
  font-size: 16px;
  line-height: 1.55;
}

.home-solution-card__media {
  align-self: end;
  justify-self: center;
}

.home-solution-card__media img {
  width: 100%;
  filter: drop-shadow(0 24px 28px rgba(17, 24, 39, 0.18));
}

.home-solution-card .amg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 48px;
  padding-inline: 22px;
  border: 0;
  background: #9acd32;
  color: #fff;
}

.home-solution-card .amg-btn:hover,
.home-solution-card .amg-btn:focus-visible {
  background: #88bc23;
  color: #fff;
}

.home-solution-card__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.home-lead {
  width: min(620px, 100%);
  margin: 0 auto;
  text-align: center;
}

.home-lead__header {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.home-lead__description {
  color: #111827;
  font-size: 16px;
  line-height: 1.45;
}

.home-lead__title {
  margin: 0;
  font-size: clamp(42px, 5vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.home-lead__title span {
  color: #6f9d16;
}

.home-lead__status {
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 700;
}

.home-lead__status--success {
  background: rgba(34, 197, 94, 0.1);
  color: #166534;
}

.home-lead__status--invalid,
.home-lead__status--error {
  background: rgba(239, 68, 68, 0.1);
  color: #991b1b;
}

.home-lead-form,
.home-lead__shortcode {
  display: grid;
  gap: 16px;
}

.home-lead-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.home-lead-form__field,
.home-lead__shortcode p {
  display: grid;
  gap: 8px;
  margin: 0;
  text-align: left;
}

.home-lead-form__field span {
  font-size: 15px;
  font-weight: 400;
  color: #111827;
}

.home-lead-form__field input,
.home-lead-form__field select,
.home-lead-form__field textarea,
.home-lead__shortcode input,
.home-lead__shortcode select,
.home-lead__shortcode textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(17, 24, 39, 0.04);
  border-radius: 14px;
  background: #efefef;
  color: #111827;
  font-size: 14px;
  box-shadow: none;
}

.home-lead-form__field select,
.home-lead__shortcode select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #111827 50%),
    linear-gradient(135deg, #111827 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.home-lead-form__field textarea,
.home-lead__shortcode textarea {
  min-height: 76px;
  padding: 14px;
  resize: vertical;
}

.home-lead-form__field--full,
.home-lead__shortcode .wpcf7-submit,
.home-lead-form__submit {
  grid-column: 1 / -1;
}

.home-lead__shortcode input[type="submit"] {
  width: fit-content;
  min-height: 42px;
  padding: 0 28px;
  border: 0;
  border-radius: 14px;
  background: #9acd32;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.home-lead-form__submit {
  justify-self: center;
  min-height: 42px;
  padding-inline: 28px;
  border: 0;
  border-radius: 14px;
  background: #9acd32;
  color: #fff;
  font-weight: 500;
}

.home-lead-form__submit:hover,
.home-lead-form__submit:focus-visible,
.home-lead__shortcode input[type="submit"]:hover,
.home-lead__shortcode input[type="submit"]:focus-visible {
  background: #88bc23;
  color: #fff;
}

.home-lead-form__honeypot {
  position: absolute;
  left: -9999px;
}

.home-about-card,
.home-faq-card {
  padding: 28px;
}

.home-about-card__media {
  margin: 18px 0;
}

.home-about-card__title,
.home-faq-card__title {
  font-size: 36px;
  line-height: 1.05;
}

.home-about-card__description,
.home-faq__answer {
  font-size: 16px;
  line-height: 1.55;
}

.home-about-card__media {
  display: flex;
  justify-content: center;
}

.home-about-card__media img {
  width: 80%;
}

.home-about-card__description {
  margin-bottom: 18px;
}

.home-about-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 10px;
  width: fit-content;
  border: 0;
  background: #9acd32;
  color: #fff;
}

.home-about-card__cta:hover,
.home-about-card__cta:focus-visible {
  background: #88bc23;
  color: #fff;
}

.home-about-card__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.home-faq-card {
  background: #fff;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.08);
}

.home-faq {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.home-faq__item {
  padding: 16px 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #fff;
}

.home-faq__item[open] {
  border-color: rgba(135, 189, 38, 0.5);
}

.home-faq__item summary {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #87bd26;
  font-size: 20px;
}

.home-faq__item[open] summary::after {
  content: "-";
}

.home-faq__answer {
  padding-top: 12px;
}

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

.home-guide-card {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.home-guide-card__image {
  display: block;
}

.home-guide-card__image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-guide-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

@media (max-width: 1180px) {
  .home-hero__main,
  .home-brands,
  .home-repair__top,
  .home-repair__bottom,
  .home-firmware,
  .home-about-faq,
  .home-solutions {
    grid-template-columns: 1fr;
  }

  .home-hero__headline {
    margin-left: 0;
  }

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

  .home-hero__sidebar {
    gap: 22px;
  }

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

  .home-hero__repair-vertical {
    max-width: 360px;
    justify-self: end;
  }

  .home-hero__ticker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }

  .home-hero__ticker-item:nth-child(3n) {
    border-right: 0;
  }

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

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

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

  .home-firmware__icons {
    gap: 36px;
  }

  .home-brand-tabs-shell {
    max-width: 100%;
  }

  .home-brand-carousel {
    --home-brand-visible-slides: 2;
  }
}

@media (max-width: 780px) {
  .home-hero {
    padding-top: 124px;
  }

  .home-section {
    padding: 42px 0;
  }

  .home-section__header,
  .home-brands__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-brand-tabs-shell,
  .home-brand-carousel-shell {
    grid-template-columns: 1fr;
  }

  .home-brand-tabs__nav,
  .home-brand-carousel__nav {
    display: none;
  }

  .home-brand-tabs {
    width: 100%;
  }

  .home-brand-carousel {
    --home-brand-visible-slides: 1;
    grid-auto-columns: minmax(82%, 1fr);
  }

  .home-hero__slide-grid,
  .home-solution-card,
  .home-solution-card__body {
    grid-template-columns: 1fr;
  }

  .home-firmware {
    padding: 24px;
  }

  .home-firmware__icons {
    gap: 20px;
    justify-content: space-between;
  }

  .home-firmware__icon {
    width: 72px;
    height: 72px;
  }

  .home-hero__slide-grid--adminer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "copy"
      "visual";
  }

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

  .home-hero__repair-horizontal {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }

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

  .home-hero__repair-vertical {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    justify-self: stretch;
  }

  .home-hero__copy {
    order: 1 !important;
  }

  .home-hero__visual {
    order: 2 !important;
  }

  .home-hero__highlights,
  .home-lead-form__grid,
  .home-repair__columns,
  .amg-product-grid,
  .home-guides,
  .home-repair__steps,
  .home-hero__ticker {
    grid-template-columns: 1fr;
  }

  .home-hero__visual {
    min-height: 240px;
  }

  .home-hero__slider-shell {
    min-height: auto;
    padding: 16px 0 56px;
    width: 112%;
    margin-left: -6%;
    transform: scale(0.92);
    transform-origin: top center;
  }

  .home-hero__arrow {
    width: 50px;
    height: 50px;
  }

  .home-hero__title {
    font-size: clamp(26px, 8vw, 30px);
  }

  .home-hero__description {
    font-size: 14px;
  }

  .home-hero__slide--antminer .home-hero__title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .home-hero__slide--antminer .home-hero__actions {
    gap: 20px;
    margin-top: 20px;
  }

  .home-hero__visual .home-hero__visual-tag-image {
    top: 8px;
    left: 22px;
    height: 70%;
    max-height: 240px;
  }

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

  .home-hero-card__body {
    max-width: 62%;
  }

  .home-hero__socials {
    align-items: flex-start;
    margin-top: 4px;
  }

  .home-hero__ticker-item {
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 14px;
  }

  .home-hero__ticker-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .home-solution-card__media {
    max-width: 220px;
  }
}

@media (max-width: 520px) {
  .home-hero {
    padding-top: 108px;
  }

  .home-hero__slider-shell,
  .home-brand-panel,
  .home-repair__cta,
  .home-firmware,
  .home-about-card,
  .home-faq-card,
  .home-solution-card {
    padding: 20px;
  }

  .home-hero__slider-shell {
    width: 120%;
    margin-left: -10%;
    padding: 12px 0 46px;
    transform: scale(0.84);
    transform-origin: top center;
  }

  .home-hero-card {
    min-height: 180px;
  }

  .home-hero-card__body {
    max-width: 58%;
  }

  .home-hero-card--telegram .home-hero-card__media {
    width: min(34%, 132px);
  }

  .home-hero-card--roi .home-hero-card__media {
    width: min(48%, 176px);
  }

  .home-hero__ticker {
    gap: 14px;
  }

  .home-hero__social-links {
    gap: 12px;
  }

  .home-hero__slide--antminer .home-hero__actions {
    gap: 14px;
  }

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

  .home-hero__visual .home-hero__visual-tag-image {
    top: 10px;
    left: 20px;
    height: 66%;
    max-height: 196px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__visual-main,
  .home-hero__visual-secondary,
  .home-hero__visual-tag,
  .home-hero__visual-tag-image,
  .home-hero__title,
  .home-hero__description,
  .home-hero__note,
  .home-hero__highlights,
  .home-hero__bullet-list,
  .home-hero__actions {
    opacity: 1;
    animation: none;
    transform: none;
  }
}
