.gt-materials-page {
  max-width: 1248px;
  margin: 0 auto;
  padding: 18px 24px 64px;
  color: #07142f;
}

.gt-materials-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 18px;
}

.gt-materials-page__breadcrumbs a {
  color: #64748b;
  text-decoration: none;
}

.gt-materials-page__breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: #cbd5e1;
}

.gt-materials-page__breadcrumbs a:hover {
  color: #ff5a00;
}

.gt-materials-page__hero,
.gt-materials-page__help {
  border: 1px solid #e3ebf4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.gt-materials-page__hero {
  padding: 42px 46px;
}

.gt-materials-page__kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #ff5a00;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.gt-materials-page h1,
.gt-materials-page h2,
.gt-materials-page p {
  margin: 0;
}

.gt-materials-page h1 {
  max-width: 720px;
  font-size: 56px;
  line-height: 62px;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.gt-materials-page__hero p,
.gt-materials-page__help p {
  max-width: 650px;
  margin-top: 16px;
  color: #64748b;
  font-size: 16px;
  line-height: 25px;
}

.gt-materials-page__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.gt-materials-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e3ebf4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gt-materials-card:hover {
  border-color: #d6e1ee;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
  transform: translateY(-2px);
}

.gt-materials-card__media {
  position: relative;
  display: flex;
  height: 180px;
  align-items: center;
  justify-content: center;
  background: #fbfdff;
}

.gt-materials-card__media img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.gt-materials-card__media span {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff7f1;
  color: #ff5a00;
  font-size: 11px;
  font-weight: 850;
}

.gt-materials-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.gt-materials-card h2 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 850;
  letter-spacing: -0.015em;
}

.gt-materials-card h2 a {
  color: #07142f;
  text-decoration: none;
}

.gt-materials-card h2 a:hover {
  color: #ff5a00;
}

.gt-materials-card p {
  margin-top: 12px;
  color: #64748b;
  font-size: 13px;
  line-height: 20px;
}

.gt-materials-card__link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid #dbe5f0;
  border-radius: 10px;
  color: #07142f;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.gt-materials-card__link:hover {
  border-color: #ff5a00;
  color: #ff5a00;
}

.gt-materials-page__help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 30px 34px;
}

.gt-materials-page__help a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0 20px;
  background: #ff5a00;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(255, 90, 0, 0.18);
}

.gt-materials-page__help a:hover {
  background: #f04f00;
}

@media (max-width: 1100px) {
  .gt-materials-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-materials-page__help {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .gt-materials-page {
    padding: 14px 16px 42px;
  }

  .gt-materials-page__hero,
  .gt-materials-page__help {
    padding: 22px;
    border-radius: 18px;
  }

  .gt-materials-page h1 {
    font-size: 38px;
    line-height: 43px;
  }

  .gt-materials-page__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gt-materials-card {
    transition: none;
  }

  .gt-materials-card:hover {
    transform: none;
  }
}

.gt-material-article {
  border: 1px solid #e3ebf4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.gt-material-article__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: center;
  padding: 42px 46px;
  border-bottom: 1px solid #e3ebf4;
}

.gt-material-article__text h1 {
  max-width: 760px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.gt-material-article__text p {
  max-width: 660px;
  margin-top: 16px;
  color: #64748b;
  font-size: 16px;
  line-height: 25px;
}

.gt-material-article__media {
  display: flex;
  height: 280px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #e3ebf4;
  border-radius: 18px;
  background: #fbfdff;
}

.gt-material-article__media img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.gt-material-article__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
}

.gt-material-article__section {
  min-height: 190px;
  border: 1px solid #e3ebf4;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  padding: 22px;
}

.gt-material-article__section h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 850;
  letter-spacing: -0.015em;
}

.gt-material-article__section p {
  margin-top: 12px;
  color: #64748b;
  font-size: 14px;
  line-height: 22px;
}

.gt-material-article__footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 0 30px 30px;
}

.gt-material-article__footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  padding: 0 18px;
  color: #07142f;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.gt-material-article__footer a:hover {
  border-color: #ff5a00;
  color: #ff5a00;
}

.gt-material-article__footer .gt-material-article__contact {
  border-color: #ff5a00;
  background: #ff5a00;
  color: #fff;
}

.gt-material-article__footer .gt-material-article__contact:hover {
  background: #f04f00;
  color: #fff;
}

@media (max-width: 1000px) {
  .gt-material-article__hero,
  .gt-material-article__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .gt-material-article__hero,
  .gt-material-article__body,
  .gt-material-article__footer {
    padding: 22px;
  }

  .gt-material-article__text h1 {
    font-size: 34px;
    line-height: 39px;
  }

  .gt-material-article__footer {
    flex-direction: column;
  }
}
