Şablon:HomePage/styles.css

ANAS Wiki saytından
Tuncay (müzakirə | töhfələr) tərəfindən edilmiş 12:59, 30 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-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: center;
  margin: 0 0 22px;
  padding: 24px;
  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 40px/1.08 Georgia, "Times New Roman", serif;
}

.home-hero p {
  max-width: 720px;
  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-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #0b2d57;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

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

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

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

.home-hero__visual {
  height: 240px;
  border: 4px solid rgba(233, 180, 76, 0.95);
  border-radius: 22px;
  overflow: hidden;
  background: #dce8f5;
}

.home-hero__visual .image,
.home-hero__visual a {
  display: block;
  width: 100%;
  height: 100%;
}