
body {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;   /* kalın */
  letter-spacing: 0.5px;
}

p, li, a, span {
  font-weight: 400;   /* normal */
  line-height: 1.6;   /* okunabilirlik */
}


.header{
    display: flex; 
    justify-content: space-between;
    align-items: center;
    height: 80px; 
    padding: 30px 30px; 
    font-style: normal !important;
    font-size: 22px !important; 
    margin-top: 20px;   

}
.header div{
            display: flex;
            gap: 30px !important;
}

.headerlink{
            margin-right: 10px;
            color:#753e89;
            text-decoration: none !important;
           }

html, body {
  margin: 0;              /* Varsayılan 8px boşluğu kaldır */
  overflow-x: hidden;     /* Yatay kaymayı kapat */
}

* { box-sizing: border-box; }


.banner img {
  width: 100%;            /* Sayfa genişliğine uydur */
  height: auto;           /* Oranı koru */
  display: block;        
  max-width: 100%;      
}
.banner {
  margin-top: 20px;   
}

.a-hizmetlerimiz h1{
  margin-top: 100px;
  margin-bottom: 10px;  
  text-align: center;
}


.video-banner video{
  width: 1000px;     /* genişlik */
  height: 450px;     /* yükseklik */
  object-fit: cover; /* videoyu kırpmadan kutuya uydurur */
  display: block;    /* ortalamak için block yap */
  margin: 0 auto;    /* ortalama */
  border: none;      /* kenarlık olmasın */
  outline: none;     /* kenar çizgisi olmasın */
  margin-top: 30px;

}

/* Kontrolleri gizlemek için */
.video-banner video::-webkit-media-controls {
  display: none !important;
}
.video-banner video::-moz-media-controls {
  display: none !important;
}
.video-banner video::-ms-media-controls {
  display: none !important;
}


.banner-content {
      position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      font-weight: bold;
      text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}


.hizmetlerimiz-title {
  font-size: 55px;  
  font-weight: bold;
  color: #753e89; /* mor */
  text-align: center;
  position: relative;
  margin: 50px 0;
}

.hizmetlerimiz-title::after {
  content: "";
  display: block;
  width: 500px;
  height: 4px;
  background: #dfc159; /* altın sarısı */
  margin: 10px auto 0; 
  
}



.blog-title {
  font-size: 55px;  
  font-weight: bold;
  color: #753e89; /* mor */
  text-align: center;
  position: relative;
  margin: 50px 0;
}

.blog-title::after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #dfc159; /* altın sarısı */
  margin: 10px auto 0; 
  
}

/* Card section genel ayarlar */
.card {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.card-item {
  position: relative;   /* Buton için referans olacak */
  width: 200px;
  height: 300px;
}

.card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10%;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

/* Buton overlay */
.card-item .btn {
  position: absolute;
  bottom: 15px;          /* alttan biraz boşluk */
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 18px;
  background-color: #753e89; /* Mor yarı saydam */
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s;
}

.card-item .btn:hover {
  background-color: #dfc159; /* Altın sarısı hover */
  color: #000;
}

/* Hakkımızda Sayfası */
.h-banner img {
    width: 1000px;            /* Sayfa genişliğine uydur */
    height: 450px;
    display: block;
    margin: 0 auto;
}

.hiz-banner img {
    width: 450px;            /* Sayfa genişliğine uydur */
    height: 250px;
    display: block;
    margin: 0 auto;
}
/* Dosyan bu kuraldan sonra yüklensin: bootstrap.css -> style.css (bu) */
.k-banner {
  max-width: 1200px;
  margin: 24px auto;
  padding: 0 12px;
}

/* Görselin basıklaşmasını engelle */
.k-banner img {
  display: block;
  width: 100%;
  height: auto;   /* oranı korur */
  max-width: 700px;         /* istersen sınır koy */
  border-radius: 30px;       /* opsiyonel */
  display: flex;
  margin: 0 auto;
}



.yh-banner img {
    width: 1000px;             
    height: 700px;
    display: block;
    margin: 0 auto;
}

.koleksiyonbanner img {
  display: block;
  margin: 0 auto;      /* yatayda ortalar */
  width: 1000px;       /* istediğin sabit genişlik */
  height: auto;        /* oranı korur */
}



.h-article {
  width: 1000px;           /* görselin genişliği kadar */
  margin: 33px auto 0;     /* 10px üst boşluk (görselden aşağıya), ortalama */
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #563b31;
  text-align: justify;     /* yazıyı iki yana yasla (daha düzenli görünür) */
}


.misyon-img  img{
  width: 1000px;
  height: 450px;
  display: block;
  margin: auto;
  margin-top: 33px;    /* üstten boşluk */
}

.h-banner {
   margin-top: 30px;
}


:root{
  --wd-purple:#753e89;  /* markanızın moru */
  --wd-gold:#C6A25A;    /* altın vurgusu */
  --wd-ink:#222;
  --wd-soft: white;    /* sayfanızdaki yumuşak arka plan #fff9f yapılmıştı beyaz ile değiştirdim */
}

.yh-article{
  max-width: 1100px;
  margin: 48px auto;
  padding: 28px;
  background: linear-gradient(180deg,#fff, var(--wd-soft));
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  color: var(--wd-ink);
  line-height: 1.75; 
}
.yh-article h1{
  color:#753e89;

}

/* Grid sade, tek sütun */
.yh-grid{ 
  display: grid; 
  gap: 24px; 
  grid-template-columns: 1fr;  /* tamamını kaplasın */
}

.yh-article .lead{ 
  font-size: 17px; 
  font-weight: 500; 
  margin-bottom: 8px; 
  text-align: justify;
  text-justify: inter-word; 
}



.yh-article .a-lead{ 
  font-size: 17px; 
  font-weight: 500; 
  margin-bottom: 8px; 
  text-align: justify;
  text-justify: inter-word; 
  color: #563b31;
}




/* Liste kutuları */
.yh-list{
  list-style: none;
  margin: 14px 0 18px 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.yh-list li{
  position: relative;
  padding: 12px 14px 12px 46px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
}
.yh-list li::before{
  content: "✓";
  position: absolute;
  left: 12px; 
  top: 50%;
  transform: translateY(-50%);
  width: 22px; 
  height: 22px;
  display: grid; 
  place-items: center;
  border-radius: 50%;
  background: var(--wd-purple);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 0 0 4px rgba(117,62,137,.12);
}

.bh-list li::before{
  position: absolute;
  left: 12px; 
  top: 50%;
  transform: translateY(-50%);
  width: 22px; 
  height: 22px;
  display: grid; 
  place-items: center;
  border-radius: 50%;
  background: var(--wd-purple);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 0 0 4px rgba(117,62,137,.12);
}


.yh-grid h3{
  color: #563b31;
}

/* CTA butonları */
.yh-cta{ display:flex; gap:12px; margin-top: 10px; }
.btn{
  display:inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--wd-purple);
  color:#fff; text-decoration:none; font-weight:600;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover{ transform: translateY(-1px); box-shadow: 0 8px 20px rgba(117,62,137,.25); }
.btn.btn-outline{
  background: transparent; color: var(--wd-purple);
  border: 2px solid var(--wd-purple);
}
.btn.btn-outline:hover{ background: var(--wd-purple); color:#fff; }




/*İLHAM ve VİZYON SAYFASI*/
/* Marka renkleri */
/* Marka renkleri */
:root{
  --purple:#6A0DAD;      /* mor */
  --purple-dark:#5a0c95;
  --gold:#d4af37;        /* altın */
  --text:#2b2b2b;
}

/* konteyner */
.container{
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px;
}

/* grid */
.blog-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px){
  .blog-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px){
  .blog-grid{ grid-template-columns: repeat(3, 1fr); }
}

/* kart */
.post-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.post-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.10);
}

/* görsel: oran sabit – taşma yok */
.post-thumb img{
  width:100%;
  aspect-ratio: 16/9;      /* modern tarayıcılar */
  object-fit: cover;
  display:block;
}

/* içerik */
.post-body{ padding:16px 18px; }
.post-title{
  margin: 0 0 8px;
  font-size: 1.125rem;     /* ~18px */
  line-height: 1.3;
  color:#3d2a58;
}
.post-title a{ color:inherit; text-decoration:none; }
.post-title a:hover{ text-decoration:underline; }

.post-excerpt{
  color:#555;
  line-height:1.6;
  margin:0;
  /* 3 satırda kes */
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow:hidden;
  min-height: 4.8em; /* 3 satıra yer tutucu */
}

/* alt satır: tarih + buton */
.post-meta{
  margin-top:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.post-date{
  font-size:.85rem;
  color:#7a6b8f;
}

/* buton */
.btn-read{
  padding:8px 14px;
  border-radius:999px;
  background: var(--purple);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  white-space:nowrap;
  border: 2px solid transparent;
}
.btn-read:hover{
  background: var(--purple-dark);
  border-color: var(--gold);
}

/* isteğe bağlı: kartın üst kenarında ince altın çizgi */
.post-card{ border-top:4px solid var(--gold); }

/* buton */
.btn-read{
  padding:5px 10px;
  border-radius:999px;
  background: var(--purple);
  color:#fff;
  text-decoration:initial;
  font-weight:200;
  white-space:nowrap;
  border: 2px solid transparent;
}
.btn-read:hover{
  background: var(--purple-dark);
  border-color: var(--gold);
}

/* isteğe bağlı: kartın üst kenarında ince altın çizgi */
.post-card{ border-top:4px solid var(--gold); }


/*Sayfa altındaki İletişim Kısmı*/
:root{
  --wd-bg: #ffffff;
  --wd-text: #222;
  --wd-muted: #666;
  --wd-mor: #753e89;     /* White Dreams moru */
  --wd-altin: #caa64a;   /* yumuşak altın */
  --wd-border: #eee;
}

.contact-section{
  background: var(--wd-bg);
  color: var(--wd-text);
  padding: 56px 20px;
}

.contact-container{
  max-width: 1100px;
  margin: 0 auto;
}

.contact-section h2{
  font-size: 2rem;
  margin-bottom: 24px;
  color: var(--wd-mor);
}

.contact-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  border: 1px solid var(--wd-border);
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.04);
}

#contact-title{
  font-size: 27px;
}

/* 3 sütun geniş ekranda */
@media (min-width: 900px){
  .contact-grid{ grid-template-columns: 1fr 1fr 1fr; }
}

.cc-adres h3, .cc-iletisim h3, .cc-sosyal h3{
  font-size: 1.1rem;
  color: var(--wd-altin);
  margin-bottom: 12px;
  letter-spacing: .3px;
}

address{
  font-style: normal;
  line-height: 1.6;
  color: black;
}

/* İletişim satırları */
.info-list{ list-style: none; padding: 0; margin: 0; }
.info-row{
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0; border-bottom: 1px dashed var(--wd-border);
}
.info-row:last-child{ border-bottom: 0; }
.info-row a{
  color: var(--wd-text); text-decoration: none;
}
.info-row a:hover{ color: var(--wd-mor); }

/* SVG ikonlar */
.ico{ width: 20px; height: 20px; fill: var(--wd-mor); flex: 0 0 20px; }

/* Sosyal bağlantılar */
/* Sosyal link kapsayıcı: dairesel buton */
.social-link{
  display:inline-flex; align-items:center; justify-content:center;
  width:40px; height:40px;              /* sabit boyut */
  border-radius:50%;
  border:1px solid var(--wd-border);
  background:#fff;
  overflow:hidden;                      /* büyük görseli kes */
  text-decoration:none; color:var(--wd-mor); font-weight:600;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.social-link:hover{
  background:var(--wd-mor);
  border-color:var(--wd-mor);
  box-shadow:0 8px 18px rgba(117,62,137,.25);
  transform:translateY(-2px);
}

/* İkon görselleri: orantılı küçült */
.social-link img{
  width:22px;            /* 20–24px arası güzel durur */
  height:22px;
  object-fit:contain;    /* bozulmayı engeller */
  display:block;         /* boşluk/padding hatalarını önler */
}

/* Sosyal bağlantılar listesi */
.social-list {
  list-style: none;      /* nokta işaretlerini kaldır */
  padding: 0;
  margin: 0;
  display: flex;         /* yan yana dizer */
  gap: 12px;             /* ikonlar arası boşluk */
  justify-content: flex-start; /* sola yaslı (istersen center da yapabilirsin) */
  align-items: center;
}



/* Küçük görsel vurgu çizgisi (opsiyonel) */
.cc-adres, .cc-iletisim, .cc-sosyal{
  position: relative;
  padding-top: 8px;
}
.cc-adres::before, .cc-iletisim::before, .cc-sosyal::before{
  content: ""; position: absolute; top: 0; left: 0;
  width: 48px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--wd-altin), var(--wd-mor));
}

/*Deneme kard*/ 

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column; /* Elemanları alt alta dizer */
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card-icon {
  font-size: 40px;
  color: #753e89; /* Mor ton */
  margin-bottom: 15px;
}

.card-icon img{
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin: 0 auto 15 px auto;
  display: block;
}

.card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color:#563b31;
  font-weight: 600;
}


.card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;      /* Sabit yazı boyutu */
  line-height: 1;       /* Satır yüksekliği farklarını sıfırla */
  height: 40px;         /* Yüksekliği sabitle */
  padding: 0 18px;      /* Yan boşlukları eşitle */
  box-sizing: border-box;

  background: linear-gradient(135deg, #753e89, #d4af37);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}




.card .btn:hover {
  background: linear-gradient(135deg, #d4af37, #753e89);
}

/* Responsive */
@media (max-width: 992px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .cards {
    grid-template-columns: 1fr;
  }
}


/* Yarışma sayfası*/

/* Video tüm sayfanın arkaplanı */
#bg-video {
  position: fixed;       /* sabit kalsın */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;     /* boşluk bırakmadan doldur */
  z-index: -1;           /* en arkada */
}

/* Sayfa içerikleri */
.page-content {
  position: relative;
  z-index: 1;
  color: white;          /* yazılar okunaklı olsun */
}

/* Banner örneği */
.hero {
  text-align: center;
  padding: 150px 20px;
  color: #fff;
}

.y-header a {

color:white;
margin-right: 10px;
text-decoration: none;
font-size: 21px;
}


.iletisim-banner{

    width: 1000px;            /* Sayfa genişliğine uydur */
    height: 450px;
    display: block;
    margin: 0 auto;
    display: center;

}

.a-header a{
margin-right: 10px;
text-decoration: none;
font-size: 21px;
color: #0032cc;
}



/*deneme kard2*/

:root{
  --wd-purple:#6c3595;
  --wd-gold:#b8a654;
  --wd-plum:#963b84;
  --wd-cream:#fff9f3;  /* kart–görsel arası zemin */
  --shadow: 0 10px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 18px 36px rgba(0,0,0,.12);
}

/* Bölüm sarmalayıcı (opsiyonel) */
.wd-section{ padding: 40px 0; }

/* >>> 4 sütun sabit (geniş ekranda düşmez) */
.wd-cards{
  box-sizing:border-box;
  display:grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 28px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Responsive kırılımlar */
@media (max-width:1199.98px){
  .wd-cards{ grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}
@media (max-width:991.98px){
  .wd-cards{ grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}
@media (max-width:575.98px){
  .wd-cards{ grid-template-columns: 1fr !important; }
}

/* Kart */
.wd-card{
  background:#fff;
  border-radius:22px;
  box-shadow: var(--shadow);
  padding:18px 18px 22px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.wd-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

/* Görsel alanı: #fff9f3 çerçeve ve sabit oran */
.wd-card-media{
  background: var(--wd-cream);
  border-radius:18px;
  padding:14px;                /* çerçeve kalınlığı */
  aspect-ratio: 16/10;         /* tüm kartlar aynı yükseklikte görünür */
  overflow:hidden;
  display:flex;
}
.wd-card-media img{
  width:100%; height:100%;
  object-fit:cover;
  border-radius:12px;
  transform: scale(1);
  transition: transform .35s ease;
}
.wd-card:hover .wd-card-media img{ transform: scale(1.04); }

/* Metinler */
.wd-card h3{
  margin:16px 6px 6px;
  font-size:20px;
  color:#563b31;
  font-weight:700;
  text-align: center;
}
.wd-card p{
  margin:0 6px 16px;
  color:#5c5562;
  line-height:1.55;
  display:-webkit-box; 
  -webkit-line-clamp:2; 
  -webkit-box-orient:vertical; 
  overflow:hidden;
}

.wd-card h3{ line-height:1.3; min-height: 48px; } /* 1–2 satır için dengeleme */


/* Buton */
.wd-card {
  display: flex;
  flex-direction: column;
  align-items: center; /* içerikleri ortala */
}
.wd-card h3 {
  text-align: center;
}
.wd-btn {
  margin-top: 20px;
}



.wd-btn{
  display:inline-block;
  margin-left:6px;
  margin-top: 20px;
  padding:10px 18px;
  border-radius:999px;
  font-weight:600;
  text-decoration:none;
  color:#fff;
  background: linear-gradient(135deg, var(--wd-purple), var(--wd-plum) 40%, var(--wd-gold));
  box-shadow: 0 6px 14px rgba(108,53,149,.25);
  transition: filter .2s ease, transform .2s ease;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px
}
.wd-btn:hover{ filter: brightness(1.06); transform: translateY(-1px); }
.wd-btn:active{ transform: translateY(0); }


/*Sıkça Sorulan Sorular*/

:root{
  --wd-purple: #753e89;
  --wd-gold: #d4af37;
  --wd-ink: #1e1e1e;
  --wd-soft: #fff9f3;
  --wd-bg: #ffffff;
  --wd-radius: 16px;
  --wd-shadow: 0 6px 24px rgba(0,0,0,.08);
}

.wd-faq{
  max-width: 1100px;
  margin: 64px auto;
  padding: 0 20px;
}

.wd-faq__header{
  text-align: center;
  margin-bottom: 24px;
}
.wd-faq__header h2{
  font-size: clamp(24px, 3vw, 34px);
  color: var(--wd-purple);
  letter-spacing: .2px;
  margin: 0 0 6px;
}
.wd-faq__header p{
  color: #555;
  margin: 0;
}
.wd-faq__header a{
  color: var(--wd-purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Grid */
.wd-faq__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 900px){
  .wd-faq__grid{
    grid-template-columns: 1fr 1fr;
  }
}

/* Accordion items */
.wd-faq__item{
  background: linear-gradient(180deg, #fff, var(--wd-soft));
  border: 1px solid #eee3d3;
  border-radius: var(--wd-radius);
  box-shadow: var(--wd-shadow);
  overflow: clip;
}

.wd-faq__item[open]{
  border-color: #ead9b3;
}

/* Remove default marker */
.wd-faq__item summary{
  list-style: none;
}
.wd-faq__item summary::-webkit-details-marker{
  display: none;
}

/* Summary (question) */
.wd-faq__item summary{
  cursor: pointer;
  padding: 18px 56px 18px 18px;
  position: relative;
  font-weight: 600;
  color: var(--wd-ink);
  background: #fff;
  outline: none;
  user-select: none;
  transition: background .2s ease;
}
.wd-faq__item summary:hover{
  background: #fffdfa;
}

/* Chevron */
.wd-faq__item summary::after{
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--wd-purple);
  border-bottom: 2px solid var(--wd-purple);
  transform: translateY(-50%) rotate(45deg);
  transition: transform .25s ease;
}
.wd-faq__item[open] summary::after{
  transform: translateY(-50%) rotate(-135deg);
}

/* Focus state (keyboard) */
.wd-faq__item summary:focus{
  box-shadow: 0 0 0 3px rgba(212,175,55,.35);
  border-radius: var(--wd-radius);
}

/* Answer */
.wd-faq__content{
  padding: 0 18px 18px;
  color: #333;
  line-height: 1.6;
}
.wd-faq__content p{
  margin: 10px 0 0 0;
}

/* Links */
.wd-link{
  color: var(--wd-purple);
  font-weight: 600;
}

/* CTA button */
.wd-faq__cta{
  text-align: center;
  margin-top: 22px;
}
.wd-btn{
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wd-purple), #8d54a3);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .2px;
  border: 2px solid var(--wd-gold);
  box-shadow: 0 6px 18px rgba(117,62,137,.18);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.wd-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(117,62,137,.24);
  filter: brightness(1.02);
}



/**** Kariyer Sayfası ******/

/* ========== TEMEL ========== */
:root{
  /* Marka paleti */
  --wd-purple:#6c3595;   /* ana mor */
  --wd-plum:#963b84;     /* vurgu moru */
  --wd-gold:#b8a654;     /* altın */
  --wd-cream:#fff9f3;    /* krem/kart arkaplanı */
  --wd-navy:#1c1230;     /* koyu arka plan (isteğe bağlı) */

  /* Metin renkleri */
  --wd-text-dark:#333333;
  --wd-text-muted:#5a5560;
  --wd-heading:#3a2b3a;

  /* Gradyan */
  --wd-gradient: linear-gradient(135deg, var(--wd-purple), var(--wd-plum) 50%, var(--wd-gold));

  /* Hero arka plan görselini buraya koy */
  --hero-bg:url('images/hero-kariyer.jpg'); /* kendi yolunla değiştir */
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  font-family:'Roboto', sans-serif;
  color:var(--wd-text-dark);
  line-height:1.6;
  background:#fff; /* koyu arka plan istersen var(--wd-navy) yap */
}

.container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

/* ========== BUTONLAR ========== */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  padding:12px 20px;
  border-radius:999px;
  font-weight:600;
  text-decoration:none;
  transition:transform .2s ease, filter .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-1px); filter:brightness(1.05); }
.btn:active{ transform:translateY(0); }

.btn--primary{
  color:#fff;
  background: var(--wd-gradient);
}
.btn--secondary{
  color:#4a3a4a;
  background:#fff;
  border:2px solid var(--wd-gold);
}

/* ========== HERO ========== */
.hero{
  position:relative;
  min-height:56vh;
  display:grid;
  place-items:center;
  background-image: var(--hero-bg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.hero__overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.45));
}
.hero__content{
  position:relative;
  text-align:center;
  color:#fff;
  padding:60px 0;
}
.hero h1{
  margin:0 0 12px;
  font-size:clamp(28px, 3.6vw, 44px);
  font-weight:700;
  letter-spacing:.3px;
}
.hero p{
  margin:0 auto 24px;
  max-width:820px;
  font-size:clamp(16px, 1.6vw, 20px);
  opacity:.95;
}
.hero__cta{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ========== İKİLİ BLOK ========== */
.split{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:28px;
  margin:64px auto;
}
.split__card{
  background:#fff;
  border-radius:22px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  padding:26px 22px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.split__icon{
  width:56px; height:56px;
  display:grid; place-items:center;
  border-radius:16px;
  background: linear-gradient(135deg,#fff, var(--wd-cream));
  font-size:28px;
  margin-bottom:10px;
}
.split__card h2{
  margin:0 0 8px;
  font-size:clamp(20px, 2.2vw, 26px);
  color:var(--wd-heading);
  font-weight:700;
}
.split__card p{
  margin:0 0 16px;
  color:var(--wd-text-muted);
}
.split__card .btn{ margin-top:auto; }

/* ========== NEDEN BÖLÜMÜ ========== */
.features{
  background: linear-gradient(180deg, #fff, var(--wd-cream));
  padding:64px 0;
}
.features h3{
  text-align:center;
  margin:0 0 24px;
  font-size:clamp(22px, 2.6vw, 32px);
  color:var(--wd-heading);
}
.features__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:20px;
}
.feature{
  background:#fff;
  border-radius:18px;
  padding:18px;
  box-shadow:0 8px 20px rgba(0,0,0,.07);
  text-align:left;
}
.feature__icon{
  display:inline-grid; place-items:center;
  width:36px; height:36px; border-radius:10px;
  background:#fff7ea; color:#8a6b1a; /* gold ailesi */
  margin-bottom:8px;
}
.feature h4{ margin:0 0 6px; font-size:18px; color:var(--wd-heading); }
.feature p{ margin:0; color:var(--wd-text-muted); }

/* ========== CTA ========== */
.cta{
  padding:64px 0 90px;
}
.cta__box{
  background: linear-gradient(180deg, #fff, var(--wd-cream));
  border-radius:24px;
  box-shadow:0 16px 34px rgba(0,0,0,.1);
  padding:28px 22px;
  display:flex; gap:22px; align-items:center; justify-content:space-between;
  flex-wrap:wrap;
}
.cta__text h3{
  margin:0 0 6px; font-size:clamp(20px, 2.4vw, 28px); color:var(--wd-heading);
}
.cta__text p{ margin:0; color:var(--wd-text-muted); }
.cta__actions{ display:flex; gap:12px; flex-wrap:wrap; }

/* ========== RESPONSIVE ========== */
@media (max-width: 991.98px){
  .split{ grid-template-columns:1fr; }
  .features__grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575.98px){
  .features__grid{ grid-template-columns:1fr; }
  .cta__box{ flex-direction:column; align-items:flex-start; }
}
