Şablon:HomePage/styles.css

ANAS Wiki saytından
Tuncay (müzakirə | töhfələr) tərəfindən edilmiş 08:52, 24 aprel 2026 tarixli redaktə
Naviqasiyaya keç Axtarışa keç
.home-shell {
  max-width: 1280px;
  margin: 0 auto;
  color: #14324f;
  font-family: system-ui, sans-serif;
}

.home-shell *,
.home-shell *::before,
.home-shell *::after {
  box-sizing: border-box;
}

.home-shell a {
  color: #123f78;
  text-decoration: none;
}

.home-shell a:hover {
  text-decoration: underline;
}

.home-notice {
  margin: 0 0 18px;
  padding: 16px 18px;
  background: #fffaf0;
  border: 1px solid #f1d7a2;
  border-radius: 16px;
  color: #6a4f10;
  box-shadow: 0 8px 22px rgba(17, 42, 78, 0.05);
}

.home-hero {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 24px;
  padding: 28px;
  margin-bottom: 20px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(140deg, #0a2d59, #123f78 58%, #0c2a52);
  box-shadow: 0 16px 40px rgba(10, 39, 79, 0.16);
}

.home-hero h2 {
  margin: 0 0 14px;
  color: #fff;
  font: 700 48px/1.05 Georgia, "Times New Roman", serif;
}

.home-hero p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.7;
}

.home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 700;
}

.home-btn a {
  color: #0b2d57;
}

.home-btn--primary {
  background: #e9b44c;
}

.home-btn--primary a {
  color: #1d2630;
}

.home-hero__visual {
  min-height: 320px;
  border-radius: 28px;
  border: 4px solid rgba(233, 180, 76, 0.95);
  background: linear-gradient(135deg, #dce8f5, #b3c9e3 45%, #8eabc9);
  color: #113760;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.home-hero__visual-label,
.home-hero__visual-text {
  font-size: 16px;
  line-height: 1.5;
}

.home-hero__visual-title {
  margin: 10px 0;
  font: 700 64px/1 Georgia, "Times New Roman", serif;
}

.home-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 20px;
}

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

.home-card {
  padding: 22px;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(14, 44, 88, 0.06);
}

.home-card__eyebrow {
  margin: 0 0 16px;
  color: #123f78;
  font-size: 15px;
  font-weight: 700;
}

.home-feature,
.home-scientist {
  display: grid;
  gap: 20px;
  align-items: start;
}

.home-feature {
  grid-template-columns: 280px 1fr;
}

.home-scientist {
  grid-template-columns: 230px 1fr;
}

.home-feature__body h3,
.home-scientist__body h3 {
  margin: 0 0 14px;
  color: #0b2d57;
  font: 700 28px/1.2 Georgia, "Times New Roman", serif;
}

.home-feature__body p,
.home-scientist__body p {
  margin: 0 0 12px;
  color: #334d66;
  line-height: 1.7;
}

.home-feature__image .image,
.home-scientist__image .image {
  display: block;
}

.home-feature__image img,
.home-scientist__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

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

.home-inst-card {
  min-height: 108px;
  padding: 14px;
  border: 1px solid #d9e3ef;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  text-align: center;
}

.home-inst-card .image {
  display: block;
  margin: 0 auto 10px;
}

.home-inst-card img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.home-inst-card__title {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #23405e;
}

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

.home-platform {
  padding: 18px;
  border: 1px solid #d9e3ef;
  border-radius: 18px;
  background: #fff;
}

.home-platform .image {
  display: block;
  margin: 0 0 12px;
}

.home-platform__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
}

.home-platform__text {
  color: #334d66;
  line-height: 1.7;
}

.home-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-list li {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f8;
  color: #334d66;
  line-height: 1.7;
}

.home-list li:last-child {
  border-bottom: 0;
}

.home-list__date,
.home-list__year {
  display: inline-block;
  margin-right: 10px;
  color: #123f78;
  font-weight: 700;
}

.home-quicklinks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.home-quicklinks > div {
  padding: 4px 0;
}

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

.home-stat {
  padding: 16px;
  text-align: center;
  border: 1px solid #d9e3ef;
  border-radius: 16px;
  background: #fbfdff;
}

.home-stat__value {
  color: #0b2d57;
  font: 700 30px/1.1 Georgia, "Times New Roman", serif;
}

.home-stat__label {
  margin-top: 6px;
  color: #66788f;
  font-size: 13px;
}

.home-footer {
  margin-top: 24px;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0a2648, #0d315d);
  color: #fff;
}

.home-footer__links {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.home-footer a {
  color: #fff;
}

@media (max-width: 1120px) {
  .home-hero,
  .home-grid,
  .home-feature,
  .home-scientist {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 760px) {
  .home-hero {
    padding: 20px;
  }

  .home-hero h2 {
    font-size: 34px;
  }

  .home-inst-grid,
  .home-stats,
  .home-quicklinks,
  .home-platforms {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .home-inst-grid,
  .home-stats,
  .home-quicklinks,
  .home-platforms {
    grid-template-columns: 1fr;
  }
}