/* ==========================================================================
   Doç. Dr. Nur Cihan Coşansu — Bootstrap 5 Tema
   Custom theme layer (Bootstrap 5.3 üzerine)
   Fontlar: Marcellus (başlık), DM Sans (gövde), Cormorant SC (vurgu)
   ========================================================================== */

:root {
  /* Brand palette — navy + white + grey (clean clinical-luxury) */
  --theme:        #1b2b4d;   /* navy — links, accents */
  --theme-soft:   #eef2f8;   /* light navy tint */
  --sage:         #1b2b4d;   /* navy — icons, rules, primary buttons */
  --sage-dark:    #14223e;
  --dark:         #1b2b4d;   /* deep navy — headings, dark band, CTA */
  --dark-2:       #14223e;
  --navy:         #1b2b4d;   /* explicit navy alias */
  --navy-2:       #14223e;
  --steel:        #6b7a96;   /* muted steel-blue (secondary text/icons) */
  --smoke:        #eef2f7;   /* light grey-blue section bg */
  --smoke-2:      #f6f8fb;   /* near-white tint */
  --body-color:   #5b6473;   /* grey body text */
  --line:         rgba(27,43,77,0.12);

  --title-font:   'Playfair Display', Georgia, serif;
  --body-font:    'Jost', 'Manrope', sans-serif;
  --accent-font:  'Jost', sans-serif;
  --script-font:  'Playfair Display', serif;

  /* Bootstrap override */
  --bs-primary:        #1b2b4d;
  --bs-primary-rgb:    27,43,77;
  --bs-body-font-family: var(--body-font);
  --bs-body-color:     #5b6473;
  --bs-body-bg:        #ffffff;
  --bs-border-color:   var(--line);
}

/* Geniş konteyner — orijinal site 1700px kullanıyor */
@media (min-width: 1400px) {
  .container, .container-lg, .container-xl, .container-xxl { max-width: 1320px; }
  .container-wide { max-width: 1660px; margin-inline: auto; padding-inline: 1rem; }
}
.container-wide { width: 100%; padding-inline: 1rem; margin-inline: auto; }

/* ---------- Base ---------- */
body {
  font-family: var(--body-font);
  color: var(--bs-body-color);
  background: #ffffff;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,.font-title { font-family: var(--title-font); color: var(--dark); font-weight: 400; line-height: 1.2; }
a { text-decoration: none; transition: color .3s ease; }
img { max-width: 100%; height: auto; }
p { margin-bottom: 1rem; }
.text-theme { color: var(--theme) !important; }
.text-sage  { color: var(--sage)  !important; }
.text-dark2 { color: var(--dark)  !important; }
.bg-theme-soft { background-color: var(--theme-soft) !important; }
.bg-smoke   { background-color: var(--smoke) !important; }
.bg-dark2   { background-color: var(--dark-2) !important; }
.font-accent { font-family: var(--accent-font); }

/* Section spacing */
.space        { padding: 100px 0; }
.space-top    { padding-top: 100px; }
.space-bottom { padding-bottom: 100px; }
@media (max-width: 991px){
  .space{padding:70px 0}.space-top{padding-top:70px}.space-bottom{padding-bottom:70px}
}

/* ---------- Section titles ---------- */
.sec-subtitle {
  font-family: var(--accent-font);
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--theme);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}
.sec-title  { font-size: clamp(30px,4vw,44px); margin-bottom: 14px; }
.sec-title-lg { font-size: clamp(34px,5vw,52px); }
.sec-text { color: var(--body-color); }
.title-area { margin-bottom: 50px; }

/* ---------- Buttons ---------- */
.btn-theme, .btn-sage, .btn-dark2, .btn-outline-light2 {
  --bs-btn-border-radius: 0;
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--body-font);
  font-weight: 500; font-size: 14px; letter-spacing: .04em;
  text-transform: uppercase;
  padding: 15px 30px; border-radius: 0; border: 1px solid transparent;
  transition: all .35s ease; line-height: 1;
}
.btn-sage  { background: var(--sage);  color:#fff; }
.btn-sage:hover  { background: var(--dark); color:#fff; }
.btn-theme { background: var(--theme); color:#fff; }
.btn-theme:hover { background: var(--dark); color:#fff; }
.btn-dark2 { background: var(--dark);  color:#fff; }
.btn-dark2:hover { background: var(--sage); color:#fff; }
.btn-outline-light2 { background: transparent; color:#fff; border-color: rgba(255,255,255,.6); }
.btn-outline-light2:hover { background:#fff; color: var(--dark); }

/* ---------- Header / Navbar ---------- */
.site-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 1030;
}
.site-header .header-inner {
  background: transparent !important;
  box-shadow: none !important;
  padding: 10px 0;
  transition: background .35s ease, box-shadow .35s ease;
}
.site-header .container-wide { max-width: 1320px; margin-inline: auto; padding-inline: 12px; }
.site-header .row { flex-wrap: nowrap; }
.site-header.is-sticky {
  position: fixed; top: 0;
  animation: slideDown .45s ease forwards;
}
.site-header.is-sticky .header-inner {
  background: #fff !important;
  box-shadow: 0 6px 30px rgba(0,0,0,.06) !important;
}
@media (max-width: 1399.98px) { .site-header .container-wide { max-width: 100%; padding-inline: 24px; } }
@keyframes slideDown { from{transform:translateY(-100%)} to{transform:translateY(0)} }
.header-logo img { height: 56px; width: auto; }
/* logo orijinali açık renk; koyu göstermek için */
.header-logo img.logo-dark { filter: brightness(0); }

.main-menu { display: flex; justify-content: flex-end; }
.main-menu > ul { display: flex; align-items: center; gap: 38px; margin: 0; padding: 0; list-style: none; }
.main-menu > ul > li { position: relative; }
.main-menu > ul > li > a {
  display: block; padding: 37px 0;
  font-family: var(--body-font); font-weight: 500; font-size: 16px;
  letter-spacing: normal;
  color: var(--dark); text-transform: uppercase; white-space: nowrap;
}
.main-menu > ul > li:hover > a,
.main-menu > ul > li.current > a { color: var(--theme); }

/* Mega menu (Hizmetler) */
.main-menu .has-mega { position: static; }
.main-menu .mega-menu {
  position: absolute; left: 0; right: 0; top: 100%;
  background:#fff; box-shadow: 0 25px 50px rgba(0,0,0,.12);
  padding: 30px; list-style: none; margin: 0;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 2px 30px;
  opacity: 0; visibility: hidden; transform: translateY(15px);
  transition: all .35s ease; border-top: 3px solid var(--sage); z-index: 50;
}
.main-menu .has-mega:hover .mega-menu { opacity:1; visibility:visible; transform:translateY(0); }
.main-menu .mega-menu a {
  display: block; padding: 8px 0; font-size: 14px; color: var(--body-color);
  border-bottom: 1px solid #f1f1f1;
}
.main-menu .mega-menu a:hover { color: var(--theme); padding-left: 6px; }

.header-icons { display: flex; align-items: center; gap: 22px; }
.header-icons .icon-btn { background: none; border: 0; font-size: 22px; color: var(--dark); line-height: 1; }
.header-icons .icon-btn:hover { color: var(--theme); }
.lang-switch { display:flex; flex-direction:column; line-height:1; font-weight:600; text-transform:uppercase; gap:1px; }
.lang-switch a { color: var(--dark); font-size: 16px; line-height: 1.15; }
.lang-switch a.active { color: var(--theme); }
.lang-switch a:not(.active){ opacity:.55; }
.header-social { gap: 14px !important; }
.header-social a { color: var(--dark); font-size: 18px; line-height: 1; }
.header-social a:hover { color: var(--theme); }

/* Header appointment button — dark like original */
.btn-appointment {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--dark); color: #f5ebe0 !important;
  padding: 17px 28px; font-size: 14px; font-weight: 600;
  letter-spacing: 1.4px; text-transform: uppercase;
  border: 0; text-decoration: none; line-height: 1;
  transition: background .25s ease;
}
.btn-appointment:hover { background: var(--theme); }

/* Mobile toggler */
.menu-toggle { background:none; border:0; font-size:26px; color: var(--dark); line-height:1; }

/* Offcanvas mobile menu */
.mobile-menu .accordion-button { font-family: var(--body-font); font-weight:500; color: var(--dark); box-shadow:none; }
.mobile-menu .nav-link { color: var(--dark); padding:.6rem 0; font-weight:500; border-bottom:1px solid #f0f0f0; }
.mobile-menu .submenu a { display:block; padding:.4rem 0 .4rem 1rem; font-size:14px; color:var(--body-color); }

/* ---------- Page hero — cream editorial banner (NC monogram) ---------- */
.page-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: linear-gradient(120deg, var(--smoke) 0%, var(--smoke-2) 60%, #e6ebf2 100%);
  border-bottom: 1px solid rgba(27,43,77,.16);
  padding: 124px 0 44px; text-align: left;
}
@media (max-width: 991.98px) { .page-hero { padding: 96px 0 36px; } }
.page-hero-monogram { display: none; } /* client: remove the NC watermark from inner-page hero banners */
.page-hero-inner { position: relative; z-index: 2; width: 100%; }
.page-hero-orn { color: var(--sage); margin-bottom: 12px; line-height: 0; }
.page-hero-title {
  font-family: var(--title-font); font-weight: 500;
  font-size: clamp(30px, 4.4vw, 50px); text-transform: none;
  color: var(--dark); margin: 0 0 6px; line-height: 1.1;
  max-width: 70%; overflow-wrap: anywhere;
}
.page-hero-rule { display: block; width: 64px; height: 2px; background: var(--sage); margin: 14px 0 16px; border-radius: 2px; }
.page-hero-breadcrumb { list-style:none; display:flex; flex-wrap:wrap; justify-content:flex-start; align-items:center; gap:10px; margin:0; padding:0; font-size:14px; max-width: 80%; }
.page-hero-breadcrumb li, .page-hero-breadcrumb span { color: var(--body-color); }
.page-hero-breadcrumb a { color: var(--body-color); }
.page-hero-breadcrumb a:hover { color: var(--theme); }
.page-hero-breadcrumb .sep { color: var(--sage); }
.page-hero-breadcrumb .current { color: var(--dark); }
@media (max-width: 575.98px) {
  .page-hero-title { max-width: 100%; font-size: 26px; }
  .page-hero-breadcrumb { max-width: 100%; font-size: 13px; }
  .page-hero-monogram { font-size: 150px; right: -6%; opacity: .7; }
}

/* ---------- Hero (homepage) ---------- */
.home-hero {
  position: relative; padding: 200px 0 90px;
  background: linear-gradient(120deg,#fff 0%, var(--smoke) 55%, var(--theme-soft) 100%);
  overflow: hidden;
}
.home-hero .hero-subtitle { font-family: var(--accent-font); text-transform: uppercase; letter-spacing:.15em; color: var(--theme); }
.home-hero .hero-title { font-size: clamp(44px,7vw,86px); line-height: 1.02; color: var(--dark); margin: 12px 0 8px; }
.home-hero .hero-label { font-family: var(--accent-font); letter-spacing:.1em; color: var(--sage); text-transform: uppercase; }
.hero-img-wrap { position: relative; text-align: center; }
.hero-img-wrap img { border-radius: 6px; }
.hero-flower { position:absolute; top:-30px; right:-10px; width:140px; opacity:.9; z-index:0; animation: spin 26s linear infinite; }
@keyframes spin { to { transform: rotate(360deg);} }
.price-card {
  background:#fff; padding: 22px 26px; box-shadow: 0 15px 40px rgba(0,0,0,.07);
  border-radius: 4px; min-width: 210px;
}
.price-card .pc-tag { font-size:12px; letter-spacing:.12em; text-transform:uppercase; color: var(--theme); }
.price-card .pc-title { font-family: var(--title-font); font-size: 22px; color: var(--dark); margin:.2rem 0 1rem; }

/* ---------- Services section (feature-style2) — matches original ---------- */
.services-section {
  position: relative;
  padding: 90px 0;
  background-image: linear-gradient(#f6f8fb 0%, transparent 100%);
}
.services-section .title-area { margin-bottom: 10px; }
.services-section .sec-subtitle {
  display: block; color: var(--dark);
  font-family: var(--body-font); font-weight: 500;
  font-size: 16px; letter-spacing: 3.52px;
  text-transform: uppercase; margin-bottom: 18px;
}
.services-section .sec-title {
  font-family: var(--title-font); color: #212529;
  font-size: 55px; line-height: 1.1; margin: 0;
}
.services-section .sec-shape { margin-top: 8px; }
.services-section .sec-shape img { max-width: 280px; height: auto; }

.services-section .js-services { padding-top: 40px; }
.services-section .swiper-slide { height: auto; }

.feature-style2 {
  position: relative; background: #fff; text-align: center;
  padding: 0.1px 40px 48px;
  margin: 55px 14px 30px;
  box-shadow: 1.5px 2.6px 15px 1px rgba(116,117,117,.10);
}
.feature-style2::after {
  content: ''; position: absolute; left: 14px; right: -14px; top: 14px; bottom: -14px;
  border: 1px dashed rgba(154,86,58,.35); z-index: -1; pointer-events: none;
}
.feature-style2 .feature-inner { display: block; text-decoration: none; }
.feature-style2 .vs-icon.style2 {
  background: #f6f8fb; overflow: hidden;
  width: 100%; aspect-ratio: 296 / 148; height: auto;
  margin: -55px auto 24px;
}
.feature-style2 .vs-icon.style2 img { width: 100%; height: 100%; object-fit: fill; display: block; }
.feature-style2 .feature-title {
  font-family: var(--title-font); color: #1a1b1b;
  font-size: 22px; line-height: 1.25; margin: 0;
}
.feature-style2 .arrow-shape {
  display: flex; align-items: center; justify-content: center;
  color: #1a1b1b; margin: 16px 0; line-height: 1;
}
.feature-style2 .arrow-shape i { font-size: 13px; margin: 0 -1px; }
.feature-style2 .feature-text {
  color: #6f6c6c; font-size: 16px; line-height: 22px;
  margin: 0 6px 28px; text-align: center;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.feature-style2 .link-btn.style2 {
  display: inline-block; color: var(--sage);
  font-family: var(--body-font); font-weight: 500; font-size: 15px;
  letter-spacing: 1.12px; text-transform: uppercase; text-decoration: none;
  border-bottom: 1px solid var(--sage); padding-bottom: 2px;
}
.feature-style2 .link-btn.style2:hover { color: var(--theme); border-color: var(--theme); }
.feature-style2 .feature-inner:hover .feature-title { color: var(--theme); }

/* ---------- Size Özel Uygulamalar (service-style1) ---------- */
.special-section { padding-top: 90px; }
.special-section .title-area { margin-bottom: 0; }
.special-section .sec-subtitle {
  display: block; color: var(--dark);
  font-family: var(--body-font); font-weight: 500;
  font-size: 16px; letter-spacing: 3.52px; text-transform: uppercase; margin-bottom: 18px;
}
.special-section .sec-title { font-family: var(--title-font); color: #212529; font-size: 55px; line-height: 1.1; margin: 0; }
.special-section .sec-shape { margin-top: 8px; }
.special-section .sec-shape img { max-width: 280px; height: auto; }

.special-band { background: #f6f8fb; margin-top: 30px; }
.special-band .row { align-items: center; }
.special-band .special-col { padding: 60px 12px; }

.special-device { position: relative; }
.special-device img { max-height: 640px; width: auto; margin: -90px auto 0; display: block; }

.service-style1 { display: block; text-decoration: none; margin-bottom: 45px; }
.service-style1:last-child { margin-bottom: 0; }
.service-style1 .vs-icon { width: 100%; overflow: hidden; }
.service-style1 .vs-icon img { width: 100%; height: auto; display: block; transition: transform .5s ease; }
.service-style1:hover .vs-icon img { transform: scale(1.04); }
.service-style1 .service-title {
  font-family: var(--title-font); color: #1a1b1b;
  font-size: 21px; line-height: 1.3; margin: 14px 0 0; text-align: center;
}
.service-style1:hover .service-title { color: var(--theme); }
@media (max-width: 991.98px) {
  .special-band .special-col { padding: 30px 12px; }
  .special-device { display: none; }
}

/* ---------- Service cards (listing — service-style5) ---------- */
.service-card {
  background:#fff; text-align:center; padding: 0 0 70px; position: relative;
  z-index: 2; transition: all .4s ease; height: 100%; overflow: hidden;
  border: 1px solid #eee;
}
.service-card:hover { box-shadow: 0 25px 50px rgba(0,0,0,.10); border-color: transparent; }
.service-card .sc-img { overflow: hidden; background: #f6f8fb; aspect-ratio: 1 / 1; }
.service-card .sc-img a { display: block; width: 100%; height: 100%; }
.service-card .sc-img img { width:100%; height:100%; object-fit: cover; display:block; transition: transform .6s ease; }
.service-card:hover .sc-img img { transform: scale(1.04); }
.service-card .sc-body { padding: 26px 20px 0; }
.service-card .sc-title { font-size: 22px; margin: 0 0 10px; }
.service-card .sc-title a { color: var(--dark); }
.service-card:hover .sc-title a { color: var(--theme); }
.service-card .sc-text {
  color: var(--body-color); font-size: 18px; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.service-card .sc-btn {
  width: 50px; height: 50px; line-height: 48px; border-radius: 50%;
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  color: #fff; background: var(--sage); font-size: 20px;
  opacity: 0; visibility: hidden; transition: all .4s ease;
}
.service-card:hover .sc-btn { opacity: 1; visibility: visible; bottom: 20px; }
.service-card .sc-btn:hover { background: var(--theme); }

/* ---------- Gallery / press cards ---------- */
.gallery-card { position: relative; height: 100%; }
.gallery-card .g-img { overflow: hidden; position: relative; display:block; }
.gallery-card .g-img img { width:100%; height: 100%; object-fit: fill; aspect-ratio: 1/1; transition: transform .6s ease; }
.gallery-card:hover .g-img img { transform: scale(1.06); }
.gallery-card .g-icon {
  position: absolute; top: 20px; right: 20px; z-index: 2;
  color: rgb(33,37,41); font-size: 31px; line-height: 1;
}
.gallery-card h3 { font-size: 28px; line-height:1.2; margin: 18px 0 0; font-family: var(--title-font); }
.gallery-card h3 a { color: var(--dark); }
.gallery-card h3 a:hover { color: var(--theme); }
.sec-line { flex:1; border-top: 1px solid var(--line); }

/* ---------- YENİ SEN ---------- */
.yenisen-section {
  position: relative; padding: 90px 0 0;
  background: radial-gradient(circle, rgba(226,225,225,.72) 50%, rgba(143,140,140,.30) 75%, rgba(175,175,175,.18) 90%);
  overflow: hidden;
}
.yenisen-img { text-align: center; }
.yenisen-img img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.yenisen-content { padding: 0 30px 60px; }
.yenisen-content .sec-subtitle {
  display:block; color: var(--theme); font-family: var(--body-font); font-weight:500;
  font-size: 16px; letter-spacing: 3.52px; text-transform: uppercase; margin-bottom: 14px;
}
.yenisen-title {
  font-family: var(--title-font); color: #1a1b1b;
  font-size: 44px; line-height: 1.1; text-transform: uppercase; margin: 0 0 36px;
}
.yenisen-cta { display: flex; align-items: center; margin-bottom: 34px; }
.yenisen-cta .circle-btn.style3 {
  width: 100px; height: 100px; flex: 0 0 100px; margin-right: -24px; z-index: 2;
  background: var(--theme); color: #f6f8fb; font-size: 1.66em;
}
.yenisen-cta .circle-btn.style3 .btn-icon { border-color: rgba(255,255,255,.5); color:#fff; }
.yenisen-cta .circle-btn.style3 text { fill: #f6f8fb; }
.yenisen-wa {
  flex: 1; background: #f6f8fb; color: var(--dark);
  padding: 22px 30px 22px 44px; font-size: 20px; font-weight: 500;
  text-decoration: none; display: flex; align-items: center; gap: 10px;
}
.yenisen-wa i { color: #25d366; font-size: 24px; }
.yenisen-wa:hover { color: var(--theme); }
.yenisen-text { color: #464f56; font-size: 18px; line-height: 1.7; margin: 0; }
@media (max-width: 991.98px) {
  .yenisen-title { font-size: 34px; }
  .yenisen-content { padding: 30px 12px 50px; }
}

/* ---------- #instagram ---------- */
.instagram-section { padding: 100px 0 90px; }
.instagram-head { display: flex; align-items: center; gap: 24px; margin-bottom: 36px; }
.instagram-head .sec-title { font-size: 55px; }
.instagram-line { flex: 1; border-top: 1px solid var(--line); }
.instagram-handle { color: var(--theme); font-size: 16px; white-space: nowrap; }
.instagram-handle:hover { color: var(--dark); }
.ig-card {
  position: relative; display: block; overflow: hidden;
  aspect-ratio: 1/1; text-decoration: none;
}
.ig-card img { width: 100%; height: 100%; object-fit: fill; transition: transform .6s ease; }
.ig-card:hover img { transform: scale(1.06); }
.ig-card .ig-icon {
  position: absolute; top: 20px; right: 20px; z-index: 2;
  color: rgb(33,37,41); font-size: 31px; line-height: 1;
}

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden; isolation: isolate;
  text-align: center; padding: 116px 0;
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-2) 65%, #0f1b30 100%);
}
.cta-band.has-photo { background-size: cover; background-position: center; }
.cta-band.has-photo::before { content:''; position:absolute; inset:0; z-index:0; background: linear-gradient(90deg, rgba(20,34,62,.40) 0%, rgba(20,34,62,.52) 45%, rgba(20,34,62,.52) 62%, rgba(20,34,62,.44) 100%); }
.cta-band-monogram {
  position: absolute; right: 3%; top: 50%; transform: translateY(-50%);
  font-family: var(--title-font); font-weight: 500; line-height: 1;
  font-size: clamp(170px, 26vw, 350px); color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,.16);
  z-index: 0; pointer-events: none; user-select: none;
}
.cta-band-inner { position: relative; z-index: 2; }
.cta-band-orn { color: #fff; margin-bottom: 14px; line-height: 0; display: flex; justify-content: center; }
.cta-band .cta-title { color:#fff; font-family: var(--title-font); font-weight: 500; font-size: clamp(34px, 4.6vw, 56px); margin-bottom: 30px; text-shadow: 0 2px 20px rgba(15,27,48,.55); }
.cta-band.has-photo .cta-band-orn { text-shadow: 0 2px 14px rgba(15,27,48,.5); }
.cta-actions .btn-outline-light2 { color:#fff; border-color: rgba(245,235,224,.55); }
.cta-actions .btn-outline-light2:hover { background: var(--smoke); color: var(--dark); border-color: var(--smoke); }

/* About / YENI SEN */
.about-feature-table { width:100%; border-collapse: collapse; margin-top: 24px; }
.about-feature-table td { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--title-font); color: var(--dark); }
.about-feature-table td:first-child { width: 42%; color: var(--theme); }
.about-number { font-size: 45px; font-weight: 700; color: var(--dark); line-height: 1; font-family: var(--title-font); }
.list-check { list-style:none; padding:0; margin:0; }
.list-check li { position: relative; padding-left: 26px; margin-bottom: 8px; }
.list-check li::before { content:'\F26E'; font-family:'bootstrap-icons'; position:absolute; left:0; color: var(--sage); }

/* ---------- About page: timeline ---------- */
.doctor-bio p { color: var(--body-color); }
.timeline { position: relative; padding-left: 28px; margin: 30px 0; }
.timeline::before { content:''; position:absolute; left: 6px; top:6px; bottom:6px; width:2px; background: var(--line); }
.timeline-item { position: relative; padding-bottom: 26px; }
.timeline-item::before { content:''; position:absolute; left:-28px; top:4px; width:14px; height:14px; border-radius:50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(99,143,144,.18); }
.timeline-item .year { display:inline-block; font-family: var(--title-font); font-size:18px; color: var(--theme); margin-bottom: 4px; }
.specialties-box { background: var(--smoke-2); padding: 30px; }

/* Tabs (about) */
.about-tabs .nav-pill-btn {
  border: 1px solid var(--sage); background: var(--smoke); color: var(--dark);
  border-radius: 50px; padding: 10px 28px; font-size: 16px; font-family: var(--body-font);
  transition: all .3s ease;
}
.about-tabs .nav-pill-btn.active, .about-tabs .nav-pill-btn:hover { background: var(--sage); color:#fff; }
.about-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin: 50px 0 40px; }

/* About welcome + discover + swiper */
.about-welcome { text-align: center; max-width: 900px; margin: 0 auto 40px; }
.about-welcome .sec-title { font-size: 34px; line-height: 1.3; }
.about-welcome p { color: var(--body-color); font-size: 17px; }
.about-swiper { margin-bottom: 50px; }
.about-swiper .swiper-slide img { width: 100%; height: 380px; object-fit: cover; border-radius: 6px; }

/* Square image sliders (about gallery + certificates) */
.square-swiper { margin-bottom: 40px; }
.square-swiper .swiper-slide img { width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; border-radius: 10px; display: block; cursor: zoom-in; transition: transform .35s ease, box-shadow .35s ease; }
.square-swiper .swiper-slide img:hover { transform: scale(1.02); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.square-swiper--cert .swiper-slide img { object-fit: contain; background: var(--smoke-2, #f4f1ec); padding: 10px; }
.square-swiper .swiper-button-next, .square-swiper .swiper-button-prev { color: var(--sage, #8a9a5b); }

/* Gallery lightbox (click a slider image → fullscreen viewer with prev/next + Esc) */
body.lb-open { overflow: hidden; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.92); display: flex; align-items: center; justify-content: center; padding: 40px 20px; animation: glFade .25s ease; }
@keyframes glFade { from { opacity: 0; } to { opacity: 1; } }
.gallery-lightbox .gl-close { position: absolute; top: 14px; right: 18px; background: transparent; border: 0; color: #fff; font-size: 38px; line-height: 1; cursor: pointer; padding: 6px 14px; z-index: 3; transition: color .2s ease; }
.gallery-lightbox .gl-close:hover { color: var(--sage, #8a9a5b); }
.gallery-lightbox .gl-stage { position: relative; width: 100%; max-width: 1200px; height: 100%; max-height: 85vh; display: flex; align-items: center; }
.gallery-lightbox .gl-swiper { width: 100%; height: 100%; }
.gallery-lightbox .swiper-slide { display: flex; align-items: center; justify-content: center; padding: 0 16px; }
.gallery-lightbox .swiper-slide img { max-width: 100%; max-height: 85vh; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.4); cursor: default; }
.gallery-lightbox .gl-prev, .gallery-lightbox .gl-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); border: 0; color: #fff; width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; cursor: pointer; transition: all .2s ease; z-index: 2; }
.gallery-lightbox .gl-prev { left: 8px; }
.gallery-lightbox .gl-next { right: 8px; }
.gallery-lightbox .gl-prev:hover, .gallery-lightbox .gl-next:hover { background: var(--sage, #8a9a5b); }
.gallery-lightbox .swiper-button-disabled { opacity: .35; cursor: not-allowed; }
@media (max-width: 575px) {
  .gallery-lightbox { padding: 20px 6px; }
  .gallery-lightbox .gl-prev, .gallery-lightbox .gl-next { width: 42px; height: 42px; font-size: 20px; }
}

/* Responsive video block */
.lp-video { position: relative; width: 100%; max-width: 960px; margin: 0 auto; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,.12); background: #000; }
.lp-video iframe, .lp-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.about-discover { margin-bottom: 10px; }
.about-discover .discover-head h3 { text-transform: uppercase; font-size: 28px; line-height: 1.3; }
.about-discover .discover-head p { color: var(--body-color); }
.about-box { display: flex; gap: 18px; }
.about-box .about-number { color: var(--theme); opacity: .5; }
.about-box h4 { font-size: 20px; margin: 0 0 12px; }
.tab-pane-c .doctor-bio p:first-child { font-size: 17px; }
.about-courses { list-style: none; padding: 0; margin: 0; columns: 1; }
.about-courses li { position: relative; padding-left: 26px; margin-bottom: 10px; color: var(--body-color); }
.about-courses li::before { content:'\F26E'; font-family:'bootstrap-icons'; position:absolute; left:0; color: var(--sage); }

/* ---------- Service detail ---------- */
.service-side-box { background: var(--smoke-2); padding: 30px 24px; }
.service-side-box .box-title { font-size: 22px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px solid var(--sage); }
.service-side-list { list-style:none; padding:0; margin:0; }
.service-side-list li a { display:block; padding: 11px 16px; color: var(--dark); border-bottom: 1px solid #e7e7e7; font-size: 14.5px; }
.service-side-list li a:hover, .service-side-list li a.active { background: var(--sage); color:#fff; padding-left: 22px; }

/* Sidebar mini article lists (popular / recent) — square thumbs */
.side-article-list { list-style:none; padding:0; margin:0; }
.side-article-list li { border-bottom: 1px solid #e7e7e7; }
.side-article-list li:last-child { border-bottom: 0; }
.side-article { display:flex; align-items:center; gap:12px; padding:10px 0; color: var(--dark); }
.side-article .sa-thumb { flex:0 0 56px; width:56px; height:56px; border-radius:8px; overflow:hidden; background:#f6f8fb; }
.side-article .sa-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.side-article .sa-title { font-size:14px; line-height:1.35; font-weight:600; }
.side-article:hover .sa-title { color: var(--sage); }

/* Related articles (below post) — square cards */
.related-articles .related-card { text-align:center; }
.related-articles .related-thumb { display:block; aspect-ratio:1/1; overflow:hidden; border-radius:10px; background:#f6f8fb; }
.related-articles .related-thumb img { width:100%; height:100%; object-fit:cover; display:block; transition: transform .6s ease; }
.related-articles .related-card:hover .related-thumb img { transform: scale(1.05); }
.related-articles .related-title { font-size:15px; margin-top:12px; line-height:1.4; }
.related-articles .related-title a { color: var(--dark); }
.related-articles .related-title a:hover { color: var(--sage); }

/* In-text shortcodes: contact buttons [iletisim] */
.inline-cta { display:flex; flex-wrap:wrap; gap:12px; padding:18px; border-radius:12px; background: var(--smoke-2, #f4f1ec); justify-content:center; }
.inline-cta .ic-btn { display:inline-flex; align-items:center; gap:8px; padding:11px 20px; border-radius:50px; font-weight:600; font-size:14.5px; color:#fff; border:0; }
.inline-cta .ic-call { background: var(--sage, #8a9a5b); }
.inline-cta .ic-wa { background:#25d366; }
.inline-cta .ic-appt { background: var(--theme, #c98a7a); }
.inline-cta .ic-btn:hover { filter:brightness(.93); color:#fff; }

/* In-text shortcode: article reference card [makale] */
.inline-article { display:flex; align-items:center; gap:16px; padding:12px 16px; border:1px solid var(--line, #e7e7e7); border-left:4px solid var(--sage, #8a9a5b); border-radius:10px; background:#fff; text-decoration:none; transition:box-shadow .2s ease; }
.inline-article:hover { box-shadow:0 8px 26px rgba(0,0,0,.08); }
.inline-article .ia-thumb { flex:0 0 70px; width:70px; height:70px; border-radius:8px; overflow:hidden; background:#f6f8fb; }
.inline-article .ia-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.inline-article .ia-body { flex:1; display:flex; flex-direction:column; gap:3px; }
.inline-article .ia-label { font-size:12px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; color: var(--sage, #8a9a5b); }
.inline-article .ia-title { font-size:16px; font-weight:600; color: var(--dark, #2a2a2a); line-height:1.35; }
.inline-article .ia-arrow { flex:0 0 auto; color: var(--sage, #8a9a5b); font-size:20px; }

/* Form consent block (KVKK aydınlatma info line + marketing opt-in checkbox) */
.form-consent { font-size: 13px; line-height: 1.55; color: var(--text-secondary, #6b6b6b); text-align: left; }
.form-consent .consent-info { margin: 0 0 10px; }
.form-consent .consent-check { margin: 0; cursor: pointer; }
.form-consent .consent-check .form-check-input { flex: 0 0 auto; }
.form-consent a.text-theme { color: var(--theme); text-decoration: underline; }
.form-consent a.text-theme:hover { opacity: .8; }

/* Contact info card (Adres / Telefon / WhatsApp / E-posta / saatler + sosyal) */
.contact-info-card { background: var(--smoke-2, #f4f1ec); border-radius: 12px; padding: 26px 26px 22px; }
.contact-info-list { list-style: none; margin: 0; padding: 0; }
.contact-info-list .ci-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.contact-info-list .ci-item:first-child { padding-top: 0; }
.contact-info-list .ci-item:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-info-list .ci-icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: var(--sage, #8a9a5b); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.contact-info-list .ci-icon--wa { background: #25d366; }
.contact-info-list .ci-body { display: flex; flex-direction: column; gap: 3px; padding-top: 2px; }
.contact-info-list .ci-label { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sage, #8a9a5b); }
.contact-info-list .ci-value { font-size: 15px; line-height: 1.45; color: var(--dark, #2a2a2a); }
.contact-info-list a.ci-value:hover { color: var(--sage, #8a9a5b); }
.contact-social { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.08); }
.contact-social .ci-label { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sage, #8a9a5b); margin-bottom: 10px; }
.contact-social-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.contact-social-icons a { width: 42px; height: 42px; border-radius: 50%; background: #fff; color: var(--sage, #8a9a5b); display: flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: 0 4px 14px rgba(0,0,0,.07); transition: all .25s ease; }
.contact-social-icons a:hover { background: var(--sage, #8a9a5b); color: #fff; transform: translateY(-2px); }

/* Blog article — "See also" link card above an H2 (injected by JS) */
.see-also-box { background: var(--smoke-2, #f4f1ec); border-left: 4px solid var(--sage, #8a9a5b); padding: 12px 18px; margin: 22px 0; border-radius: 4px; font-size: 15.5px; }
.see-also-box .sa-label { font-weight: 700; color: var(--dark, #2a2a2a); margin-right: 6px; }
.see-also-box a { color: var(--sage, #8a9a5b); text-decoration: underline; font-weight: 600; }
.see-also-box a:hover { color: var(--theme); }

/* Blog article — periodic inline CTA band (injected by JS, ~ every 5 paragraphs) */
.inline-cta-row { display: flex; gap: 10px; padding: 14px; border-radius: 14px; background: var(--smoke-2, #f4f1ec); margin: 26px 0; box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.inline-cta-row .ic-btn { flex: 1 1 0; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 14px; border-radius: 10px; font-weight: 600; font-size: 14.5px; color: #fff; text-align: center; border: 0; transition: filter .2s ease, transform .2s ease; }
.inline-cta-row .ic-btn:hover { filter: brightness(.94); color: #fff; transform: translateY(-1px); }
.inline-cta-row .ic-btn i { font-size: 17px; }
.inline-cta-row .ic-btn--appt { background: var(--theme, #c98a7a); }
.inline-cta-row .ic-btn--wa { background: #25d366; }
.inline-cta-row .ic-btn--call { background: var(--sage, #8a9a5b); }
@media (max-width: 575px) { .inline-cta-row { flex-direction: column; padding: 12px; } .inline-cta-row .ic-btn { font-size: 14px; } }

/* Blog article — fixed expert CTA card (sits after FAQ section) */
.expert-cta-card { background: #fff; border: 1px solid var(--line, #e7e7e7); border-radius: 16px; padding: 26px 28px; box-shadow: 0 8px 28px rgba(0,0,0,.06); margin-top: 60px !important; }
.expert-cta-card .ec-title { font-size: 22px; margin: 0 0 6px; padding-bottom: 10px; border-bottom: 2px solid var(--theme, #c98a7a); display: inline-block; }
.expert-cta-card .ec-desc { color: var(--text-secondary, #6b6b6b); margin: 10px 0 18px; font-size: 15px; line-height: 1.55; }
.expert-cta-card .ec-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.expert-cta-card .ec-btn { flex: 1 1 180px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 16px; border-radius: 12px; color: #fff; font-weight: 600; transition: filter .2s ease, transform .2s ease; }
.expert-cta-card .ec-btn:hover { filter: brightness(.93); color: #fff; transform: translateY(-1px); }
.expert-cta-card .ec-btn--appt { background: var(--theme, #c98a7a); }
.expert-cta-card .ec-btn--wa { background: #25d366; }
.expert-cta-card .ec-btn--call { background: var(--sage, #8a9a5b); }

/* Blog sidebar — quick appointment widget at the bottom */
.quick-cta-widget { background: #fff; border: 1px solid var(--line, #e7e7e7); border-radius: 14px; padding: 22px 22px 18px; box-shadow: 0 6px 22px rgba(0,0,0,.05); }
.quick-cta-widget .qc-head { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.quick-cta-widget .qc-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--theme, #7a5fc8); display: inline-block; }
.quick-cta-widget .qc-label { font-size: 12.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--theme, #7a5fc8); }
.quick-cta-widget .qc-desc { font-size: 14px; color: var(--text-secondary, #6b6b6b); line-height: 1.5; margin: 0 0 14px; }
.quick-cta-widget .qc-actions { display: flex; flex-direction: column; gap: 9px; }
.quick-cta-widget .qc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 14px; border-radius: 10px; color: #fff; font-weight: 600; font-size: 14.5px; transition: filter .2s ease, transform .2s ease; }
.quick-cta-widget .qc-btn:hover { filter: brightness(.93); color: #fff; transform: translateY(-1px); }
.quick-cta-widget .qc-dot { background: var(--theme, #c98a7a); }
.quick-cta-widget .qc-label { color: var(--theme, #c98a7a); }
.quick-cta-widget .qc-btn--appt { background: var(--theme, #c98a7a); }
.quick-cta-widget .qc-btn--wa { background: #25d366; }
.quick-cta-widget .qc-btn--call { background: var(--sage, #8a9a5b); }

/* Home YouTube Shorts slider (9:16 portrait cards) */
.home-shorts .shorts-swiper { position: relative; padding-bottom: 10px; }
.home-shorts .short-card { position: relative; aspect-ratio: 9 / 16; border-radius: 14px; overflow: hidden; cursor: pointer; box-shadow: 0 6px 22px rgba(0,0,0,.08); background:#000; }
.home-shorts .short-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease, filter .35s ease; }
.home-shorts .short-card:hover img { transform: scale(1.04); filter: brightness(.85); }
.home-shorts .short-card .short-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 38px; text-shadow: 0 4px 14px rgba(0,0,0,.5); pointer-events: none; }
.home-shorts .short-card .short-play i { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.18); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; transition: background .25s ease, transform .25s ease; }
.home-shorts .short-card:hover .short-play i { background: var(--theme, #c98a7a); transform: scale(1.08); }
.home-shorts .swiper-button-next, .home-shorts .swiper-button-prev { color: var(--sage, #8a9a5b); }

/* YouTube short lightbox (portrait iframe centered, Esc/backdrop close) */
.short-lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.93); display: flex; align-items: center; justify-content: center; padding: 28px 12px; animation: glFade .25s ease; }
.short-lightbox .sl-close { position: absolute; top: 14px; right: 18px; background: transparent; border: 0; color: #fff; font-size: 38px; line-height: 1; cursor: pointer; padding: 6px 14px; z-index: 3; }
.short-lightbox .sl-close:hover { color: var(--theme, #c98a7a); }
.short-lightbox .sl-frame { width: 100%; max-width: 420px; aspect-ratio: 9 / 16; max-height: 90vh; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 60px rgba(0,0,0,.55); background: #000; }
.short-lightbox .sl-frame iframe { width: 100%; height: 100%; border: 0; }

/* Home recent-blogs slider */
.home-blog-slider .blog-swiper { position: relative; padding-bottom: 10px; }
.home-blog-slider .blog-card-mini { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 22px rgba(0,0,0,.07); height: 100%; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.home-blog-slider .blog-card-mini:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.home-blog-slider .blog-card-mini .bcm-img { display: block; aspect-ratio: 524 / 350; overflow: hidden; background: var(--smoke-2, #f4f1ec); }
.home-blog-slider .blog-card-mini .bcm-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.home-blog-slider .blog-card-mini:hover .bcm-img img { transform: scale(1.06); }
.home-blog-slider .blog-card-mini .bcm-body { padding: 16px 18px 22px; }
.home-blog-slider .blog-card-mini .bcm-date { font-size: 12.5px; color: var(--text-secondary, #6b6b6b); display: inline-flex; align-items: center; gap: 5px; }
.home-blog-slider .blog-card-mini .bcm-title { font-size: 18px; line-height: 1.35; margin: 8px 0 0; }
.home-blog-slider .blog-card-mini .bcm-title a { color: var(--dark, #2a2a2a); }
.home-blog-slider .blog-card-mini .bcm-title a:hover { color: var(--sage, #8a9a5b); }
.home-blog-slider .swiper-button-next, .home-blog-slider .swiper-button-prev { color: var(--sage, #8a9a5b); }
.toc-box { border:1px solid var(--line); padding: 22px 26px; margin-bottom: 30px; background:#fff; }
.toc-box .toc-title { font-size: 26px; border-bottom:1px solid #c5c5c5; padding-bottom:10px; display:block; margin-bottom: 14px; }
.toc-box ul { margin:0; padding-left: 18px; }
.toc-box li a { color: var(--body-color); font-size: 14.5px; }
.toc-box li a:hover { color: var(--theme); }
.article-body h2 { font-size: 30px; margin: 32px 0 14px; }
.article-body h3 { font-size: 23px; margin: 26px 0 12px; }
.article-body p { color: var(--body-color); font-size: 18px; line-height: 1.8; }
.article-body li { font-size: 18px; line-height: 1.8; }
.article-body img { border-radius: 4px; }

/* ---------- Blog ---------- */
.blog-card { background:#fff; border:1px solid #eee; height:100%; transition: all .4s ease; }
.blog-card:hover { box-shadow: 0 25px 50px rgba(0,0,0,.09); }
.blog-card .bc-img { overflow:hidden; }
.blog-card .bc-img img { width:100%; height: 240px; object-fit: cover; transition: transform .6s ease; }
.blog-card:hover .bc-img img { transform: scale(1.07); }
.blog-card .bc-body { padding: 24px; }
.blog-card .bc-meta { font-size: 13px; color: var(--sage); margin-bottom: 10px; }
.blog-card .bc-title { font-size: 21px; margin: 0 0 12px; line-height: 1.3; }
.blog-card .bc-title a { color: var(--dark); }
.blog-card:hover .bc-title a { color: var(--theme); }
.blog-card .bc-text { color: var(--body-color); font-size: 18px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.blog-card .bc-link { font-size: 13px; letter-spacing:.08em; text-transform: uppercase; color: var(--theme); font-weight: 500; }
/* Infinite-scroll loader for blog listing */
.blog-loader { display:flex; align-items:center; justify-content:center; padding: 40px 0 10px; }
.blog-loader-spinner { width: 34px; height: 34px; border-radius:50%; border: 3px solid var(--line); border-top-color: var(--theme); animation: blogSpin .8s linear infinite; }
@keyframes blogSpin { to { transform: rotate(360deg); } }

/* ---------- Contact ---------- */
.contact-map iframe { width:100%; height: 100%; min-height: 360px; border:0; }
.form-style .form-control, .form-style .form-select {
  border-radius: 0; border: 1px solid #ddd; padding: 14px 18px; font-size: 15px;
}
.form-style .form-control:focus, .form-style .form-select:focus { border-color: var(--sage); box-shadow: none; }
.contact-info-row a { color: var(--dark); }
.contact-info-row a:hover { color: var(--theme); }

/* ---------- Footer — white, navy text (new design) ---------- */
.site-footer { background: #ffffff; color: var(--body-color); border-top: 1px solid var(--line); }
.footer-main { position: relative; overflow: hidden; padding: 76px 0 54px; }
.footer-monogram { display: none; } /* client: remove the NC watermark from the footer */
.footer-main .container-wide { position: relative; z-index: 1; }

/* Brand block */
.footer-logo { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; }
.footer-logo-mark {
  font-family: var(--title-font); font-weight: 700; font-size: 46px;
  color: var(--navy); line-height: 1; letter-spacing: -.02em;
  border: 2px solid var(--navy); border-radius: 6px; padding: 6px 12px;
}
.footer-logo-text strong { display: block; font-family: var(--body-font); font-weight: 600; font-size: 14px; letter-spacing: .04em; color: var(--navy); line-height: 1.3; text-transform: uppercase; }
.footer-logo-text small { display: block; font-size: 11px; letter-spacing: .22em; color: var(--steel); text-transform: uppercase; margin-top: 4px; }
.footer-socials { display: flex; gap: 12px; margin-top: 26px; }
.footer-socials a {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--line); color: var(--navy);
  display: inline-flex; align-items: center; justify-content: center; font-size: 17px;
  transition: all .25s ease;
}
.footer-socials a:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* Columns */
.footer-col-title { font-family: var(--body-font); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); margin: 0 0 22px; }
.footer-contact { list-style: none; padding: 0; margin: 0 0 24px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: 14.5px; color: var(--body-color); }
.footer-contact i { color: var(--navy); margin-top: 3px; }
.footer-contact a { color: var(--body-color); }
.footer-contact a:hover { color: var(--navy); }
.footer-cta { margin-top: 6px; }

.footer-bottom { border-top: 1px solid var(--line); padding: 20px 0; }
.footer-bottom-inner { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; justify-content: space-between; }
.footer-copy { font-size: 13px; color: var(--steel); }
.footer-legal { font-size: 13px; }
.footer-legal a { color: var(--steel); margin-left: 16px; }
.footer-legal a:hover { color: var(--navy); }
@media (max-width: 767.98px) { .footer-bottom-inner { justify-content: center; text-align: center; } .footer-legal a { margin: 0 8px; } }
/* Clear the fixed bottom sticky bar on mobile so the copyright isn't hidden behind it */
@media (max-width: 991.98px) { .footer-bottom { padding-bottom: 100px; } }

/* ---------- Appointment modal ---------- */
.modal-appointment .modal-content { border-radius: 0; border: 0; }
.modal-appointment .modal-header { border:0; padding: 28px 30px 0; }
.modal-appointment .modal-title { font-size: 28px; }

/* ---------- Utilities ---------- */
.rounded-pill-img { border-radius: 50%; }
.shape-spin { animation: spin 22s linear infinite; }
[data-reveal] { opacity:0; transform: translateY(30px); transition: all .7s ease; }
[data-reveal].in-view { opacity:1; transform: none; }
.swiper-button-next, .swiper-button-prev { color: var(--sage); }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 22px; }

/* Back to top */
.back-to-top {
  position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px;
  background: var(--sage); color:#fff; border:0; border-radius: 50%; z-index: 1020;
  display:flex; align-items:center; justify-content:center; font-size: 18px;
  opacity:0; visibility:hidden; transition: all .35s ease;
}
.back-to-top.show { opacity:1; visibility:visible; }
.back-to-top:hover { background: var(--theme); }

/* WhatsApp float */
.wa-float {
  position: fixed; left: 24px; bottom: 24px; width: 52px; height: 52px;
  background:#25d366; color:#fff; border-radius:50%; z-index:1020;
  display:flex; align-items:center; justify-content:center; font-size: 26px;
  box-shadow: 0 8px 24px rgba(37,211,102,.4);
}
.wa-float:hover { color:#fff; transform: scale(1.08); }

/* ============================================================
   HERO — hero-layout2  (drnurcihan)
   ============================================================ */
@keyframes dn-jump   { 0%,100% { transform: translate3d(0,0,0); } 40% { transform: translate3d(0,20px,0); } }
@keyframes dn-spin   { to { transform: rotate(360deg); } }
@keyframes dn-rev    { to { transform: rotate(-360deg); } }
@keyframes dn-ripple { 0% { transform: scale(1); opacity: 0; } 30% { opacity: .4; } 100% { transform: scale(1.5); opacity: 0; } }

.hero-layout2 {
  position: relative;
  background-image: linear-gradient(to top, #f6f8fb 40%, transparent 100%);
  overflow: hidden;
}
.hero-layout2 .hero-shape-5 {
  position: absolute; right: 0; top: 0; bottom: 0;
  width: 100%; max-width: 50%;
  background-color: #c9a96a; z-index: 0;
}
.hero-layout2 .hero-inner {
  position: relative; z-index: 1;
  max-width: 1600px; margin: 0 auto; width: 100%;
  display: flex; align-items: center; gap: 0;
  padding: 0;
}
.hero-layout2 .hero-content {
  position: relative; z-index: 1;
  padding: 120px 0 90px;
  flex: 0 0 auto;
}
.hero-layout2 .hero-flower {
  position: absolute; left: 50%; top: 1%; z-index: -1;
  transform: translateX(-50%); pointer-events: none;
  width: 639px; max-width: 100%;
}
.hero-layout2 .hero-flower img { width: 100%; height: auto; display: block; }
.jump { animation: dn-jump 6s linear infinite; }

/* media-style3 = circle button + label/title */
.hero-layout2 .media-style3 {
  display: flex; align-items: center; margin-bottom: 60px;
}
.circle-btn {
  position: relative; width: 100px; height: 100px;
  border-radius: 50%; background: #c9a96a; color: #f5ebe0;
  margin-right: 20px; flex: 0 0 100px;
  font-size: 1.66em;
}
.circle-btn .btn-text {
  position: absolute; top: 50%; left: 50%;
  width: 71%; height: 71%;
  transform: translate(-50%, -50%);
}
.circle-btn .btn-text svg {
  width: 100%; height: 100%; overflow: visible;
  animation: dn-spin 27s linear infinite;
}
.circle-btn:hover .btn-text svg { animation-play-state: paused; }
.circle-btn text {
  fill: currentColor;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: normal; text-transform: none;
}
.circle-btn .btn-icon {
  position: absolute; top: 50%; left: 50%;
  width: 53%; height: 53%;
  transform: translate(-50%, -50%);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.4); border-radius: 50%;
  color: #fff; font-size: 18px;
  text-decoration: none; transition: all .25s ease;
}
.circle-btn .btn-icon:hover { background: #fff; color: #c9a96a; border-color: #fff; }

.hero-layout2 .media-body { flex: 1; min-width: 0; }
.hero-layout2 .media-label {
  display: block; margin: 0 0 8px;
  color: #c9a96a;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px; line-height: 1; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
}
.hero-layout2 .media-title {
  margin: 0 0 -0.14em;
  color: #3a2a1e;
  font-family: 'Marcellus', serif;
  font-size: 78px; line-height: 78px;
  text-transform: uppercase;
  transition: opacity .5s ease-in-out;
}
.hero-layout2 .media-title.fading { opacity: 0; }

/* Hero packages (Estetik / Dermatoloji cards) */
.hero-packages { margin-top: 0; }
.package-style1.layout2 {
  position: relative; background: #fff; padding: 0;
  width: 372px; max-width: 100%;
}
.package-style1.layout2 .package-top {
  display: flex; align-items: center;
  padding: 26px 35px 0;
}
.package-style1.layout2 .package-left { flex: 1; }
.package-style1.layout2 .package-duration {
  margin: 0;
  font-size: 14px; font-weight: 400;
  color: #6f6c6c; text-transform: uppercase;
}
.package-style1.layout2 .package-name {
  margin: 0;
  font-family: 'Marcellus', serif;
  font-size: 30px; color: #3a2a1e;
  line-height: 1;
}
.package-style1.layout2 .package-shape {
  margin: 4px 30px 23px; text-align: center;
}
.package-style1.layout2 .package-shape img { max-width: 100%; height: auto; }

.package-style1 .package-img {
  position: relative;
  width: 175px; height: 175px;
  padding: 12px; margin: 0 auto 34px;
  background-color: rgba(253,231,218,.34);
  border: .25px solid rgba(154,86,58,.3);
  border-radius: 50%;
}
.package-style1 .package-img > img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 50%;
}
.package-style1 .package-dot {
  position: absolute; inset: 0;
  border-radius: 50%;
  animation-duration: 40s; pointer-events: none;
}
.package-style1 .package-dot::before {
  content: ''; position: absolute;
  top: 0; left: 50%;
  width: 12px; height: 12px;
  margin: -6px 0 0 -6px;
  background-color: #c9a96a; opacity: .78;
  border-radius: 50%;
}
.rotate         { animation: dn-spin 12s linear infinite; }
.rotate-reverse { animation: dn-rev  12s linear infinite; }

.package-style1.layout2 .package-btn { text-align: center; }
.package-style1.layout2 .vs-btn {
  display: block; width: 100%;
  background: #c9a96a; color: #f5ebe0;
  padding: 17px 28px; border: 0; outline: 0;
  font-size: 24px; font-weight: 400;
  line-height: 1; text-align: center; text-decoration: none;
  position: relative; z-index: 1;
  transition: background .3s ease, color .3s ease;
}
.package-style1.layout2 .vs-btn:hover { background: #3a2a1e; color: #fff; }
.package-style1.layout2.active .vs-btn { background: #9a563a; color: #fff; }
.package-style1.layout2.active .vs-btn:hover { background: #3a2a1e; }

/* Hero image (right side, woman mask reveal) — exact original geometry */
.hero-layout2 .hero-img {
  flex: 1; position: relative;
  text-align: center;
  padding-top: 135px; margin-right: -70px;
}
.hero-layout2 .hero-img .image {
  position: absolute;
  left: 50%; top: 100%;
  transform: translateX(-50%) translateY(-50%);
  width: 731px; max-width: none; height: auto;
  z-index: 2;
  opacity: 0; transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.hero-layout2 .hero-img .image.visible { opacity: 1; }
@media (max-width: 1199.98px) { .hero-layout2 .hero-img .image { width: 560px; } }

/* Ripple — dark sage circle with two pulsing rings */
.hero-img .hero-ripple {
  position: absolute; left: 50%; top: 21%; z-index: 0;
  width: 573px; height: 573px;
  margin-left: calc(573px / -2);
  background-color: #3f6566;
  border-radius: 50%;
}
.hero-img .hero-ripple::before,
.hero-img .hero-ripple::after {
  content: ''; position: absolute; inset: 0;
  background-color: #fefefe; border-radius: 50%;
  animation: dn-ripple 5s ease-in-out infinite;
}
.hero-img .hero-ripple::after { animation-delay: 2s; }

/* Responsive */
@media (max-width: 1199.98px) {
  .hero-layout2 .media-title { font-size: 60px; }
  .hero-img .hero-ripple { width: 460px; height: 460px; margin-left: -230px; }
}
@media (max-width: 991.98px) {
  /* Mobile header: static white bar (reserves space, no overlap) */
  .site-header { position: relative; background: #fff; }
  .site-header .header-inner { background: #fff !important; box-shadow: 0 2px 14px rgba(0,0,0,.05) !important; padding: 12px 0; }
  .site-header .container-wide { padding-inline: 16px; }
  .header-logo img { height: 48px; }
  .site-header.is-sticky { position: sticky; }

  .hero-layout2 .hero-inner { flex-direction: column; align-items: stretch; }
  .hero-layout2 .hero-shape-5 { display: none; }
  .hero-layout2 .hero-content { padding: 50px 0 40px; max-width: none; }
  .hero-layout2 .circle-btn { display: none; }
  .hero-layout2 .media-style3 { margin-bottom: 36px; }
  .hero-layout2 .hero-flower { display: none; }
  .hero-layout2 .hero-img { display: none; }
}
@media (max-width: 575.98px) {
  .hero-layout2 .media-title { font-size: 44px !important; }
  .package-style1.layout2 { width: 100%; }
}

/* ============================================================
   Right-side sticky action sidebar (BİZİ ARAYIN / RANDEVU / WHATSAPP)
   ============================================================ */
.side-actions {
  position: fixed; right: 12px; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 14px;
  z-index: 1050;
}
.side-actions a {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  width: 64px; min-height: 80px;
  padding: 10px 4px;
  background: rgba(255,255,255,.94);
  color: #3a2a1e; text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(49,60,69,.12);
  font-family: 'Cormorant SC', serif;
  font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; line-height: 1.15;
  transition: all .25s ease;
}
.side-actions a i { font-size: 22px; margin-bottom: 6px; color: #c9a96a; }
.side-actions a:hover { background: #c9a96a; color: #fff; transform: translateX(-4px); }
.side-actions a:hover i { color: #fff; }
.side-actions a.is-wa { background: #25d366; color: #fff; }
.side-actions a.is-wa i { color: #fff; }
.side-actions a.is-wa:hover { background: #1ebe5b; }
@media (max-width: 991.98px) { .side-actions { display: none; } }

/* ============================================================
   Maca Sticky Bar — editorial concept: ONE light cream panel,
   gold thin-ring icons, dark labels, hairline dividers.
   Order (top→bottom): WhatsApp → Hemen Ara → Randevu Oluştur.
   ============================================================ */
.simurgh-fixed-bar {
  right: 22px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 116px !important;
  z-index: 1040;
  border-radius: 22px !important;
}
.simurgh-fixed-bar .simurgh-fixed-bar__container {
  background: var(--smoke-2, #f6f8fb) !important;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  padding: 8px 0 !important;
  border-radius: 22px !important;
  border: 1px solid rgba(27,43,77,.16);
  box-shadow: 0 18px 44px rgba(27,43,77,.14);
  overflow: hidden;
}
.simurgh-fixed-bar .simurgh-fixed-bar__container__item {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center; justify-content: center;
  width: 116px !important; height: auto !important;
  padding: 18px 10px 17px !important;
  background: transparent !important;
  color: var(--dark) !important;
  border-radius: 0 !important;
  text-decoration: none;
  box-shadow: none;
  transition: background .22s ease;
}
.simurgh-fixed-bar .simurgh-fixed-bar__container__item:hover { background: rgba(27,43,77,.10) !important; filter: none; transform: none; }
.simurgh-fixed-bar .simurgh-fixed-bar__container__item:first-child { border-radius: 0 !important; overflow: visible; }

/* Order: WA top, Call middle, Form bottom (markup order is call/form/wa) */
.simurgh-fixed-bar .simurgh-fixed-bar__container__call         { order: 2; }
.simurgh-fixed-bar [data-bs-target="#appointment"]             { order: 3; }
.simurgh-fixed-bar .simurgh-fixed-bar__container__whatsapp     { order: 1; }

/* Hairline dividers between the three (not after the last visual item) */
.simurgh-fixed-bar .simurgh-fixed-bar__container__whatsapp,
.simurgh-fixed-bar .simurgh-fixed-bar__container__call {
  border-bottom: 1px solid rgba(27,43,77,.18);
}

/* Gold thin-ring icon discs */
.simurgh-fixed-bar .simurgh-fixed-bar__container__icon {
  height: 46px !important; width: 46px !important;
  border-radius: 50% !important;
  background: transparent;
  border: 1.5px solid var(--sage);
  color: var(--sage);
  font-size: 20px !important;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 9px;
  transition: background .22s ease, color .22s ease;
}
.simurgh-fixed-bar .simurgh-fixed-bar__container__icon i { color: var(--sage); line-height: 1; }
.simurgh-fixed-bar .simurgh-fixed-bar__container__item:hover .simurgh-fixed-bar__container__icon {
  background: var(--sage); color: #fff;
}
.simurgh-fixed-bar .simurgh-fixed-bar__container__item:hover .simurgh-fixed-bar__container__icon i { color: #fff; }

.simurgh-fixed-bar .simurgh-fixed-bar__container__item::after {
  font-family: var(--body-font);
  font-size: 10px; font-style: normal;
  font-weight: 700; color: var(--dark);
  letter-spacing: .1em; text-align: center;
  line-height: 1.35; text-transform: uppercase;
  display: block; white-space: pre-line;
}
.simurgh-fixed-bar .simurgh-fixed-bar__container__whatsapp::after { content: 'Whatsapp\A \0130le \0130leti\015Fim'; }
.simurgh-fixed-bar .simurgh-fixed-bar__container__call::after     { content: 'Hemen Ara'; }
.simurgh-fixed-bar [data-bs-target="#appointment"]::after          { content: 'Randevu\A Olu\015Ftur'; }

html[lang="en"] .simurgh-fixed-bar .simurgh-fixed-bar__container__whatsapp::after { content: 'Whatsapp\AContact'; }
html[lang="en"] .simurgh-fixed-bar .simurgh-fixed-bar__container__call::after     { content: 'Call Now'; }
html[lang="en"] .simurgh-fixed-bar [data-bs-target="#appointment"]::after         { content: 'Book\AAppointment'; }

/* Mobile: sticky bar becomes a full-width bottom bar (3 equal columns) */
@media (max-width: 991.98px) {
  .simurgh-fixed-bar {
    right: 0 !important; left: 0 !important;
    top: auto !important; bottom: 0 !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
  .simurgh-fixed-bar .simurgh-fixed-bar__container {
    flex-direction: row !important;
    width: 100%; gap: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0; border-top: 1px solid rgba(27,43,77,.2);
    box-shadow: 0 -6px 20px rgba(27,43,77,.10);
  }
  .simurgh-fixed-bar .simurgh-fixed-bar__container__item {
    width: auto !important; flex: 1 1 0 !important;
    padding: 9px 6px !important;
    border-radius: 0 !important;
    box-shadow: none;
    border-bottom: 0 !important;
    border-right: 1px solid rgba(27,43,77,.18);
  }
  .simurgh-fixed-bar .simurgh-fixed-bar__container__item:hover { background: rgba(27,43,77,.10) !important; }
  .simurgh-fixed-bar [data-bs-target="#appointment"] { border-right: 0; }
  .simurgh-fixed-bar .simurgh-fixed-bar__container__icon { width: 36px !important; height: 36px !important; font-size: 16px !important; margin-bottom: 4px; }
  .simurgh-fixed-bar .simurgh-fixed-bar__container__item::after { font-size: 9px; letter-spacing: .06em; }
}

/* ============================================================
   Blog/Service detail — on-brand styling (links, meta, FAQ, tags, share)
   ============================================================ */

/* In-content links → sage, underlined; hover terracotta */
.article-body a { color: var(--sage); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.article-body a:hover { color: var(--theme); }

/* Post meta bar (date / category under lead image) */
.post-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 22px;
  font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
  color: var(--body-color);
  padding-bottom: 18px; margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.post-meta span { display: inline-flex; align-items: center; gap: 7px; }
.post-meta i { color: var(--sage); font-size: 15px; }
.post-meta a { color: var(--body-color); }
.post-meta a:hover { color: var(--theme); }

/* FAQ accordion — recolor Bootstrap defaults to brand palette */
.theme-accordion {
  --bs-accordion-color: var(--dark);
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: var(--line);
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-btn-color: var(--dark);
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-active-color: var(--theme);
  --bs-accordion-active-bg: var(--theme-soft);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-focus-border-color: var(--line);
}
.theme-accordion .accordion-item { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 14px; overflow: hidden; background: #fff; }
.theme-accordion .accordion-header { margin: 0; }
.theme-accordion .accordion-button {
  font-family: var(--title-font); font-size: 19px; line-height: 1.35;
  color: var(--dark); background: #fff; padding: 20px 24px; box-shadow: none;
}
.theme-accordion .accordion-button:not(.collapsed) { color: var(--theme); background: var(--theme-soft); box-shadow: none; }
.theme-accordion .accordion-button:focus { box-shadow: none; border-color: var(--line); }
.theme-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c9a96a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 1.1rem;
}
.theme-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239a563a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.theme-accordion .accordion-body { color: var(--body-color); padding: 6px 24px 22px; line-height: 1.7; }
.faq-section .sec-title { margin-bottom: 28px; }

/* Tags + share footer */
.share-links { border-top: 1px solid var(--line); padding-top: 26px; }
.share-links-title { font-family: var(--title-font); color: var(--dark); font-size: 18px; margin-right: 10px; }
.tagcloud { display: inline-flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.tagcloud a {
  display: inline-block; padding: 7px 16px; border: 1px solid var(--line); border-radius: 50px;
  font-size: 13px; color: var(--body-color); background: #fff; transition: all .3s ease;
}
.tagcloud a:hover { background: var(--sage); border-color: var(--sage); color: #fff; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 10px 0 0; }
/* Share block: pin the "Paylaş:" col to the right edge even when long tags
   wrap it onto its own line (justify-content-between loses effect once the
   row wraps); icons align under the right-aligned label. */
@media (min-width: 576px) {
  .share-links .row > .col-sm-auto.text-sm-end { margin-left: auto; }
}
.share-links .text-sm-end { display: flex; flex-direction: column; align-items: flex-end; }
.share-links .text-sm-end .social-links { justify-content: flex-end; }
@media (max-width: 575.98px) {
  .share-links .text-sm-end { align-items: flex-start; }
  .share-links .text-sm-end .social-links { justify-content: flex-start; }
}
.social-links a {
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--smoke); color: var(--dark); font-size: 16px; transition: all .3s ease;
}
.social-links a:hover { background: var(--sage); color: #fff; }

/* ============================================================
   Landing pages (lp-*) — unified ad landing design
   ============================================================ */
.lp-body { font-family: var(--body-font); color: var(--body-color); margin: 0; background: #fff; }
.lp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header */
.lp-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); transition: box-shadow .3s ease; }
.lp-header.is-stuck { box-shadow: 0 6px 24px rgba(0,0,0,.07); }
.lp-header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.lp-logo img { height: 52px; width: auto; filter: brightness(0); }
.lp-header-actions { display: flex; align-items: center; gap: 18px; }
.lp-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--dark); font-weight: 600; font-size: 15px; }
.lp-phone i { color: var(--sage); }
.lp-phone:hover { color: var(--theme); }

/* Buttons */
.lp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 600; font-size: 15px; padding: 12px 24px; border-radius: 50px; border: 2px solid transparent; transition: all .25s ease; line-height: 1.1; text-align: center; cursor: pointer; }
.lp-btn-lg { padding: 15px 30px; font-size: 16px; }
.lp-btn-block { display: flex; width: 100%; }
.lp-btn-primary { background: var(--sage); color: #fff; border-color: var(--sage); }
.lp-btn-primary:hover { background: var(--sage-dark); border-color: var(--sage-dark); color: #fff; }
.lp-btn-outline { background: transparent; color: var(--dark); border-color: var(--line); }
.lp-btn-outline:hover { border-color: var(--sage); color: var(--sage); }
.lp-btn-wa { background: #25d366; color: #fff; border-color: #25d366; }
.lp-btn-wa:hover { background: #1da851; border-color: #1da851; color: #fff; }
.lp-btn-light { background: #fff; color: var(--dark); border-color: #fff; }
.lp-btn-light:hover { background: var(--theme-soft); border-color: var(--theme-soft); color: var(--theme); }
.lp-btn-light-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.lp-btn-light-outline:hover { background: #fff; color: var(--sage-dark); border-color: #fff; }

/* Hero */
.lp-hero { background: linear-gradient(180deg, var(--theme-soft) 0%, #fff 100%); position: relative; overflow: hidden; }
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 60px 20px 72px; }
.lp-hero--noimg .lp-hero-grid { grid-template-columns: 1fr; text-align: center; max-width: 880px; }
.lp-hero--noimg .lp-cta-row { justify-content: center; }
.lp-eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; font-weight: 600; color: var(--theme); margin-bottom: 16px; }
.lp-title { font-family: var(--title-font); color: var(--dark); font-size: clamp(34px, 4.6vw, 54px); line-height: 1.12; margin: 0 0 28px; }
.lp-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-cta-row--center { justify-content: center; }
.lp-hero-media { position: relative; }
.lp-hero-media::before { content: ''; position: absolute; top: -18px; right: -18px; width: 160px; height: 160px; background: var(--sage); opacity: .10; border-radius: 50%; z-index: 0; }
.lp-hero-media img { position: relative; z-index: 1; width: 100%; height: auto; border-radius: 18px; box-shadow: 0 30px 60px rgba(49,60,69,.18); display: block; }

/* Main + sidebar */
/* Sectioned content — each H2 becomes its own designed block */
.lp-block { padding: 60px 0; }
.lp-block--alt { background: var(--smoke); }
.lp-block--faq { background: var(--theme-soft); }
.lp-block-inner { max-width: 880px; margin: 0 auto; padding: 0 24px; }
.lp-block-title { font-family: var(--title-font); color: var(--dark); font-size: clamp(26px,3.3vw,38px); line-height: 1.2; margin: 0 0 28px; padding-bottom: 18px; position: relative; }
.lp-block-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 64px; height: 3px; background: var(--sage); border-radius: 3px; }
.lp-intro { padding: 58px 0 6px; }
.lp-intro .lp-block-inner { max-width: 820px; }

/* Prose typography — shared by intro, blocks and accordion bodies */
.lp-prose { font-size: 16.5px; line-height: 1.85; color: var(--body-color); }
.lp-prose > :first-child { margin-top: 0; }
.lp-prose > :last-child { margin-bottom: 0; }
.lp-intro .lp-prose { font-size: 19px; line-height: 1.8; color: var(--dark); }
.lp-prose h3 { font-family: var(--title-font); color: var(--sage-dark); font-size: 21px; margin: 30px 0 12px; }
.lp-prose h4 { font-family: var(--title-font); color: var(--dark); font-size: 18px; margin: 22px 0 10px; }
.lp-prose p { margin: 0 0 18px; }
.lp-prose ul, .lp-prose ol { margin: 0 0 22px; padding-left: 0; list-style: none; }
.lp-prose ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 30px; }
.lp-prose ul li { position: relative; padding-left: 32px; margin-bottom: 4px; }
.lp-prose ul li::before { content: ''; position: absolute; left: 0; top: 2px; width: 21px; height: 21px; border-radius: 50%; background: var(--sage) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3e%3c/svg%3e") no-repeat center / 12px; }
.lp-prose ol { counter-reset: lpc; }
.lp-prose ol li { position: relative; padding-left: 44px; margin-bottom: 16px; counter-increment: lpc; }
.lp-prose ol li::before { content: counter(lpc); position: absolute; left: 0; top: -2px; width: 30px; height: 30px; background: var(--sage); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.lp-prose img { max-width: 100%; height: auto; border-radius: 14px; margin: 18px 0; box-shadow: 0 18px 40px rgba(49,60,69,.12); }
.lp-prose a { color: var(--sage); text-decoration: underline; text-underline-offset: 3px; }
.lp-prose a:hover { color: var(--theme); }
.lp-prose strong { color: var(--dark); }
.lp-prose table { width: 100%; border-collapse: collapse; margin: 0 0 22px; }
.lp-prose th, .lp-prose td { border: 1px solid var(--line); padding: 10px 14px; text-align: left; }
.lp-prose th { background: #fff; color: var(--dark); }
.lp-block--faq .accordion.theme-accordion { margin-top: 4px; }

/* Mid-content CTA strip */
.lp-midcta { background: var(--dark); }
.lp-midcta-inner { max-width: 880px; margin: 0 auto; padding: 38px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.lp-midcta-text { font-family: var(--title-font); font-size: 24px; color: #fff; margin: 0; }
.lp-midcta .lp-cta-row { margin: 0; }

/* CTA band */
/* CTA band → contained navy card (breaks up long landing content) */
.lp-cta-band { background: transparent; padding: 14px 0; }
.lp-cta-card {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff; border-radius: 20px; padding: 48px 32px 44px; text-align: center;
  margin: 28px 0; box-shadow: 0 24px 60px rgba(27,43,77,.18); position: relative;
}
.lp-cta-orn { display: inline-flex; color: rgba(255,255,255,.65); margin-bottom: 14px; line-height: 0; }
.lp-cta-band-inner { padding: 56px 20px; text-align: center; }
.lp-cta-band-title { font-family: var(--title-font); color: #fff; font-size: clamp(26px,3.2vw,38px); line-height: 1.2; margin: 0 0 14px; }

/* Footer */
.lp-footer { background: var(--dark); color: rgba(255,255,255,.8); padding: 50px 0 0; }
.lp-footer-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 36px; align-items: start; padding-bottom: 36px; }
.lp-footer-brand img { height: 70px; width: auto; filter: brightness(0) invert(1); opacity: .92; }
.lp-footer-contact p { margin: 0 0 12px; display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; }
.lp-footer-contact i { color: var(--sage); margin-top: 3px; }
.lp-footer-contact a { color: rgba(255,255,255,.8); }
.lp-footer-contact a:hover { color: #fff; }
.lp-footer-legal { display: flex; flex-direction: column; gap: 12px; }
.lp-footer-legal a { color: rgba(255,255,255,.8); font-size: 14.5px; }
.lp-footer-legal a:hover { color: #fff; }
.lp-copyright { border-top: 1px solid rgba(255,255,255,.12); text-align: center; padding: 20px; font-size: 13.5px; color: rgba(255,255,255,.6); }

/* Mobile sticky CTA */
.lp-mobile-cta { display: none; }
@media (max-width: 991px) {
  .lp-hero-grid { grid-template-columns: 1fr; text-align: center; gap: 36px; padding: 44px 20px 52px; }
  .lp-cta-row { justify-content: center; }
  .lp-hero-media { max-width: 460px; margin: 0 auto; }
  .lp-midcta-inner { flex-direction: column; text-align: center; }
  .lp-midcta .lp-cta-row { justify-content: center; }
}
@media (max-width: 767px) {
  .lp-header-actions .lp-phone span { display: none; }
  .lp-phone { font-size: 20px; }
  .lp-prose ul { grid-template-columns: 1fr; }
  .lp-footer-grid { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .lp-footer-contact p, .lp-footer-legal { align-items: center; justify-content: center; }
  .lp-body { padding-bottom: 70px; }
  .lp-mobile-cta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 20px rgba(0,0,0,.09); }
  .lp-mobile-cta a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 9px 4px; font-size: 11px; color: var(--dark); font-weight: 600; }
  .lp-mobile-cta a i { font-size: 19px; }
  .lp-mobile-cta a .bi-telephone-fill { color: var(--sage); }
  .lp-mobile-cta a .bi-whatsapp { color: #25d366; }
  .lp-mobile-cta a .bi-instagram { color: #e1306c; }
  .lp-mobile-cta a .bi-calendar-check { color: var(--theme); }
}

/* ---- Section blocks (panel-managed) extra styles ---- */
.lp-block--soft { background: var(--theme-soft); }
.lp-hero-lead { font-size: 18px; line-height: 1.7; color: var(--dark); margin: 0 0 26px; max-width: 620px; }
.lp-hero--noimg .lp-hero-lead { margin-left: auto; margin-right: auto; }
.lp-block-intro { font-size: 17px; line-height: 1.75; color: var(--body-color); margin: -8px 0 24px; }
.lp-cta-band-text { color: rgba(255,255,255,.9); font-size: 17px; max-width: 640px; margin: 0 auto 26px; }

/* Image + text */
.lp-imgtext { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.lp-imgtext--left .lp-imgtext-media { order: -1; }
.lp-imgtext-media img { width: 100%; height: auto; border-radius: 16px; box-shadow: 0 24px 50px rgba(49,60,69,.15); display: block; }
.lp-imgtext-body .lp-block-title { margin-top: 0; }

/* Pricing list */
.lp-pricing { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.lp-price-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 26px; border-bottom: 1px solid var(--line); }
.lp-price-row:last-child { border-bottom: 0; }
.lp-price-info h4 { font-family: var(--title-font); font-size: 19px; color: var(--dark); margin: 0 0 3px; }
.lp-price-info h4 a { color: var(--dark); }
.lp-price-info h4 a:hover { color: var(--theme); }
.lp-price-info p { margin: 0; font-size: 14px; color: var(--body-color); }
.lp-price-val { font-family: var(--title-font); font-size: 22px; color: var(--theme); white-space: nowrap; }

@media (max-width: 991px) {
  .lp-imgtext { grid-template-columns: 1fr; gap: 28px; }
  .lp-imgtext--left .lp-imgtext-media { order: 0; }
}

/* ---- Footer link columns (Hizmetler / Bloglar) ---- */
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { color: var(--body-color); font-size: 14.5px; display: inline-flex; align-items: flex-start; gap: 8px; line-height: 1.45; transition: color .2s ease, transform .2s ease; }
.footer-links a::before { content: '\F285'; font-family: 'bootstrap-icons'; font-size: 11px; color: var(--steel); margin-top: 3px; }
.footer-links a:hover { color: var(--navy); transform: translateX(3px); }

/* ---- Homepage SEO text block (bottom) ---- */
.home-seo { background: var(--smoke); padding: 50px 0; }
.home-seo-text { max-width: 1000px; margin: 0 auto; color: var(--body-color); font-size: 14.5px; line-height: 1.8; }
.home-seo-text h1, .home-seo-text h2, .home-seo-text h3 { font-family: var(--title-font); color: var(--dark); font-size: 20px; margin: 18px 0 10px; }
.home-seo-text p { margin: 0 0 12px; }
.home-seo-text a { color: var(--theme); text-decoration: underline; }

/* ==========================================================================
   NC EDITORIAL HERO — cream + gold + chocolate (new concept)
   Replaces the old .hero-layout2 layout.
   ========================================================================== */
.nc-hero {
  position: relative;
  background: #ffffff;
  padding: 76px 0 92px;
  overflow: hidden;
}
@media (max-width: 991.98px) { .nc-hero { padding: 44px 0 56px; } }

.nc-hero-wrap { position: relative; z-index: 1; }
.nc-hero-content { position: relative; padding-right: 30px; }
@media (max-width: 991.98px) { .nc-hero-content { padding-right: 0; margin-bottom: 36px; text-align: center; } }

.nc-hero-kicker { display: block; width: 64px; height: 2px; background: var(--navy); margin-bottom: 30px; }
@media (max-width: 991.98px) { .nc-hero-kicker { margin-inline: auto; } }

.nc-hero-title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.18;
  color: var(--navy);
  margin: 0 0 26px;
  letter-spacing: -.005em;
}
.nc-hero-lead {
  font-family: var(--body-font);
  font-size: 17px; line-height: 1.78;
  color: var(--body-color);
  max-width: 520px; margin: 0 0 36px;
}
@media (max-width: 991.98px) { .nc-hero-lead { margin-inline: auto; } }

/* Generic line-art icon sizing */
.nc-line-ic { width: 100%; height: 100%; display: block; }

/* Solid navy button (primary CTA in the new design) */
.btn-navy {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--navy); color: #fff;
  font-family: var(--body-font); font-weight: 600; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 16px 32px; border-radius: 4px; border: 1px solid var(--navy);
  transition: background .3s ease, transform .3s ease, color .3s ease;
}
.btn-navy:hover { background: var(--navy-2); color: #fff; transform: translateY(-2px); }
.btn-navy i { transition: transform .3s ease; }
.btn-navy:hover i { transform: translateX(4px); }
.btn-navy-outline {
  display: inline-flex; align-items: center; gap: 12px;
  background: transparent; color: var(--navy);
  font-family: var(--body-font); font-weight: 600; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 16px 32px; border-radius: 4px; border: 1px solid var(--navy);
  transition: all .3s ease;
}
.btn-navy-outline:hover { background: var(--navy); color: #fff; }

.nc-hero-figure { display: flex; justify-content: center; align-items: center; }
.nc-hero-circle {
  width: min(100%, 480px); aspect-ratio: 1 / 1; border-radius: 50%;
  overflow: hidden; position: relative;
  box-shadow: 0 34px 80px rgba(27,43,77,.20);
}
.nc-hero-circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 991.98px) {
  .nc-hero-circle { width: min(82%, 360px); margin: 0 auto; }
}

/* Right action rail (WhatsApp / Ara / Randevu) */
.nc-action-rail {
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 10px;
  z-index: 5;
  padding-right: 22px;
}
.nc-action {
  background: var(--dark);
  color: #f5ebe0;
  border-radius: 16px;
  width: 108px;
  padding: 18px 12px 18px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-align: center;
  text-decoration: none;
  transition: all .28s ease;
  box-shadow: 0 10px 28px rgba(27,43,77,.14);
}
.nc-action:hover { color: #fff; transform: translateX(-3px); background: var(--dark-2); }
.nc-action .nc-action-ic {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--smoke); color: var(--dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  transition: all .28s ease;
}
.nc-action:hover .nc-action-ic { background: var(--sage); color: var(--dark); }
.nc-action .nc-action-lbl {
  font-size: 10.5px; letter-spacing: .12em; font-weight: 700;
  line-height: 1.3;
}
.nc-action--wa .nc-action-ic { color: #25d366; }
@media (max-width: 1199.98px) { .nc-action-rail { display: none; } }

/* Trust strip — one cream rounded panel that OVERLAPS the bottom of the hero */
.nc-trust {
  background: transparent;
  padding: 0 0 54px;
  border-top: 0;
  position: relative;
  z-index: 6;
  margin-top: -74px;
}
.nc-trust-row {
  background: var(--smoke-2);
  border: 1px solid rgba(27,43,77,.16);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(27,43,77,.10);
}
@media (max-width: 991.98px) { .nc-trust { margin-top: 24px; } }
.nc-trust-item {
  display: flex; align-items: center; gap: 18px;
  padding: 28px 32px;
  position: relative;
}
.nc-trust-item + .nc-trust-item::before {
  content: ''; position: absolute; left: 0; top: 24%; bottom: 24%;
  width: 1px; background: rgba(27,43,77,.22);
}
@media (max-width: 767.98px) {
  .nc-trust { padding: 8px 0 36px; }
  .nc-trust-item { padding: 22px 26px; }
  .nc-trust-item + .nc-trust-item::before {
    left: 26px; right: 26px; top: 0; bottom: auto; width: auto; height: 1px;
  }
}
.nc-trust-ic {
  flex: 0 0 48px; width: 48px; height: 48px;
  background: transparent;
  color: var(--sage);
  display: flex; align-items: center; justify-content: center;
}
.nc-trust-item h3 {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--dark);
  margin: 0 0 4px;
}
.nc-trust-item p {
  font-size: 14px;
  color: var(--body-color);
  margin: 0;
  line-height: 1.5;
}

/* Header — solid white bar, navy nav, navy rectangular CTA (new design) */
.site-header { position: relative; background: #ffffff; box-shadow: 0 1px 0 var(--line); }
.site-header .header-inner { background: #fff !important; padding: 8px 0; }
.site-header .main-menu > ul > li > a { padding: 28px 0; }
.site-header .main-menu a,
.site-header .header-icons .lang-switch a,
.site-header .header-icons .icon-btn,
.site-header .header-social a { color: var(--navy); }
.site-header .main-menu > ul > li > a { font-size: 14px; letter-spacing: .04em; font-weight: 500; }
.site-header .main-menu a:hover,
.site-header .main-menu > ul > li.current > a { color: var(--steel); }
.site-header .lang-switch a.active { color: var(--navy); }
.site-header .btn-appointment {
  background: var(--navy);
  color: #fff !important;
  font-family: var(--body-font);
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 4px;
  transition: all .25s ease;
}
.site-header .btn-appointment:hover { background: var(--navy-2); color: #fff !important; }
.site-header.is-sticky { background: rgba(255,255,255,.97); backdrop-filter: blur(8px); }
.main-menu .mega-menu { border-top: 3px solid var(--navy); }

/* ---- Services mega-menu: category columns (parent = heading, children = list) ---- */
.main-menu .has-mega > .mega-menu {
  display: block !important;
  column-count: 4; column-gap: 42px;
  padding: 34px 44px 26px;
}
.main-menu .has-mega > .mega-menu > li {
  display: block; margin-bottom: 20px;
  break-inside: avoid; -webkit-column-break-inside: avoid; page-break-inside: avoid;
}
/* Parent category → heading */
.main-menu .has-mega > .mega-menu > li > a {
  display: block; font-family: var(--body-font); font-weight: 700;
  font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
  color: var(--navy); padding: 0 0 8px; margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
}
.main-menu .has-mega > .mega-menu > li > a:hover { color: var(--steel); padding-left: 0; }
/* Nested children → plain vertical list beneath the heading (not a dropdown/grid).
   NOTE: do NOT force visibility/opacity here — the child must inherit the outer
   mega's hidden state, otherwise a visible-but-parent-hidden child stays
   hit-testable and hovering the top of the page re-opens the menu. The outer
   mega's own :hover rule (.has-mega:hover .mega-menu) reveals these when open. */
.main-menu .mega-menu .mega-menu {
  position: static !important; display: block !important;
  transform: none !important;
  box-shadow: none !important; border: 0 !important; padding: 0 !important; margin: 0 !important;
  column-count: 1 !important; background: transparent !important; min-width: 0 !important;
  transition: none !important;
}
.main-menu .mega-menu .mega-menu > li { margin: 0; }
.main-menu .mega-menu .mega-menu > li > a {
  display: block; font-family: var(--body-font); font-weight: 400;
  font-size: 13px; letter-spacing: 0; text-transform: none;
  color: var(--body-color); padding: 4px 0; border-bottom: 0;
}
.main-menu .mega-menu .mega-menu > li > a:hover { color: var(--navy); padding-left: 4px; }
.header-logo img.logo-dark { filter: none; }

/* Uploaded logo image (panel: header/footer logo) — takes precedence over the NC lockup */
.header-logo-img { display: inline-block; line-height: 0; }
.header-logo-img img { height: 78px; width: auto; display: block; }
.footer-logo-img { display: inline-block; line-height: 0; margin-bottom: 22px; }
.footer-logo-img img { height: 96px; width: auto; display: block; }
@media (max-width: 575.98px) { .header-logo-img img { height: 54px; } .footer-logo-img img { height: 76px; } }

/* NC monogram lockup logo (new design) */
.nc-logo { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.nc-logo-mark {
  font-family: var(--title-font); font-weight: 700; font-size: 33px;
  color: var(--navy); line-height: 1; letter-spacing: -.02em;
  border: 2px solid var(--navy); border-radius: 5px; padding: 5px 10px;
}
.nc-logo-text strong { display: block; font-family: var(--body-font); font-weight: 600; font-size: 13px; letter-spacing: .03em; color: var(--navy); line-height: 1.24; text-transform: uppercase; }
.nc-logo-text small { display: block; font-size: 9.5px; letter-spacing: .24em; color: var(--steel); text-transform: uppercase; margin-top: 3px; }
@media (max-width: 575.98px) {
  .nc-logo { gap: 10px; }
  .nc-logo-mark { font-size: 26px; padding: 4px 8px; }
  .nc-logo-text strong { font-size: 11px; }
  .nc-logo-text small { font-size: 8px; letter-spacing: .16em; }
}

/* Section titles — Playfair, navy */
.sec-title, .lp-block-title, .sec-title-lg {
  font-family: var(--title-font);
  color: var(--navy);
  font-weight: 600;
  letter-spacing: -.005em;
}
.sec-subtitle {
  font-family: var(--body-font);
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--steel);
}

/* Existing helpers re-tuned for navy */
.bg-smoke { background-color: var(--smoke) !important; }
.btn-sage { background: var(--navy); color: #fff; font-weight: 600; }
.btn-sage:hover { background: var(--navy-2); color: #fff; }

/* ============================================================
   HOMEPAGE — EDITORIAL REDESIGN OVERRIDE LAYER
   Unifies every homepage section onto the cream/gold/chocolate
   system. Placed last so it wins the cascade over the inherited
   demo-theme rules above (matched at equal/higher specificity).
   ============================================================ */

/* ---- Unified buttons: soft-rounded, refined ---- */
.btn-theme, .btn-sage, .btn-dark2, .btn-outline-light2, .btn-outline-gold {
  border-radius: 9px !important;
  --bs-btn-border-radius: 9px;
  font-weight: 600; font-size: 13px; letter-spacing: .14em;
  padding: 16px 36px;
}
.btn-dark2 { background: var(--dark); color: var(--smoke); }
.btn-dark2:hover { background: var(--sage); color: #fff; }
.btn-outline-gold {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--body-font); text-transform: uppercase; line-height: 1;
  background: transparent; color: var(--sage);
  border: 1px solid var(--sage); padding: 16px 36px;
  transition: all .35s ease;
}
.btn-outline-gold:hover { background: var(--sage); color: #fff; }

/* ---- Unified section header + gold rule ornament ---- */
.title-area { margin-bottom: 56px; }
.sec-subtitle {
  font-family: var(--body-font); font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  font-size: 12px; color: var(--sage);
  display: inline-block; margin-bottom: 14px;
}
/* Client request: hide the "Doç. Dr. Nur Cihan Coşansu" eyebrow above section titles */
.sec-subtitle { display: none !important; }
.sec-title { font-size: clamp(32px, 4.4vw, 50px); line-height: 1.08; }
/* Replace the ornate flourish image with a slim gold line + center diamond */
.sec-shape {
  margin-top: 20px; position: relative;
  display: flex; align-items: center; justify-content: center; height: 14px;
}
.title-area:not(.text-center) .sec-shape { justify-content: flex-start; }
.sec-shape img { display: none !important; }
.sec-shape::before {
  content: ''; width: 116px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--sage) 28%, var(--sage) 72%, transparent);
}
.title-area:not(.text-center) .sec-shape::before {
  background: linear-gradient(90deg, var(--sage) 0%, var(--sage) 72%, transparent);
}
.sec-shape::after {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 7px; height: 7px; background: var(--sage);
  transform: translate(-50%, -50%) rotate(45deg);
}
.title-area:not(.text-center) .sec-shape::after { left: 58px; }

/* Per-section title overrides → cream system (kill hardcoded 55px / #212529) */
.services-section .sec-subtitle,
.special-section .sec-subtitle,
.yenisen-content .sec-subtitle {
  display: inline-block; color: var(--sage);
  font-family: var(--body-font); font-weight: 700;
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  margin-bottom: 14px;
}
.services-section .sec-title,
.special-section .sec-title,
.instagram-head .sec-title {
  font-family: var(--title-font); color: var(--dark); font-weight: 500;
  font-size: clamp(32px, 4.4vw, 50px); line-height: 1.08; margin: 0;
}

/* ---- Section backgrounds: warm cream rhythm (alternate) ---- */
.services-section { background-image: none; background: var(--smoke); padding: 96px 0; }
.special-section { background: var(--smoke-2); }
.instagram-section { background: var(--smoke); }
.home-blog-slider { background: var(--smoke-2); }

/* ---- Special section: 2 + center device + 2 showcase (navy, elegant) ---- */
.special-showcase { margin-top: 10px; }
.special-item { display: block; text-decoration: none; margin-bottom: 38px; }
.special-col--left .special-item:last-child,
.special-col--right .special-item:last-child { margin-bottom: 0; }
.special-item-img {
  border-radius: 14px; overflow: hidden; aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(27,43,77,.08);
  transition: box-shadow .35s ease, transform .35s ease;
}
.special-item-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.special-item:hover .special-item-img { box-shadow: 0 24px 54px rgba(27,43,77,.16); transform: translateY(-4px); }
.special-item:hover .special-item-img img { transform: scale(1.06); }
.special-item-title {
  font-family: var(--title-font); font-weight: 600; color: var(--navy);
  font-size: 22px; line-height: 1.25; text-align: center; margin: 16px 0 0;
  transition: color .25s ease;
}
.special-item:hover .special-item-title { color: var(--steel); }
.special-device { position: relative; align-items: center; justify-content: center; }
.special-device::before {
  content: ''; position: absolute; width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, var(--smoke) 0%, rgba(238,242,247,0) 70%);
  z-index: 0;
}
.special-device img {
  position: relative; z-index: 1; width: auto; max-width: 100%; max-height: 560px;
  filter: drop-shadow(0 34px 56px rgba(27,43,77,.16));
}
@media (max-width: 991.98px) {
  .special-device { display: none !important; }
  .special-item { margin-bottom: 28px; }
}

/* ---- (legacy 4-up grid — kept harmless) ---- */
.special-grid { margin-top: 8px; }
.special-card {
  display: block; text-decoration: none; height: 100%;
  background: #fff; border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(27,43,77,.14);
  box-shadow: 0 14px 38px rgba(27,43,77,.06);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}
.special-card:hover { transform: translateY(-6px); box-shadow: 0 26px 56px rgba(27,43,77,.14); border-color: rgba(27,43,77,.5); }
.special-card-img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--smoke-2); }
.special-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.special-card:hover .special-card-img img { transform: scale(1.06); }
.special-card-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(42,30,21,.30) 100%);
  opacity: 0; transition: opacity .32s ease;
}
.special-card:hover .special-card-img::after { opacity: 1; }
.special-card-arrow {
  position: absolute; right: 14px; bottom: 14px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--sage); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; opacity: 0; transform: translateY(8px);
  transition: opacity .32s ease, transform .32s ease;
}
.special-card:hover .special-card-arrow { opacity: 1; transform: translateY(0); }
.special-card-body { padding: 20px 20px 24px; text-align: center; }
.special-card-title {
  font-family: var(--title-font); color: var(--dark);
  font-size: 21px; line-height: 1.25; margin: 0;
  transition: color .25s ease;
}
.special-card:hover .special-card-title { color: var(--theme); }
.special-card-text {
  color: var(--body-color); font-size: 13.5px; line-height: 1.55;
  margin: 9px 0 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
@media (max-width: 575.98px) {
  .special-card-title { font-size: 18px; }
  .special-card-body { padding: 16px 14px 18px; }
}

/* ---- Service cards (feature-style2): clean editorial card ---- */
.feature-style2 {
  background: #fff; text-align: center;
  padding: 0 28px 40px; margin: 30px 12px 26px;
  border: 1px solid rgba(27,43,77,.14);
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 16px 40px rgba(27,43,77,.06);
  transition: transform .3s ease, box-shadow .3s ease;
}
.feature-style2:hover { transform: translateY(-4px); box-shadow: 0 24px 54px rgba(27,43,77,.12); }
.feature-style2::after { display: none !important; }       /* kill dashed offset frame */
.feature-style2 .vs-icon.style2 {
  background: var(--smoke-2); overflow: hidden;
  width: calc(100% + 58px); margin: 0 -29px 22px;
  aspect-ratio: 296 / 168; height: auto;
  border-radius: 0;
}
.feature-style2 .vs-icon.style2 img { width: 100%; height: 100%; object-fit: cover; }
.feature-style2 .feature-title {
  font-family: var(--title-font); color: var(--dark);
  font-size: 24px; line-height: 1.22; margin: 0;
}
.feature-style2 .arrow-shape { display: none !important; }  /* kill zigzag divider */
.feature-style2 .feature-title { margin-top: 4px; }
.feature-style2 .feature-text {
  color: var(--body-color); font-size: 15px; line-height: 1.6;
  margin: 12px 4px 22px;
}
.feature-style2 .link-btn.style2 {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--sage); font-weight: 600; font-size: 12.5px;
  letter-spacing: .1em; text-transform: uppercase;
  border-bottom: 0; padding-bottom: 0;
}
.feature-style2 .link-btn.style2::after {
  content: '\2192'; font-size: 15px; transition: transform .25s ease;
}
.feature-style2 .link-btn.style2:hover { color: var(--theme); border-color: transparent; }
.feature-style2 .link-btn.style2:hover::after { transform: translateX(4px); }

/* Service listing card image bg (peach → cream) */
.service-card .sc-img { background: var(--smoke-2); }
.service-card { border-color: rgba(27,43,77,.16); border-radius: 16px; }
.service-card .sc-img { border-radius: 16px 16px 0 0; }

/* ---- Special band (peach → soft gold cream) ---- */
.special-band {
  background: linear-gradient(180deg, var(--smoke-2) 0%, #eef2f7 100%);
  margin-top: 30px; border-radius: 24px;
}
.service-style1 .service-title { font-family: var(--title-font); color: var(--dark); }
.service-style1:hover .service-title { color: var(--theme); }

/* ---- Yeni Sen (grey radial + peach → cream/gold) ---- */
.yenisen-section {
  background: radial-gradient(circle at 50% 40%, var(--smoke-2) 40%, #e6ebf2 85%);
}
.yenisen-title { font-family: var(--title-font); color: var(--dark); }
.yenisen-cta .circle-btn.style3 { background: var(--sage); color: #fff; }
.yenisen-cta .circle-btn.style3 .btn-icon { border-color: rgba(255,255,255,.6); color: #fff; }
.yenisen-cta .circle-btn.style3 text { fill: #fff; }
.yenisen-wa {
  background: #fff; color: var(--dark);
  border: 1px solid rgba(27,43,77,.18); border-radius: 0 10px 10px 0;
}
.yenisen-wa:hover { color: var(--theme); }
.yenisen-text { color: var(--body-color); }

/* circle-btn teal hover → gold */
.circle-btn .btn-icon:hover { background: var(--sage); color: #fff; border-color: var(--sage); }

/* ---- Instagram ---- */
.instagram-head .sec-title { margin: 0; }
.ig-card { border-radius: 16px; }
.ig-card .ig-icon { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
/* Instagram: show 3 cards on desktop (md+), all (e.g. 4 → 2×2) on mobile */
@media (min-width: 768px) {
  .instagram-section .row > [class*="col-"]:nth-child(n+4) { display: none; }
}

/* ---- CTA band → cohesive chocolate/gold (styled at base rule above) ---- */
.cta-band .btn-sage { background: var(--sage); color: #fff; }
.cta-band .btn-sage:hover { background: #fff; color: var(--dark); }

/* ---- Home SEO text block ---- */
.home-seo { background: var(--smoke); }

/* ============================================================
   REDESIGN V2 — navy/white clinical-luxury sections
   ============================================================ */

/* ---- Features strip: 6-col white card overlapping hero ---- */
.nc-features { background: #fff; position: relative; z-index: 5; }
.nc-features .container-wide { margin-top: -58px; }
.nc-features-card {
  background: #fff;
  box-shadow: 0 30px 70px rgba(27,43,77,.10);
  border: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(6, 1fr);
}
.nc-feature { padding: 42px 22px; text-align: center; position: relative; }
.nc-feature + .nc-feature::before {
  content: ''; position: absolute; left: 0; top: 30px; bottom: 30px;
  width: 1px; background: var(--line);
}
.nc-feature-ic { display: inline-flex; width: 46px; height: 46px; color: var(--navy); margin-bottom: 18px; }
.nc-feature-title { font-family: var(--body-font); font-weight: 700; font-size: 12.5px; letter-spacing: .09em; color: var(--navy); margin: 0 0 12px; line-height: 1.4; }
.nc-feature-text { font-size: 13px; line-height: 1.62; color: var(--body-color); margin: 0; }
@media (max-width: 991.98px) {
  .nc-features .container-wide { margin-top: -30px; }
  .nc-features-card { grid-template-columns: repeat(2, 1fr); }
  .nc-feature + .nc-feature::before { display: none; }
  .nc-feature { border-top: 1px solid var(--line); }
  .nc-feature:nth-child(odd) { border-right: 1px solid var(--line); }
  .nc-feature:nth-child(-n+2) { border-top: 0; }
}
@media (max-width: 575.98px) {
  .nc-features-card { grid-template-columns: 1fr; }
  .nc-feature:nth-child(odd) { border-right: 0; }
  .nc-feature:nth-child(2) { border-top: 1px solid var(--line); }
}

/* ---- About (HAKKIMIZDA) ---- */
.nc-about { background: #fff; padding: 96px 0; position: relative; overflow: hidden; }
/* Constrain the about row so the two halves sit close (no huge photo↔text gap,
   and the heading clears the right action rail). */
.nc-about > .container-wide { max-width: 1180px; }
.nc-about-figure { position: relative; }
.nc-about-monogram {
  position: absolute; left: -14px; top: -34px; z-index: 0;
  font-family: var(--title-font); font-weight: 600;
  font-size: 210px; line-height: 1; color: var(--theme-soft);
  pointer-events: none; user-select: none;
}
.nc-about-img { position: relative; z-index: 1; border-radius: 6px; overflow: hidden; box-shadow: 0 30px 70px rgba(27,43,77,.16); max-width: 100%; }
.nc-about-img img { width: 100%; display: block; aspect-ratio: 1 / 1.12; object-fit: cover; }
.nc-about-content { padding-left: 50px; }
@media (min-width: 992px) { .nc-about-content { padding-left: 50px; } }
.nc-about-eyebrow { display: flex; align-items: center; gap: 14px; font-family: var(--body-font); font-weight: 600; letter-spacing: .2em; font-size: 12px; color: var(--steel); text-transform: uppercase; margin-bottom: 18px; }
.nc-eyebrow-line { width: 42px; height: 1px; background: var(--steel); }
.nc-about-title { font-family: var(--title-font); font-weight: 600; font-size: clamp(28px, 3.4vw, 42px); color: var(--navy); line-height: 1.22; margin: 0 0 24px; }
.nc-about-content p { color: var(--body-color); font-size: 16px; line-height: 1.8; margin: 0 0 16px; }
.nc-about-content .btn-navy { margin-top: 18px; }
@media (max-width: 991.98px) {
  .nc-about { padding: 60px 0; }
  .nc-about > .container-wide { max-width: 100%; padding-inline: 20px; }
  /* kill the g-5 row negative-margin/gutter so the content can't sit off the left edge */
  .nc-about .row { --bs-gutter-x: 0 !important; margin-inline: 0 !important; }
  .nc-about-figure, .nc-about-content { padding-inline: 0 !important; }
  .nc-about-content { padding-left: 0 !important; margin-top: 28px; }
  .nc-about-img { max-width: 100%; }
  .nc-about-monogram { display: none !important; }
  .nc-about-title { font-size: 28px; }
}

/* ---- Dark navy trust band (4 cols) ---- */
.nc-darkband { background: var(--navy); padding: 64px 0; }
.nc-darkband-item { padding: 22px 28px; text-align: center; position: relative; }
.nc-darkband-ic { display: inline-flex; width: 44px; height: 44px; color: #fff; margin-bottom: 16px; }
.nc-darkband-title { font-family: var(--body-font); font-weight: 700; font-size: 13px; letter-spacing: .12em; color: #fff; margin: 0 0 10px; }
.nc-darkband-text { font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.66); margin: 0 auto; max-width: 220px; }
@media (min-width: 992px) {
  .nc-darkband-item + .nc-darkband-item::before {
    content: ''; position: absolute; left: 0; top: 16%; bottom: 16%;
    width: 1px; background: rgba(255,255,255,.14);
  }
}
@media (max-width: 991.98px) {
  .nc-darkband-item { padding: 20px 18px; }
  .nc-darkband-row > [class*="col-"]:nth-child(-n+2) .nc-darkband-item { margin-bottom: 6px; }
}
