.gct-home-page {
  background: var(--color-surface);
}

.gct-home-page main {
  min-width: 0;
  overflow: hidden;
}

.gct-home-page h1,
.gct-home-page h2,
.gct-home-page h3,
.gct-home-page p,
.gct-home-page figure {
  margin-top: 0;
}

.gct-home-page a {
  text-underline-offset: 3px;
}

.gct-home-hero {
  position: relative;
  display: grid;
  min-height: 420px;
  overflow: hidden;
  place-items: stretch;
  background: #eaf3f7;
}

.gct-home-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 54%;
}

.gct-home-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 420px;
  align-items: center;
}

.gct-home-hero__content {
  width: min(720px, 54%);
  padding-block: 54px;
}

.gct-home-hero h1 {
  margin-bottom: 18px;
  color: #10231a;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
}

.gct-home-hero p {
  max-width: 500px;
  margin-bottom: 30px;
  color: #33453d;
  font-size: 18px;
  line-height: 1.8;
}

.gct-home-hero__actions {
  gap: 16px;
}

.gct-home-hero__actions .gct-button {
  min-width: 136px;
  min-height: 46px;
  font-size: 16px;
}

.gct-home-promos {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface);
}

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

.gct-home-promo {
  display: grid;
  min-width: 0;
  min-height: 112px;
  grid-template-columns: 42px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  border-right: 1px solid var(--color-border);
  color: var(--color-text);
  text-decoration: none;
  transition: background var(--ease-standard), color var(--ease-standard);
}

.gct-home-promo:first-child {
  border-left: 1px solid var(--color-border);
}

.gct-home-promo:hover,
.gct-home-promo:focus-visible {
  background: #f4faf7;
  color: var(--color-deep);
}

.gct-home-promo > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.gct-home-promo strong {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
}

.gct-home-promo small {
  overflow: hidden;
  color: var(--color-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gct-home-service-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--color-brand);
}

.gct-home-service-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.gct-home-products,
.gct-home-marketplace,
.gct-home-solutions,
.gct-home-reasons,
.gct-home-partners,
.gct-home-news {
  background: var(--color-surface);
}

.gct-home-products,
.gct-home-marketplace {
  padding-block: 40px 46px;
}

.gct-home-products .gct-section-heading,
.gct-home-marketplace .gct-section-heading {
  margin-bottom: 14px;
}

.gct-home-page .gct-section-heading > a {
  flex: 0 0 auto;
  color: var(--color-info);
  font-size: 13px;
  text-decoration: none;
}

.gct-home-page .gct-section-heading > a:hover {
  text-decoration: underline;
}

.gct-home-product-tabs,
.gct-home-solution-tabs {
  overflow-y: hidden;
  scrollbar-width: thin;
}

.gct-home-product-tabs {
  margin-bottom: 16px;
}

.gct-home-product-tabs .gct-tab[aria-current="page"] {
  color: var(--color-brand-hover);
  font-weight: 600;
}

.gct-home-product-tabs .gct-tab[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--color-brand);
  content: "";
}

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

.gct-home-product-card {
  display: flex;
  min-width: 0;
  min-height: 172px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  transition: border-color var(--ease-standard), box-shadow var(--ease-standard), transform var(--ease-standard);
}

.gct-home-product-card:hover {
  border-color: #a9d5bc;
  box-shadow: var(--shadow-panel);
  transform: translateY(-1px);
}

.gct-home-product-card__head {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 12px;
}

.gct-home-product-card__head > div {
  min-width: 0;
}

.gct-home-product-card h3 {
  overflow: hidden;
  margin-bottom: 5px;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gct-home-product-card p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gct-home-product-meta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
}

.gct-home-product-meta span {
  max-width: 100%;
  overflow: hidden;
  padding: 2px 7px;
  border-radius: var(--radius-sm);
  background: var(--color-page);
  color: var(--color-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gct-home-product-card__foot {
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.gct-home-live-price {
  min-width: 0;
  color: var(--color-brand-hover);
  font-size: 12px;
  white-space: nowrap;
}

.gct-home-live-price strong {
  margin-inline: 2px;
  font-size: 22px;
  line-height: 1;
}

.gct-home-empty-products {
  min-height: 164px;
  padding: 22px;
}

.gct-home-empty-products > div {
  display: grid;
  width: min(100%, 720px);
  grid-template-columns: 112px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 6px 22px;
  text-align: left;
}

.gct-home-empty-products img {
  grid-row: 1 / 3;
  grid-column: 1;
  margin: 0;
}

.gct-home-empty-products h3 {
  align-self: end;
  grid-row: 1;
  grid-column: 2;
  margin: 0;
}

.gct-home-empty-products p {
  align-self: start;
  grid-row: 2;
  grid-column: 2;
}

.gct-home-empty-products .gct-button {
  grid-row: 1 / 3;
  grid-column: 3;
  margin-top: 0;
}

.gct-home-marketplace {
  border-left: 1px solid var(--color-border);
  background: #fbfcfb;
}

.gct-home-marketplace .gct-section-heading p {
  display: none;
}

.gct-home-market-grid {
  display: grid;
}

.gct-home-market-grid > a {
  position: relative;
  display: flex;
  min-height: 62px;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 10px 28px 10px 38px;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text);
  text-decoration: none;
}

.gct-home-market-grid > a::before {
  position: absolute;
  top: 22px;
  left: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color-brand);
  border-radius: var(--radius-sm);
  content: "";
}

.gct-home-market-grid > a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  color: var(--color-muted);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.gct-home-market-grid > a:hover {
  background: var(--color-surface);
}

.gct-home-market-grid strong {
  font-size: 14px;
}

.gct-home-market-grid span {
  overflow: hidden;
  color: var(--color-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gct-home-solutions {
  border-top: 1px solid var(--color-border);
  background: var(--color-page);
}

.gct-home-solution-tabs {
  margin-bottom: 22px;
}

.gct-home-solution-panel {
  display: grid;
  min-height: 330px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.35fr);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.gct-home-solution-panel[hidden] {
  display: none;
}

.gct-home-solution-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 44px 48px;
}

.gct-home-solution-copy h3 {
  margin-bottom: 14px;
  color: var(--color-deep);
  font-size: 28px;
}

.gct-home-solution-copy p {
  max-width: 460px;
  margin-bottom: 24px;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.8;
}

.gct-home-solution-panel > img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.gct-home-reasons {
  border-bottom: 1px solid var(--color-border);
}

.gct-home-reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--color-border);
}

.gct-home-reason-grid article {
  min-width: 0;
  min-height: 180px;
  padding: 28px;
  border-right: 1px solid var(--color-border);
}

.gct-home-reason-grid article:last-child {
  border-right: 0;
}

.gct-home-reason-grid article > span {
  color: var(--color-brand);
  font-size: 12px;
  font-weight: 700;
}

.gct-home-reason-grid h3 {
  margin: 18px 0 8px;
  color: var(--color-deep);
  font-size: 18px;
}

.gct-home-reason-grid p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.7;
}

.gct-home-partners {
  background: #fbfcfb;
}

.gct-home-partner-grid {
  display: grid;
  min-height: 116px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
}

.gct-home-partner-grid figure {
  display: grid;
  min-width: 0;
  min-height: 114px;
  grid-template-rows: 60px auto;
  place-items: center;
  gap: 8px;
  padding: 14px;
  border-right: 1px solid var(--color-border);
}

.gct-home-partner-grid figure:last-child {
  border-right: 0;
}

.gct-home-partner-grid img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.gct-home-partner-grid figcaption {
  width: 100%;
  overflow: hidden;
  color: var(--color-muted);
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gct-home-partner-empty {
  grid-column: 1 / -1;
  align-self: center;
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  text-align: center;
}

.gct-home-infrastructure {
  overflow: hidden;
  background: #063c2e;
  color: var(--color-surface);
}

.gct-home-infrastructure__inner {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
}

.gct-home-infrastructure__copy {
  position: relative;
  z-index: 1;
  padding: 54px 40px 54px 0;
}

.gct-home-infrastructure h2 {
  margin-bottom: 14px;
  color: var(--color-surface);
  font-size: 32px;
  line-height: 1.3;
}

.gct-home-infrastructure__copy > p {
  max-width: 520px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.8;
}

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

.gct-home-infrastructure__stats > div {
  min-width: 0;
  padding-left: 12px;
  border-left: 2px solid var(--color-brand);
}

.gct-home-infrastructure__stats strong,
.gct-home-infrastructure__stats span {
  display: block;
}

.gct-home-infrastructure__stats strong {
  margin-bottom: 4px;
  color: var(--color-surface);
  font-size: 15px;
}

.gct-home-infrastructure__stats span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.5;
}

.gct-home-infrastructure__inner > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.gct-home-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.gct-home-news-grid > section {
  min-width: 0;
}

.gct-home-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--color-deep);
}

.gct-home-news-head h3 {
  margin-bottom: 0;
  color: var(--color-deep);
  font-size: 18px;
}

.gct-home-news-head a {
  color: var(--color-info);
  font-size: 12px;
  text-decoration: none;
}

.gct-home-feed {
  min-height: 225px;
}

.gct-home-feed > p {
  margin: 0;
  padding: 22px 0;
  color: var(--color-muted);
  font-size: 13px;
}

.gct-home-feed-error {
  display: grid;
  min-height: 225px;
  place-content: center;
  justify-items: center;
  gap: 12px;
  color: var(--color-muted);
  text-align: center;
}

.gct-home-feed-error p {
  margin: 0;
  font-size: 13px;
}

.gct-home-feed-item {
  display: grid;
  min-height: 54px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--color-border);
}

.gct-home-feed-item a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--color-text);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gct-home-feed-item a:hover {
  color: var(--color-brand-hover);
}

.gct-home-feed-item time {
  color: var(--color-muted);
  font-size: 11px;
  white-space: nowrap;
}

.gct-home-join {
  border-block: 1px solid #bde1cb;
  background: var(--color-soft);
}

.gct-home-join__inner {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-block: 34px;
}

.gct-home-join h2 {
  margin-bottom: 8px;
  color: var(--color-deep);
  font-size: 28px;
}

.gct-home-join p {
  margin-bottom: 0;
  color: #456151;
}

.gct-home-assurances {
  background: var(--color-surface);
}

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

.gct-home-assurance-grid > div {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 18px 24px;
  border-right: 1px solid var(--color-border);
}

.gct-home-assurance-grid > div:first-child {
  border-left: 1px solid var(--color-border);
}

.gct-home-assurance-grid strong {
  color: var(--color-deep);
  font-size: 14px;
}

.gct-home-assurance-grid span {
  color: var(--color-muted);
  font-size: 11px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .gct-home-page main {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(320px, 1fr);
  }

  .gct-home-hero,
  .gct-home-promos,
  .gct-home-solutions,
  .gct-home-reasons,
  .gct-home-partners,
  .gct-home-infrastructure,
  .gct-home-news,
  .gct-home-join,
  .gct-home-assurances {
    grid-column: 1 / -1;
  }

  .gct-home-products {
    grid-column: 1;
  }

  .gct-home-marketplace {
    grid-column: 2;
  }

  .gct-home-products > .gct-container {
    width: auto;
    max-width: none;
    margin-right: 0;
    margin-left: max(24px, calc((100vw - var(--content-max)) / 2));
    padding-right: 26px;
  }

  .gct-home-marketplace > .gct-container {
    width: auto;
    max-width: none;
    margin-right: max(24px, calc((100vw - var(--content-max)) / 2));
    margin-left: 0;
    padding-left: 28px;
  }
}

@media (max-width: 1199px) {
  .gct-home-promo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gct-home-promo:nth-child(3) {
    border-right: 0;
  }

  .gct-home-promo:nth-child(n + 4) {
    border-top: 1px solid var(--color-border);
  }

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

  .gct-home-marketplace {
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }

  .gct-home-market-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .gct-home-market-grid > a {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
  }
}

@media (max-width: 900px) {
  .gct-home-hero__content {
    width: 56%;
  }

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

  .gct-home-reason-grid article:nth-child(2) {
    border-right: 0;
  }

  .gct-home-reason-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--color-border);
  }

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

  .gct-home-infrastructure__inner {
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  }
}

@media (max-width: 767px) {
  .gct-home-page .gct-container {
    width: calc(100% - 32px);
  }

  .gct-home-page .gct-section {
    padding-block: 44px;
  }

  .gct-home-page .gct-section-heading {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .gct-home-page .gct-section-heading h2 {
    font-size: 24px;
  }

  .gct-home-page .gct-section-heading p {
    font-size: 13px;
  }

  .gct-home-hero {
    min-height: 410px;
    background: #063c2e;
  }

  .gct-home-hero::after {
    position: absolute;
    z-index: 0;
    inset: 0 auto 0 0;
    width: 64%;
    background: rgba(2, 55, 41, 0.88);
    content: "";
  }

  .gct-home-hero__media {
    object-position: 62% center;
  }

  .gct-home-hero__inner {
    z-index: 1;
    min-height: 410px;
    align-items: center;
  }

  .gct-home-hero__content {
    width: 68%;
    padding-block: 36px;
  }

  .gct-home-hero h1 {
    margin-bottom: 18px;
    color: var(--color-surface);
    font-size: 34px;
    line-height: 1.24;
  }

  .gct-home-hero p {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.7;
  }

  .gct-home-hero__actions {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .gct-home-hero__actions .gct-button {
    min-width: 0;
    min-height: 44px;
    flex: 1 1 0;
    padding-inline: 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .gct-home-hero__secondary {
    border-color: rgba(255, 255, 255, 0.82);
    background: rgba(6, 60, 46, 0.55);
    color: var(--color-surface);
  }

  .gct-home-hero__secondary:hover {
    background: rgba(6, 60, 46, 0.85);
    color: var(--color-surface);
  }

  .gct-home-promos {
    padding-block: 20px;
    background: var(--color-page);
  }

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

  .gct-home-promo,
  .gct-home-promo:first-child,
  .gct-home-promo:nth-child(n + 4) {
    min-height: 108px;
    grid-template-columns: 36px minmax(0, 1fr) 10px;
    gap: 6px;
    padding: 12px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
  }

  .gct-home-service-icon {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-md);
    background: #edf8f2;
  }

  .gct-home-service-icon svg {
    width: 32px;
    height: 32px;
  }

  .gct-home-promo strong {
    font-size: 15px;
  }

  .gct-home-promo small {
    font-size: 11px;
    line-height: 1.45;
    white-space: normal;
  }

  .gct-home-products,
  .gct-home-marketplace {
    padding-block: 38px;
  }

  .gct-home-products {
    border-top: 1px solid var(--color-border);
  }

  .gct-home-product-tabs {
    gap: 24px;
    margin-bottom: 4px;
  }

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

  .gct-home-empty-products {
    min-height: 220px;
    padding: 28px 20px;
  }

  .gct-home-empty-products > div {
    display: block;
    width: auto;
    text-align: center;
  }

  .gct-home-empty-products img {
    margin-inline: auto;
  }

  .gct-home-empty-products h3 {
    margin: 12px 0 4px;
  }

  .gct-home-empty-products .gct-button {
    margin-top: 16px;
  }

  .gct-home-product-card {
    min-height: 124px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 16px;
    padding: 20px 0;
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
  }

  .gct-home-product-card:hover {
    border-color: var(--color-border);
    box-shadow: none;
    transform: none;
  }

  .gct-home-product-card__head {
    grid-column: 1;
  }

  .gct-home-product-meta {
    grid-column: 1;
    padding-left: 52px;
  }

  .gct-home-product-card__foot {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
  }

  .gct-home-product-card__foot .gct-button {
    min-width: 78px;
  }

  .gct-home-live-price strong {
    font-size: 18px;
  }

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

  .gct-home-market-grid > a {
    min-height: 96px;
    padding: 15px 26px 15px 42px;
  }

  .gct-home-market-grid > a::before {
    top: 18px;
    left: 14px;
  }

  .gct-home-market-grid > a::after {
    top: 18px;
  }

  .gct-home-market-grid span {
    white-space: normal;
  }

  .gct-home-solution-tabs {
    gap: 24px;
  }

  .gct-home-solution-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .gct-home-solution-copy {
    padding: 28px 24px;
  }

  .gct-home-solution-copy h3 {
    font-size: 22px;
  }

  .gct-home-solution-panel > img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

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

  .gct-home-reason-grid article,
  .gct-home-reason-grid article:nth-child(2),
  .gct-home-reason-grid article:nth-child(-n + 2) {
    min-height: 0;
    padding: 22px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .gct-home-reason-grid article:last-child {
    border-bottom: 0;
  }

  .gct-home-reason-grid h3 {
    margin-top: 10px;
  }

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

  .gct-home-partner-grid figure:nth-child(2n) {
    border-right: 0;
  }

  .gct-home-infrastructure__inner {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .gct-home-infrastructure__copy {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding: 44px 0 28px;
  }

  .gct-home-infrastructure h2 {
    font-size: 26px;
  }

  .gct-home-infrastructure__stats {
    gap: 8px;
  }

  .gct-home-infrastructure__inner > img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .gct-home-news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gct-home-feed {
    min-height: 180px;
  }

  .gct-home-feed-error {
    min-height: 180px;
  }

  .gct-home-join__inner {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding-block: 36px;
  }

  .gct-home-join h2 {
    font-size: 24px;
  }

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

  .gct-home-assurance-grid > div,
  .gct-home-assurance-grid > div:first-child {
    min-height: 106px;
    padding: 15px 16px;
    border-bottom: 1px solid var(--color-border);
  }

  .gct-home-assurance-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .gct-home-assurance-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 479px) {
  .gct-home-hero::after {
    width: 72%;
  }

  .gct-home-hero__content {
    width: 76%;
  }

  .gct-home-product-card {
    grid-template-columns: minmax(0, 1fr) 84px;
  }

  .gct-home-product-card p {
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 359px) {
  .gct-home-promo-grid,
  .gct-home-market-grid {
    grid-template-columns: 1fr;
  }

  .gct-home-hero__content {
    width: 88%;
  }

  .gct-home-hero::after {
    width: 86%;
  }

  .gct-home-product-card {
    grid-template-columns: 1fr;
  }

  .gct-home-product-card__foot {
    grid-row: auto;
    grid-column: 1;
    align-items: center;
    flex-direction: row;
  }
}
