/* =========================================================
   HAKKIMIZDA – SIMPLE (NO CARDS) – page-scoped styles only
   This file is intended to affect only hakkimizda.html
   ========================================================= */

.page-about main{
  /* header-fixed ile çakışmayı engellemek için güvenli üst boşluk */
  padding-top: 110px;
}

@media (max-width: 991px){
  .page-about main{ padding-top: 90px; }
}

/* Top intro */
.page-about .about-banner{
  padding: 3.5rem 0 2.5rem;
}

.page-about .about-banner h2{
  max-width: 920px;
  line-height: 1.15;
}

.page-about .about-banner p{
  max-width: 820px;
  line-height: 1.65;
  color: rgba(255,255,255,0.84);
}

/* Simple blocks */
.page-about .about-simple{
  max-width: 980px;
  margin: 0 auto;
  padding-top: 6px;
}

.page-about .about-block{
  padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.page-about .about-block:last-child{
  border-bottom: none;
}

/* Titles */
.page-about .about-block h3{
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 14px;
  position: relative;
}

.page-about .about-block h3::after{
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 10px;
  background: #FF3300;
  opacity: 0.9;
}

/* Paragraph rhythm */
.page-about .about-block p{
  margin: 0 0 12px;
  line-height: 1.8;
  color: rgba(255,255,255,0.86);
  max-width: 900px;
}

/* Bullet list */
.page-about .about-list{
  margin: 14px 0 0;
  padding-left: 18px;
  line-height: 1.9;
  color: rgba(255,255,255,0.88);
}

.page-about .about-list li::marker{
  color: #FF3300;
}

/* Meta chips */
.page-about .about-meta{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.page-about .meta-item{
  padding: 10px 12px;
  border: 1px solid rgba(122,60,255,0.18);
  border-radius: 12px;
  background: rgba(0,0,0,0.18);
  min-width: 220px;
}

.page-about .meta-label{
  display: block;
  font-size: 12px;
  opacity: 0.72;
  margin-bottom: 2px;
}

.page-about .meta-value{
  display: block;
  font-weight: 700;
}

/* Legal hub - simple links (no cards) */
.page-about .legal-hub{
  padding: 3.5rem 0;
  background: rgba(255,255,255,0.01);
}

.page-about .legal-wrap{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.page-about .legal-desc{
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  max-width: 820px;
  margin: 0.75rem auto 0;
}

.page-about .legal-links{
  max-width: 860px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}

.page-about .legal-link-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,51,0,0.16);
  text-decoration: none;
}

.page-about .legal-link-item .pill{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,51,0,0.22), rgba(122,60,255,0.12));
  border: 1px solid rgba(255,51,0,0.18);
  color: rgba(255,255,255,0.92);
  white-space: nowrap;
}

.page-about .legal-link-item .text{
  font-weight: 700;
  color: #fff;
  text-align: left;
  flex: 1;
}

.page-about .legal-link-item .arrow{
  color: #FF3300;
  font-weight: 800;
}

.page-about .legal-link-item:hover{
  transform: translateY(-2px);
  transition: 0.2s ease;
}

@media (max-width: 991px){
  .page-about .legal-links{ grid-template-columns: 1fr; }
}

@media (max-width: 767px){
  .page-about .about-block h3{ font-size: 28px; }
  .page-about .meta-item{ width: 100%; min-width: unset; }
}


/* Premium touches */
.page-about .about-banner{
  position: relative;
  overflow: hidden;
}

.page-about .about-banner::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(700px 260px at 18% 0%, rgba(255,51,0,0.18), transparent 60%),
    radial-gradient(680px 260px at 85% 15%, rgba(122,60,255,0.14), transparent 62%);
  pointer-events:none;
}

.page-about .about-banner > *{ position: relative; }

.page-about .about-banner h6{
  margin-bottom: 12px;
  letter-spacing: 1.6px;
}

.page-about .about-banner h2{
  margin-top: 0;
  margin-bottom: 10px;
}

.page-about .about-banner p{
  margin-top: 0;
}

/* Nicer bullet list */
.page-about .about-list{
  list-style: none;
  padding-left: 0;
}

.page-about .about-list li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.page-about .about-list li::before{
  content:"";
  position:absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #FF3300;
  box-shadow: 0 0 0 3px rgba(255,51,0,0.10);
}

/* Values grid */
.page-about .about-values .muted{
  color: rgba(255,255,255,0.78);
  margin-top: -6px;
}

.page-about .values-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-top: 16px;
}

.page-about .value-card{
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,51,0,0.14);
  border-radius: 16px;
  padding: 16px 16px 14px;
  box-shadow: 0 14px 44px rgba(0,0,0,0.28);
}

.page-about .value-card h4{
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 800;
}

.page-about .value-card p{
  margin: 0;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
}

/* Stats row */
.page-about .about-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-top: 18px;
}

.page-about .about-stats .stat{
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(122,60,255,0.14);
  border-radius: 14px;
  padding: 14px 14px 12px;
}

.page-about .about-stats .n{
  display:block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.2px;
  background: linear-gradient(135deg, #FF3300 0%, #7A3CFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-about .about-stats .l{
  display:block;
  margin-top: 4px;
  color: rgba(255,255,255,0.80);
  line-height: 1.5;
  font-size: 13px;
}

@media (max-width: 991px){
  .page-about .values-grid{ grid-template-columns: 1fr; }
  .page-about .about-stats{ grid-template-columns: 1fr; }
}
