/* ============================================================
   Prof. Dr. Aziz Yaşan — azizyasan.com
   Ana palet: koyu yeşil / adaçayı / krem
   ============================================================ */

:root {
  --green-950: #0b2b20;
  --green-900: #10382a;
  --green-800: #164a37;
  --green-700: #1d5c44;
  --green-600: #277357;
  --green-500: #35886a;
  --sage-200: #d6e4dc;
  --sage-100: #e9f1ec;
  --cream: #faf9f5;
  --white: #ffffff;
  --gold: #b3945a;
  --ink: #1f2b25;
  --ink-soft: #4c5d54;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(16, 56, 42, 0.08);
  --shadow-lg: 0 18px 50px rgba(16, 56, 42, 0.14);
  --font-serif: "Playfair Display", "Georgia", serif;
  --font-sans: "Inter", "Segoe UI", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: clip; }

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 249, 245, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--sage-200);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand { text-decoration: none; }

.brand .brand-name {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--green-900);
  letter-spacing: 0.01em;
}

.brand .brand-sub {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin-top: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.main-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] { color: var(--green-700); }

.nav-cta {
  background: var(--green-800);
  color: var(--white) !important;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-weight: 600;
  transition: background 0.2s;
}

.nav-cta:hover { background: var(--green-600); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--green-900);
  margin: 5px 0;
  transition: transform 0.25s, opacity 0.25s;
}

/* ---------- Hero ---------- */

.hero {
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(53, 136, 106, 0.35), transparent 60%),
    radial-gradient(800px 420px at -10% 110%, rgba(179, 148, 90, 0.18), transparent 55%),
    linear-gradient(160deg, var(--green-950) 0%, var(--green-900) 55%, var(--green-800) 100%);
  color: var(--white);
  padding: 6.5rem 0 5.5rem;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-statsrow { position: relative; z-index: 1; }

/* Hero fotoğraf alanı */
.hero-visual {
  position: relative;
  animation: fadeUp 0.8s 0.5s ease both;
  width: min(100%, 480px);
  margin: 0 1.4rem 1.4rem auto;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 1.4rem -1.4rem -1.4rem 1.4rem;
  border: 1.5px solid rgba(179, 148, 90, 0.55);
  border-radius: var(--radius);
}

.photo-frame {
  position: relative;
  z-index: 1;
  border-radius: var(--radius);
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.photo-frame img { width: 100%; display: block; }

.hero-badge {
  position: absolute;
  z-index: 2;
  left: -1.2rem;
  bottom: -1.4rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--white);
  color: var(--green-900);
  border-radius: 14px;
  padding: 0.7rem 1.2rem;
  box-shadow: var(--shadow-lg);
  text-decoration: none;
  transition: transform 0.2s;
}

.hero-badge:hover { transform: translateY(-2px); }

.hero-badge svg { width: 20px; height: 20px; color: var(--green-700); flex: none; }

.hero-badge b {
  display: block;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.hero-badge .num { font-weight: 700; font-size: 1.02rem; }

.hero .eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #cfe3d8;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  margin-bottom: 1.4rem;
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 0.8rem;
}

.hero .hero-title {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: #d8e7de;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hero .hero-title::before {
  content: "";
  width: 48px;
  height: 2px;
  background: var(--gold);
  flex: none;
}

.hero p.lead {
  margin-top: 1.3rem;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  transition: transform 0.15s, background 0.2s, color 0.2s;
}

.btn:active { transform: scale(0.97); }

.btn-primary { background: var(--white); color: var(--green-900); }
.btn-primary:hover { background: var(--sage-100); }

.btn-ghost {
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.btn-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.08); }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-stats .stat b {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.7rem;
  color: var(--white);
}

.hero-stats .stat span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

/* ---------- Animasyonlar ---------- */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

@keyframes drift {
  to { transform: translate(60px, 40px) scale(1.15); }
}

.hero .eyebrow { animation: fadeUp 0.7s 0.05s ease both; }
.hero h1 { animation: fadeUp 0.7s 0.15s ease both; }
.hero .hero-title { animation: fadeUp 0.7s 0.25s ease both; }
.hero p.lead { animation: fadeUp 0.7s 0.35s ease both; }
.hero-actions { animation: fadeUp 0.7s 0.45s ease both; }
.hero-stats { animation: fadeUp 0.8s 0.6s ease both; }

.hero .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  animation: drift 18s ease-in-out infinite alternate;
}

.hero .blob-1 {
  width: 440px; height: 440px;
  top: -130px; right: -90px;
  background: rgba(53, 136, 106, 0.45);
}

.hero .blob-2 {
  width: 360px; height: 360px;
  bottom: -150px; left: -110px;
  background: rgba(179, 148, 90, 0.28);
  animation-duration: 24s;
  animation-delay: -9s;
}

/* Kaydırmayla beliren öğeler (JS .reveal ekler) */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--d, 0s);
}

.reveal.from-left { transform: translateX(-40px); }
.reveal.from-right { transform: translateX(40px); }

.reveal.visible { opacity: 1; transform: none; }

/* Okuma ilerleme çubuğu */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 100;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green-700), var(--gold));
  transform: scaleX(0);
  transform-origin: 0 50%;
}

/* Bölüm başlığı altında çizilen altın çizgi */
.section-head h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 0.9rem;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(179, 148, 90, 0.25));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.9s 0.3s ease;
}

.section-head.visible h2::after { transform: scaleX(1); }

.site-header { transition: box-shadow 0.25s; }
.site-header.scrolled { box-shadow: 0 6px 24px rgba(16, 56, 42, 0.1); }

.to-top {
  position: fixed;
  bottom: 1.4rem;
  right: 1.4rem;
  z-index: 60;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: var(--green-800);
  color: var(--white);
  font-size: 1.2rem;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s, background 0.2s;
}

.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--green-600); }

/* Mobil sabit arama butonu (sol alt) */
.call-fab {
  position: fixed;
  bottom: 1.4rem;
  left: 1.4rem;
  z-index: 60;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--green-800);
  color: var(--white);
  display: none;
  place-items: center;
  box-shadow: var(--shadow-lg);
  text-decoration: none;
}

.call-fab svg { width: 24px; height: 24px; }

.call-fab::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--green-600);
  animation: fabPulse 2.6s ease-out infinite;
}

@keyframes fabPulse {
  0% { transform: scale(1); opacity: 0.8; }
  70%, 100% { transform: scale(1.5); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero .eyebrow, .hero h1, .hero .hero-title, .hero p.lead,
  .hero-actions, .hero-stats, .hero .blob { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .section-head h2::after { transform: none; transition: none; }
  .call-fab::after { animation: none; opacity: 0; }
}

/* ---------- Bölümler ---------- */

section { padding: 5rem 0; }

.section-head { max-width: 640px; margin-bottom: 3rem; }

.section-head .kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.section-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  color: var(--green-900);
  line-height: 1.2;
}

.section-head p { margin-top: 0.8rem; color: var(--ink-soft); }

/* Hakkında */

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}

.about-photo { position: relative; }

.about-photo::before {
  content: "";
  position: absolute;
  inset: 1.2rem -1.2rem -1.2rem 1.2rem;
  border-radius: var(--radius);
  background: linear-gradient(150deg, var(--green-800), var(--green-600));
  z-index: 0;
}

.about-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}

.about-text .kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.about-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  color: var(--green-900);
  line-height: 1.2;
  margin-bottom: 1.1rem;
}

.about-text p { color: var(--ink-soft); margin-bottom: 1rem; font-size: 0.98rem; }

.about-text .about-welcome {
  border-left: 3px solid var(--gold);
  padding: 0.6rem 0 0.6rem 1.2rem;
  margin-top: 1.4rem;
  font-family: var(--font-serif);
  font-size: 1.12rem;
  color: var(--green-800);
  font-style: italic;
}

/* Hakkında: kimlik paneli */

.about-panel {
  background:
    radial-gradient(500px 260px at 90% -10%, rgba(53, 136, 106, 0.45), transparent 60%),
    linear-gradient(160deg, var(--green-900), var(--green-700));
  color: var(--white);
  border-radius: var(--radius);
  padding: 2.2rem 2rem;
  box-shadow: var(--shadow-lg);
}

.about-panel h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #d9c18a;
  margin-bottom: 1.5rem;
}

.cred-list { list-style: none; display: grid; gap: 1.4rem; }

.cred-list li { display: flex; gap: 1rem; align-items: flex-start; }

.cred-icon {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  color: #d9c18a;
}

.cred-icon svg { width: 21px; height: 21px; }

.cred-list b { display: block; font-size: 0.98rem; margin-bottom: 0.15rem; }

.cred-list span { font-size: 0.85rem; color: rgba(255, 255, 255, 0.75); line-height: 1.5; }

/* Uzmanlık: kaydırdıkça istiflenen kartlar */

.stack { display: grid; gap: 1.5rem; }

.stack-card {
  --i: 0;
  position: sticky;
  top: calc(92px + var(--i) * 16px);
  background: var(--white);
  border: 1px solid var(--sage-200);
  border-radius: var(--radius);
  padding: 2.5rem 2.4rem 2.3rem;
  box-shadow: 0 -12px 30px rgba(16, 56, 42, 0.05), var(--shadow-lg);
  overflow: hidden;
}

.stack-card.sc-tint { background: #f2f7f3; }

.stack-card.sc-dark {
  background:
    radial-gradient(600px 300px at 90% -10%, rgba(53, 136, 106, 0.5), transparent 60%),
    linear-gradient(160deg, var(--green-950), var(--green-800));
  border-color: transparent;
  color: var(--white);
}

.sc-watermark {
  position: absolute;
  top: 0.2rem;
  right: 1.4rem;
  font-family: var(--font-serif);
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: rgba(16, 56, 42, 0.07);
  pointer-events: none;
}

.sc-dark .sc-watermark { color: rgba(255, 255, 255, 0.08); }

.sc-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1rem;
}

.sc-icon {
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--sage-100);
  color: var(--green-700);
  display: grid;
  place-items: center;
}

.sc-dark .sc-icon { background: rgba(255, 255, 255, 0.12); color: #d9c18a; }

.sc-icon svg { width: 27px; height: 27px; }

.sc-head h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  color: var(--green-900);
  line-height: 1.2;
}

.sc-dark .sc-head h3 { color: var(--white); }

.stack-card > p {
  position: relative;
  color: var(--ink-soft);
  font-size: 0.98rem;
  max-width: 62ch;
}

.sc-dark > p { color: rgba(255, 255, 255, 0.82); }

.stack-card .s-meta {
  margin-top: 0.9rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  max-width: none;
}

.sc-dark .s-meta { color: #d9c18a; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
}

.card {
  background: var(--white);
  border: 1px solid var(--sage-200);
  border-radius: var(--radius);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.card .icon { transition: background 0.25s, color 0.25s; }
.card:hover .icon { background: var(--green-700); color: var(--white); }

.card .icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: var(--sage-100);
  color: var(--green-700);
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
}

.card .icon svg { width: 26px; height: 26px; }

.card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--green-900);
  margin-bottom: 0.5rem;
}

.card p { font-size: 0.92rem; color: var(--ink-soft); }

/* Eğitim zaman çizelgesi */

.section-alt { background: var(--sage-100); }

.timeline {
  position: relative;
  margin-left: 0.5rem;
  padding-left: 2rem;
  border-left: 2px solid var(--sage-200);
  display: grid;
  gap: 2rem;
}

.timeline .t-item { position: relative; }

.timeline .t-item::before {
  content: "";
  position: absolute;
  left: calc(-2rem - 8px);
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green-700);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--green-700);
}

.section-alt .timeline .t-item::before { border-color: var(--sage-100); }

.t-item .t-year {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--green-700);
  background: var(--white);
  border: 1px solid var(--sage-200);
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

.t-item h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--green-900);
  margin-bottom: 0.35rem;
}

.t-item p { color: var(--ink-soft); font-size: 0.95rem; max-width: 64ch; }

/* Yayınlar önizleme / liste */

.pub-list { counter-reset: pub; display: grid; gap: 0.9rem; }

.pub-list li {
  list-style: none;
  counter-increment: pub;
  background: var(--white);
  border: 1px solid var(--sage-200);
  border-radius: var(--radius);
  padding: 1.1rem 1.4rem 1.1rem 3.6rem;
  position: relative;
  font-size: 0.94rem;
  color: var(--ink-soft);
  box-shadow: var(--shadow);
}

.pub-list li::before {
  content: counter(pub, decimal-leading-zero);
  position: absolute;
  left: 1.1rem;
  top: 1.05rem;
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--gold);
}

.pub-list li em { color: var(--green-800); font-style: normal; font-weight: 600; }

/* Öne çıkan yayın kartları */

.btn-solid { background: var(--green-800); color: var(--white); }
.btn-solid:hover { background: var(--green-600); }

.featured-pubs { margin-bottom: 2.2rem; }

.pub-card {
  background: var(--white);
  border: 1px solid var(--sage-200);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.pub-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.pub-card .pub-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.pub-card .journal {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--green-700);
}

.pub-card .year {
  flex: none;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--green-800);
  background: var(--sage-100);
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
}

.pub-card h3 {
  font-family: var(--font-serif);
  font-size: 1.02rem;
  line-height: 1.45;
  color: var(--green-900);
  margin-bottom: 0.7rem;
}

.pub-card .authors { font-size: 0.84rem; color: var(--ink-soft); }

/* SSS (akordeon) */

.faq-list {
  display: grid;
  gap: 0.9rem;
  max-width: 860px;
}

details.faq {
  background: var(--white);
  border: 1px solid var(--sage-200);
  border-radius: var(--radius);
  padding: 1.15rem 1.4rem;
  box-shadow: var(--shadow);
  transition: border-color 0.2s, box-shadow 0.2s;
}

details.faq[open] { border-color: var(--green-600); box-shadow: var(--shadow-lg); }

details.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--green-900);
}

details.faq summary::-webkit-details-marker { display: none; }

details.faq summary::after {
  content: "+";
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--sage-100);
  color: var(--green-700);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  transition: transform 0.25s, background 0.2s, color 0.2s;
}

details.faq[open] summary::after {
  transform: rotate(45deg);
  background: var(--green-700);
  color: var(--white);
}

details.faq .faq-body {
  padding-top: 0.9rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  max-width: 68ch;
  animation: fadeUp 0.35s ease both;
}

/* İletişim */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: start;
}

.contact-card {
  background: var(--green-900);
  color: var(--white);
  border-radius: var(--radius);
  padding: 2.2rem 2rem;
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: 1.6rem;
}

.contact-card .c-item { display: flex; gap: 1rem; align-items: flex-start; }

.contact-card .c-icon {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  color: #a9d3bf;
}

.contact-card .c-icon svg { width: 22px; height: 22px; }

.contact-card h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a9d3bf;
  margin-bottom: 0.3rem;
}

.contact-card p, .contact-card a {
  color: var(--white);
  font-size: 0.98rem;
  text-decoration: none;
}

.contact-card a.phone {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.contact-card a:hover { text-decoration: underline; }

.map-frame {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  filter: saturate(0.9);
}

/* Kapanış randevu şeridi */

.cta-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(700px 320px at 80% -20%, rgba(53, 136, 106, 0.4), transparent 60%),
    linear-gradient(150deg, var(--green-950), var(--green-800));
  color: var(--white);
  text-align: center;
  padding: 4.5rem 0;
}

.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.cta-inner { position: relative; z-index: 1; }

.cta-band .kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.cta-band h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 0.7rem;
}

.cta-band .hours {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  margin-bottom: 1.8rem;
}

.btn-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--white);
  color: var(--green-900);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  padding: 1rem 2.2rem;
  border-radius: 999px;
  box-shadow: var(--shadow-lg);
  transition: transform 0.2s, background 0.2s;
}

.btn-cta-phone:hover { background: var(--sage-100); transform: translateY(-2px); }

.btn-cta-phone svg { width: 22px; height: 22px; color: var(--green-700); }

/* ---------- Alt sayfa hero ---------- */

.page-hero {
  background: linear-gradient(160deg, var(--green-950), var(--green-800));
  color: var(--white);
  padding: 4rem 0 3.2rem;
}

.page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.page-hero p { color: rgba(255, 255, 255, 0.75); margin-top: 0.5rem; max-width: 60ch; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--green-950);
  color: rgba(255, 255, 255, 0.75);
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}

.site-footer .f-brand {
  font-family: var(--font-serif);
  color: var(--white);
  font-size: 1.15rem;
}

.site-footer nav { display: flex; gap: 1.4rem; flex-wrap: wrap; }

.site-footer a { color: rgba(255, 255, 255, 0.75); text-decoration: none; font-size: 0.9rem; }
.site-footer a:hover { color: var(--white); }

.site-footer .copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ---------- Mobil ---------- */

@media (max-width: 960px) {
  .nav-toggle { display: block; }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--sage-200);
    display: none;
    padding: 0.5rem 0 1rem;
  }

  .main-nav.open { display: flex; }

  .main-nav a {
    padding: 0.8rem 6%;
    font-size: 1.05rem;
  }

  .nav-cta { margin: 0.6rem 6% 0; text-align: center; border-radius: 12px; }

  .hero { padding: 4.5rem 0 4rem; }
  .hero-stats { gap: 1.6rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 2.6rem; }
  .hero-visual { margin: 0 auto 2rem; }
  .hero-badge { left: 0.8rem; bottom: -1.2rem; }
  .call-fab { display: grid; }
  .stack-card { top: calc(76px + var(--i) * 10px); padding: 1.8rem 1.4rem 1.6rem; }
  .sc-watermark { font-size: 4.5rem; right: 0.9rem; }
  .sc-head { gap: 0.9rem; }
  .sc-icon { width: 46px; height: 46px; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-photo { margin-right: 1.2rem; }
  section { padding: 3.5rem 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-frame { min-height: 320px; }
}
