/* ==========================================================================
   Defne Sarısoy — site özel stilleri (custom.css)
   style.min.css üzerine override / ek
   ========================================================================== */

/* Sayfa geneli soluk botanik filigran (hero diliyle aynı) */
body {
  background-image: url(../images/defne/botanik-pattern.png);
  background-repeat: repeat;
  background-size: 460px auto;
  background-position: center top;
}

/* Kategori etiketi — genel (kart + detay sayfası) */
.uz-tag {
  display: inline-block;
  background-color: #7FB89B;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 6px 18px;
  margin-bottom: 14px;
}

/* İletişim sayfası */
.iletisim-list { list-style: none; padding: 0; margin: 8px 0 0; }
.iletisim-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  margin-bottom: 14px;
  color: #54514c;
}
.iletisim-list li i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #E7F0E6;
  color: #7a8f7e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}
.iletisim-list a { color: #54514c; text-decoration: none; }
.iletisim-list a:hover { color: #b08968; }
.iletisim-form .form-control { margin-bottom: 18px; }
.iletisim-form textarea.form-control { min-height: 150px; }

/* Hakkımda sayfası */
.hakkimda-portrait { background: var(--uz-accent); }
.hakkimda-portrait img { display: block; width: 100%; height: auto; }
.hakkimda-bio { max-width: 880px; margin: 0 auto; }
.hakkimda-bio p {
  font-size: 17px;
  line-height: 1.9;
  color: #54514c;
  margin-bottom: 20px;
}

/* Uzmanlık detay sayfası */
.uzmanlik-detail { padding-top: 70px; }
.uzmanlik-detail-thumb {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  --uz-accent: #EDF2EC;
  box-shadow: 20px 20px 0 0 var(--uz-accent), 0 16px 34px rgba(0, 0, 0, 0.12);
}
.uzmanlik-detail-thumb img { display: block; width: 100%; height: auto; }
.uzmanlik-detail-kicker {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b08968;
  margin-bottom: 10px;
}
.uzmanlik-detail-title { font-size: 42px; margin: 6px 0 20px; }
.uzmanlik-detail-text p {
  font-size: 17px;
  line-height: 1.85;
  color: #54514c;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .uzmanlik-detail-title { font-size: 32px; }
  .uzmanlik-detail-thumb { margin-bottom: 36px; }
}

/* Uzmanlık masonry — Sunum Tarzı (CSA) alıntı kartı */
.uzmanlik-card--quote { cursor: default; }
.uzmanlik-card--quote:hover {
  transform: none;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}
.uzmanlik-card .uz-quote {
  font-size: 16px;
  line-height: 1.62;
  font-style: italic;
  color: #4a463f;
  margin: 0 0 18px;
}
.uzmanlik-card--lg .uz-quote { font-size: 20px; line-height: 1.6; }
.uzmanlik-card .uz-quote-logo {
  display: block;
  width: 64px;
  height: auto;
  opacity: 0.85;
}

/* Haberdar Olun — arka el yazısı "Defne" */
.haberdar-wrap.newsletter-content-wrap {
  position: relative;
  overflow: hidden;
}
.haberdar-wrap .haberdar-script {
  position: absolute;
  right: 24px;
  bottom: -28px;
  margin: 0;
  font-family: "Great Vibes", cursive;
  font-size: 150px;
  line-height: 1;
  color: #c47a52;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}
.haberdar-wrap .newsletter-content,
.haberdar-wrap .newsletter-form {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .haberdar-wrap .haberdar-script { font-size: 90px; bottom: -16px; right: 12px; }
}
@media only screen and (max-width: 575px) {
  .sunum-tarzi { padding: 40px 26px 34px; }
  .sunum-tarzi .sunum-text { font-size: 18px; }
}

/* Haberdar Olun — özel botanik banner */
.haberdar-wrap.newsletter-content-wrap {
  background-image: url(../images/defne/haberdar-bg.jpg);
  background-size: cover;
  background-position: center;
}

/* Uzmanlık Alanları — düzensiz masonry */
.uzmanlik-masonry {
  column-count: 3;
  column-gap: 26px;
}
@media only screen and (max-width: 991px) {
  .uzmanlik-masonry { column-count: 2; }
}
@media only screen and (max-width: 575px) {
  .uzmanlik-masonry { column-count: 1; }
}

.uzmanlik-card {
  --uz-accent: #EDF2EC;
  display: block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 26px;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #2b2925;
  background-color: var(--uz-accent);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.uzmanlik-card .uz-photo {
  display: block;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
}
.uzmanlik-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.14);
}
.uzmanlik-card__body {
  display: block;
  padding: 26px 28px 30px;
  text-align: left;
}
.uzmanlik-card .title {
  font-size: 23px;
  margin: 0 0 10px;
}
.uzmanlik-card .uzmanlik-desc {
  color: #6d6a66;
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
}

/* Kategori etiketi (blog pill'inden uyarlandı) */
.uzmanlik-card .uz-tag {
  display: inline-block;
  background-color: #7FB89B;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 6px 18px;
  margin-bottom: 14px;
  transition: transform 0.3s ease;
}
.uzmanlik-card:hover .uz-tag { transform: translateY(-2px); }

/* Büyük (öne çıkan) kart — düzensizliği artırır */
.uzmanlik-card--lg .uz-photo { height: 380px; }
.uzmanlik-card--lg .title { font-size: 30px; }
.uzmanlik-card--lg .uzmanlik-desc { font-size: 16px; }

@media only screen and (max-width: 575px) {
  .uzmanlik-card .uz-photo { height: 220px; }
  .uzmanlik-card--lg .uz-photo { height: 260px; }
}

/* Hero üst etiket (kicker) */
.hero-slide-content .hero-slide-kicker {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b08968;
  margin-bottom: 10px;
}

/* Başlığın arkasındaki el yazısı (eski text-theme.webp'in yerine) */
.hero-slide-content .hero-slide-script {
  position: absolute;
  top: 70px;
  left: -6px;
  z-index: -1;
  pointer-events: none;
  font-family: "Great Vibes", cursive;
  font-size: 150px;
  line-height: 1;
  white-space: nowrap;
  color: #e9c9b8;
  opacity: 0.55;
}

@media only screen and (max-width: 1199px) {
  .hero-slide-content .hero-slide-script { font-size: 96px; top: 40px; }
}
@media only screen and (max-width: 991px) {
  .hero-slide-content .hero-slide-script { font-size: 72px; top: 30px; }
}
@media only screen and (max-width: 479px) {
  .hero-slide-content .hero-slide-script {
    position: relative;
    top: 0;
    left: 0;
    font-size: 56px;
    text-align: center;
  }
}
