/* Koyu premium + neon etiketler + TR/EN switch */

:root{
  --bg: #070809;
  --stroke: rgba(255,255,255,0.08);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.62);
  --muted2: rgba(255,255,255,0.48);
  --radius: 20px;
  --shadow: 0 18px 55px rgba(0,0,0,0.65);
  --inner: inset 0 0 0 1px rgba(255,255,255,0.04);
  --max: 1120px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  color:var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
  background: radial-gradient(800px 520px at 15% 10%, rgba(255,255,255,0.04), transparent 60%),
              radial-gradient(900px 600px at 85% 20%, rgba(120,190,255,0.06), transparent 60%),
              radial-gradient(1000px 700px at 50% 100%, rgba(120,255,180,0.04), transparent 60%),
              var(--bg);
  overflow-x:hidden;
}

.bg{
  position:fixed;
  inset:-70px;
  pointer-events:none;
  background:
    radial-gradient(700px 500px at 20% 30%, rgba(140,200,255,0.09), transparent 60%),
    radial-gradient(700px 500px at 80% 70%, rgba(165,140,255,0.08), transparent 60%),
    radial-gradient(650px 450px at 60% 20%, rgba(120,255,200,0.06), transparent 60%);
  filter: blur(22px);
  opacity:0.9;
}

.wrap{
  width: min(var(--max), calc(100% - 28px));
  margin: 28px auto 46px;
  display:flex;
  flex-direction:column;
  gap:16px;
}

/* Kart */
.card{
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.045));
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  box-shadow: var(--shadow), var(--inner);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Gridler */
.top{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap:16px;
}
.grid{ display:grid; gap:16px; }
.grid--3{ grid-template-columns: repeat(3, 1fr); }
.grid--2wide{ grid-template-columns: 320px 1fr; }
.grid--3small{ grid-template-columns: repeat(3, 1fr); }

/* Profil (ortala) */
.profile{
  padding: 22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:10px;
  min-height: 190px;
}
.avatar{
  width:208px; height:208px;
  border-radius:999px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25);
  position:relative;
}
.avatar__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.avatar__fallback{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  font-weight:800;
  color: rgba(255,255,255,0.55);
  letter-spacing:0.6px;
}
.name{ margin: 0; font-size: 24px; }
.role{ margin: 0; color: var(--muted); font-size: 13.5px; }

/* Intro */
.intro{
  padding: 18px 22px 22px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.introTop{ display:flex; justify-content:flex-end; margin-bottom: 2px; }

/* Dil Switch */
.langSwitch{
  display:inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.10);
  gap: 4px;
}
.langBtn{
  cursor:pointer;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.60);
  font-weight: 800;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  letter-spacing: 0.3px;
  transition: background .12s ease, color .12s ease, transform .12s ease;
}
.langBtn:hover{ transform: translateY(-1px); }
.langBtn.is-active{
  background: rgba(255,255,255,0.92);
  color: rgba(0,0,0,0.86);
}

.introText{
  margin:0;
  color: rgba(255,255,255,0.78);
  line-height:1.6;
  font-size: 15px;
}
.sectionLabel{
  margin:0;
  font-weight:800;
  font-size: 12px;
  letter-spacing:0.8px;
  color: rgba(255,255,255,0.45);
}
.sectionLabel--mt{ margin-top: 6px; }

/* Tagler */
.tags{ display:flex; flex-wrap:wrap; gap:10px; }
.tag{
  padding: 7px 12px;
  border-radius: 999px;
  font-weight:700;
  font-size: 12.5px;
  letter-spacing:0.2px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.10);
}
.tag--green{ color:#63f3b4; border-color: rgba(99,243,180,0.30); }
.tag--blue{ color:#58c7ff; border-color: rgba(88,199,255,0.30); }
.tag--purple{ color:#b88cff; border-color: rgba(184,140,255,0.30); }
.tag--amber{ color:#ffc56b; border-color: rgba(255,197,107,0.30); }
.tag--teal{ color:#66f0c9; border-color: rgba(102,240,201,0.28); }
.tag--cyan{ color:#71d7ff; border-color: rgba(113,215,255,0.28); }
.tag--violet{ color:#caa7ff; border-color: rgba(202,167,255,0.28); }

/* Butonlar */
.actions{ display:flex; gap:12px; margin-top: 2px; flex-wrap:wrap; }
.actions--center{ justify-content:center; }
.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 11px 16px;
  border-radius: 999px;
  text-decoration:none;
  font-weight:800;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.12);
  transition: transform .12s ease, filter .12s ease, background .12s ease;
  user-select:none;
}
.btn__icon{ font-size: 14px; line-height: 1; display:inline-flex; }
.btn__img {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 999px;
}
.btn__text{ font-weight:900; letter-spacing:0.2px; }
.btn:hover{ transform: translateY(-1px); filter: brightness(1.06); }
.btn:active{ transform: translateY(0px); }

.btn--light{
  background: rgba(255,255,255,0.92);
  color: rgba(0,0,0,0.86);
  border-color: rgba(255,255,255,0.25);
}
.btn--wa {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.10);
}

.btn--wa .btn__img {
  width: 22px;
  height: 22px;
}


/* Deneyim */
.exp{ padding: 20px 20px 18px; min-height: 210px; }
.exp__head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom: 10px;
}
.h2{ margin:0; font-size: 18px; letter-spacing:0.1px; }
.sub{ margin:6px 0 0; color: var(--muted); font-size: 13px; }
.year{
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.18);
  white-space:nowrap;
}

.bullets{
  margin: 14px 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
  color: rgba(255,255,255,0.75);
  line-height:1.55;
  font-size: 13.8px;
}
.bullets li{ position:relative; padding-left: 16px; }
.bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top: 0.55em;
  width:6px; height:6px;
  border-radius:999px;
  background: rgba(80, 255, 170, 0.9);
  box-shadow: 0 0 0 3px rgba(80, 255, 170, 0.10);
}

/* Block kartlar */
.block{ padding: 18px 20px; }
.h3{ margin:0 0 10px; font-size: 16px; color: rgba(255,255,255,0.78); }
.muted{ margin: 6px 0 0; color: var(--muted); }
.muted2{ color: var(--muted2); }
.muted--small{ font-size: 12.5px; }

/* Sertifikalar */
.certs{ display:flex; flex-direction:column; gap:10px; margin-top: 6px; }
.cert{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.16);
  color: rgba(255,255,255,0.82);
  font-weight:700;
  font-size: 13px;
}

/* Chip grupları */
.chips{ display:flex; flex-wrap:wrap; gap:10px; }
.chip{
  padding: 8px 12px;
  border-radius: 999px;
  font-weight:700;
  font-size: 12.5px;
  background: rgba(0,0,0,0.16);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.82);
}

/* Logo chips (icon + label) */
.logoChips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.logoChip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #d7dce3;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
}

.logoChip__img {
  width: 18px;
  height: 18px;
  display: block;
}

.iconimg {
  width: 20px;
  height: 20px;
  display: block;
}
.chips--blue .chip{ border-color: rgba(88,199,255,0.28); color: rgba(120,210,255,0.90); }
.chips--purple .chip{ border-color: rgba(184,140,255,0.28); color: rgba(200,170,255,0.90); }

/* Diller */
.langs{ display:flex; flex-direction:column; gap:14px; margin-top: 2px; }
.langs__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size: 14px;
  color: rgba(255,255,255,0.86);
}

/* Sosyal ikon butonları */
.social{ display:flex; gap:12px; margin-top: 4px; }
.iconbtn{
  width:44px; height:44px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  color: rgba(255,255,255,0.62);
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.10);
  text-decoration:none;
  transition: transform .12s ease, background .12s ease, color .12s ease;
}
.iconbtn:hover{
  transform: translateY(-1px);
  color: rgba(255,255,255,0.86);
  background: rgba(255,255,255,0.06);
}

/* Detaylar */
.details{ padding: 18px 20px; }
.details__list{
  margin-top: 10px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.details__item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: rgba(255,255,255,0.78);
}
.ico{ width:20px; flex: 0 0 20px; }

.detailLink{
  color: rgba(255,255,255,0.82);
  text-decoration:none;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.16);
  transition: transform .12s ease, background .12s ease, color .12s ease;
}
.detailLink:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
}

/* Footer */
.foot{
  text-align:center;
  color: rgba(255,255,255,0.42);
  font-size: 12.5px;
  padding-top: 4px;
}

/* Responsive */
@media (max-width: 980px){
  .top{ grid-template-columns: 1fr; }
  .grid--3{ grid-template-columns: 1fr; }
  .grid--2wide{ grid-template-columns: 1fr; }
  .grid--3small{ grid-template-columns: 1fr; }
  .introTop{ justify-content:flex-start; }
  .actions--center{ justify-content:flex-start; }
}


.details__item--plain {
  background: transparent;
  border: none;
  padding: 0;
}

.detailLink--plain {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.detailLink--plain:hover {
  transform: none;
  text-decoration: underline;
}
