﻿/* Konsey V63R1 final page polish */
footer,
.footer,
[class*="footer"] {
  background-color: #0b1220;
}

footer,
footer *,
.footer,
.footer *,
[class*="footer"],
[class*="footer"] * {
  color: #ffffff !important;
}

footer a,
.footer a,
[class*="footer"] a {
  color: #ffffff !important;
  text-decoration-color: rgba(255,255,255,.65) !important;
}

body.konsey-home-v63r1 [class*="hero"] [class*="overlay"],
body.konsey-home-v63r1 [class*="hero"] [class*="caption"],
body.konsey-home-v63r1 [class*="hero"] [class*="badge"],
body.konsey-home-v63r1 [class*="photo"] [class*="overlay"],
body.konsey-home-v63r1 [class*="photo"] [class*="caption"],
body.konsey-home-v63r1 [class*="image"] [class*="overlay"],
body.konsey-home-v63r1 [class*="image"] [class*="caption"],
body.konsey-home-v63r1 figcaption {
  display: none !important;
}

.konsey-markalar-intro-v63r1 {
  max-width: 980px;
  margin: 16px 0 28px;
  display: grid;
  gap: 10px;
}

.konsey-markalar-intro-v63r1 p {
  max-width: 940px;
  margin: 0;
  color: #667085;
  line-height: 1.68;
  font-size: 15px;
}

.kv631-header {
  background: #fff;
  border-bottom: 1px solid #e4e7ec;
}

.kv631-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.kv631-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.kv631-nav a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  color: #172033;
}

.kv631-nav .is-active {
  background: #0b1220;
  color: #fff;
}

.kv631-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 22px 64px;
}

.kv631-hero {
  border: 1px solid #e4e7ec;
  background: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(15,23,42,.045);
  margin-bottom: 28px;
}

.kv631-hero span,
.kv631-blog-card span,
.kv631-note span {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.kv631-hero h1 {
  margin: 16px 0 14px;
  color: #0b1220;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.kv631-hero p,
.kv631-blog-card p,
.kv631-note p {
  color: #667085;
  line-height: 1.68;
}

.kv631-hero p {
  margin: 0;
  max-width: 880px;
  font-size: 16px;
}

.kv631-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.kv631-blog-card {
  border: 1px solid #e4e7ec;
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 45px rgba(15,23,42,.045);
}

.kv631-blog-card h2 {
  margin: 16px 0 10px;
  color: #0b1220;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.kv631-blog-card p {
  margin: 0 0 18px;
}

.kv631-blog-card a {
  margin-top: auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #0b1220;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.kv631-blog-card:nth-child(2n) a {
  background: #d71920;
}

.kv631-note {
  border: 1px solid #e4e7ec;
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  box-shadow: 0 18px 45px rgba(15,23,42,.045);
}

.kv631-note h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
  letter-spacing: -.04em;
  color: #0b1220;
}

.kv631-note p {
  margin: 12px 0 0;
  max-width: 760px;
}

.kv631-note-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}

.kv631-note-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 10px;
  background: #d71920;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}

.kv631-note-actions a:nth-child(2) {
  background: #0b1220;
}

.kv631-footer {
  background: #0b1220;
  color: #fff;
  padding: 36px 22px 20px;
  margin-top: 36px;
}

.kv631-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.kv631-footer p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.82) !important;
  max-width: 720px;
}

.kv631-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.kv631-footer a {
  text-decoration: none;
  font-weight: 800;
}

.kv631-footer-bottom {
  max-width: 1180px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.74) !important;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .kv631-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kv631-note,
  .kv631-header-inner,
  .kv631-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .kv631-blog-grid {
    grid-template-columns: 1fr;
  }

  .kv631-note-actions {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }
}