
:root {
  --navy:#263762;
  --blue:#263762;
  --teal:#263762;
  --accent:#ffbd59;
  --light:   #f5f8fc;
  --white:   #ffffff;
  --text:#1c1c2e;
  --muted:   #5a6478;
  --border:  #dce4ef;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ── NAV ── */
nav {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 62px;
}
/* Nav logo resim */
.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo-img {
  height: 40px;
  width: auto;
}

/* Footer logo */
.footer-logo-img {
  height: 50px;
  width: auto;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.nav-links > li { position: relative; }
.nav-links a {
  display: block;
  padding: 8px 14px;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
  border-radius: 6px;
  transition: background .18s, color .18s;
}
.nav-links a:hover,
.nav-links a.active { background: rgba(255,255,255,.12); color: #fff; }

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  min-width: 220px;
  overflow: hidden;
}
.nav-links li:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  color: var(--text);
  padding: 10px 18px;
  font-size: .85rem;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
}

.dropdown-menu a:last-child {
  border-bottom: none;
}
.dropdown-menu a:hover { background: var(--light); color: var(--blue); }

/* ══════════════════════════════
   HERO — YENİ TASARIM
══════════════════════════════ */
.hero-yeni {
  background: linear-gradient(180deg, #e2f2ff 0%, #ffffff 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
 
.hero-yeni::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
 
/* Noktalı doku */
.hero-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
 
/* Yüzen daireler arka planda */
.hero-bubbles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-bubbles span {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  animation: bubbleFloat 8s ease-in-out infinite;
}
.hero-bubbles span:nth-child(1) { width:320px; height:320px; background:#b8d9f0; top:-80px; left:-60px; animation-delay:0s; }
.hero-bubbles span:nth-child(2) { width:200px; height:200px; background:#b8d9f0; top:60%; right:-40px; animation-delay:1.5s; }
.hero-bubbles span:nth-child(3) { width:150px; height:150px; background:#b8d9f0; bottom:5%; left:20%; animation-delay:3s; }
.hero-bubbles span:nth-child(4) { width:100px; height:100px; background:#b8d9f0; top:15%; right:25%; animation-delay:2s; }
.hero-bubbles span:nth-child(5) { width:250px; height:250px; background:#b8d9f0; bottom:-80px; right:15%; animation-delay:0.8s; }
.hero-bubbles span:nth-child(6) { width:80px;  height:80px;  background:#b8d9f0; top:40%; left:8%; animation-delay:4s; }
 
@keyframes bubbleFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-30px) scale(1.05); }
}
 
/* YAN LOGOLAR */
.hero-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-side--sol { left: 3%; }
.hero-side--sag { right: 3%; }
 
.hero-side-img {
  height: clamp(10rem, 16vw, 18rem);
  width: auto;
  display: block;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.25));
}
 
@keyframes floatA {
  0%, 100% { transform: translateY(0px) rotate(-1deg); }
  50%       { transform: translateY(-14px) rotate(1deg); }
}
@keyframes floatB {
  0%, 100% { transform: translateY(0px) rotate(1deg); }
  50%       { transform: translateY(-18px) rotate(-1deg); }
}
.hero-float-a { animation: floatA 5s ease-in-out infinite; }
.hero-float-b { animation: floatB 6s ease-in-out infinite; }
 
/* MERKEZ İÇERİK */
.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 24px;
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
}
 
/* HOŞGELDİNİZ */
.hero-hosgeldiniz {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #263762;
  margin-bottom: 18px;
  animation: fadeSlideDown 0.9s cubic-bezier(0.22,1,0.36,1) both;
  text-shadow: none;
}
.hero-hosgeldiniz .baslik { color: #263762; }

@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-24px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
/* ÖZDEĞER büyük başlık */
.hero-logo-büyük {
  font-family: 'Merriweather', serif;
  font-size: clamp(3.2rem, 9vw, 6.5rem);
  font-weight: 900;
  letter-spacing: 4px;
  margin-bottom: 12px;
  animation: fadeSlideUp 1s 0.2s cubic-bezier(0.22,1,0.36,1) both;
  position: relative;
  line-height: 1;
  text-shadow: none;
}

.hero-logo-büyük .oz    { color: #ffbd59; }
.hero-logo-büyük .deger { color: #263762; }

.hero-logo-büyük::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 3px;
  background: linear-gradient(90deg, transparent, #ffbd59, transparent);
  border-radius: 2px;
}
 
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
/* Proje adı */
.hero-proje-adi {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(0.9rem, 2.2vw, 1.15rem);
  font-weight: 700;
  color: #263762;
  line-height: 1.75;
  margin-top: 22px;
  margin-bottom: 32px;
  letter-spacing: 0.3px;
  animation: fadeSlideUp 1s 0.4s cubic-bezier(0.22,1,0.36,1) both;
  text-transform: uppercase;
}
 
/* Pill rozetler */
.hero-banners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
  animation: fadeSlideUp 1s 0.6s cubic-bezier(0.22,1,0.36,1) both;
}
 
/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.5;
}
.hero-scroll-hint span {
  font-size: .72rem;
  color: #263762;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.scroll-arrow {
  width: 16px; height: 16px;
  border-right: 2px solid #263762;
  border-bottom: 2px solid #263762;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
@keyframes bounce {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50%       { transform: rotate(45deg) translateY(5px); }
}
 
/* ── Mobil uyum ── */
@media (max-width: 900px) {
  .hero-side { display: none; }
  .hero-content { max-width: 100%; padding: 40px 20px; }
  .hero-proje-adi { font-size: 0.88rem; }
  .hero-banners { gap: 8px; }
  .hero-scroll-hint { display: none; }
}
.badge-pill {
  background: rgba(38,55,98,0.07);
  border: 1px solid rgba(38,55,98,0.2);
  border-radius: 10px;
  padding: 10px 22px;
  font-size: .85rem;
  font-weight: 700;
  color: #263762;
  display: flex;
  align-items: center;
  gap: 8px;
}

.badge-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 6px #4ade80;
}

/* ── SECTION COMMONS ── */
section { padding: 72px 24px; }
.container { max-width: 1100px; margin: 0 auto; }
.section-tag {
  display: inline-block;
  background: #e8f4ff;
  color: var(--blue);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 14px;
}
.section-title {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.25;
}
.section-desc {
  color: var(--muted);
  font-size: .97rem;
  max-width: 620px;
  line-height: 1.8;
}
.divider {
  width: 56px; height: 4px;
  background: var(--accent);
  border-radius: 2px;
  margin: 18px 0 32px;
}

/* ── PROJE HAKKINDA ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.about-text p {
  color: var(--muted);
  font-size: .97rem;
  margin-bottom: 16px;
  line-height: 1.85;
}
.about-img-wrap {
  overflow: hidden;
  border-radius: 12px;
}
.about-img-el {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.about-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(13,43,85,.18);
}
.about-img-placeholder {
  background: linear-gradient(135deg, #1a4f8a22, #1d8f7e22);
  border: 2px dashed var(--border);
  border-radius: 16px;
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: .85rem;
  gap: 10px;
}
.about-img-placeholder svg { opacity: .35; }

/* ── YAKLAŞIMLAR ── */
.approaches { background: var(--light); }

.approaches-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.approaches-left {
  align-self: start;
  padding-top: 0;
}

.approaches-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
}

.orb-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: var(--navy);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.orb-card {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 16px;
  border: 2px solid var(--border);
  background: var(--white);
  padding: 14px 14px 12px;
  cursor: pointer;
  box-sizing: border-box;
  width: 118px;
  min-height: 118px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate(calc(-50% + var(--tx, 0px)), calc(-50% + var(--ty, 0px)));
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease,
              width .35s cubic-bezier(.4,0,.2,1),
              min-height .35s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
  z-index: 2;
}

.orb-inner {
  border-color: var(--blue);
}

.orb-outer {
  border-color: var(--teal);
}
.orb-card.active {
  background: var(--white);
  box-shadow: 0 8px 24px rgba(13,43,85,.1);
  z-index: 5;
  border-radius: 16px;
  width: 210px;
  min-height: 110px;
  transform: translate(calc(-50% + var(--tx, 0px)), calc(-50% + var(--ty, 0px)));
  align-items: flex-start;
  text-align: left;
}

.orb-inner.active {
  border-color: var(--blue);
}

.orb-outer.active {
  border-color: var(--teal);
}

.orb-icon {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
}

.orb-title {
  font-size: .76rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin: 0 0 3px;
}

.orb-hint {
  font-size: .67rem;
  color: var(--muted);
  margin: 0;
  font-style: italic;
  transition: opacity .18s, max-height .18s;
  max-height: 18px;
  overflow: hidden;
}

.orb-card.active .orb-hint {
  opacity: 0;
  max-height: 0;
}

.orb-detail {
  font-size: .72rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .28s ease, opacity .25s ease, margin .2s;
}

.orb-card.active .orb-detail {
  max-height: 130px;
  opacity: 1;
  margin-top: 5px;
}

.orb-global-hint {
  display: block;
  text-align: center;
  font-size: .7rem;
  color: var(--muted);
  position: absolute;
  bottom: -28px;
  width: 100%;
  left: 0;
  font-style: italic;
}

@media (hover: none) {
  .orb-card.active .orb-detail { max-height: 150px; opacity: 1; margin-top: 6px; }
  .orb-card.active .orb-hint { opacity: 0; max-height: 0; }
  .orb-card.active {
    background: var(--white);
    box-shadow: 0 8px 24px rgba(13,43,85,.1);
    z-index: 5;
    border-radius: 16px;
    width: 210px;
    min-height: 110px;
    transform: translate(calc(-50% + var(--tx, 0px)), calc(-50% + var(--ty, 0px)));
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .approaches-grid { grid-template-columns: 1fr; }
  .orb-wrap { max-width: 360px; }
  .orb-card { width: 90px; min-height: 90px; height: auto; padding: 9px 8px; }
  .orb-card.active { width: 180px; min-height: 86px; transform: translate(calc(-50% + var(--tx, 0px)), calc(-50% + var(--ty, 0px))); }
}
/* ── STREAM ── */
.stream-section { background: var(--navy); color: var(--white); }
.stream-section .section-tag { background: rgba(255,255,255,.12); color: #ffd77a; }
.stream-section .section-title { color: var(--white); }
.stream-section .section-desc { color: rgba(255,255,255,.75); }
.stream-section .divider { background: var(--accent); }
.stream-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.stream-pill {
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.2);
  border-radius: 40px;
  padding: 10px 24px;
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background .2s;
}
.stream-pill:hover { background: rgba(255,255,255,.15); }
.stream-pill-letter {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--navy);
  font-weight: 900;
  font-size: .9rem;
  display: flex; align-items: center; justify-content: center;
}
.stream-detail {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 32px;
  margin-top: 28px;
  display: none;
}
.stream-detail.active { display: block; animation: fadeIn .3s ease; }
.stream-detail h4 { font-size: 1.1rem; font-weight: 800; margin-bottom: 10px; color: var(--accent); }
.stream-detail p { color: rgba(255,255,255,.8); font-size: .93rem; line-height: 1.8; }

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

/* ── EKİP SAYACI ── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.stat-box {
  text-align: center;
  padding: 32px 20px;
  background: var(--light);
  border-radius: 14px;
  border: 1px solid var(--border);
}
.stat-box .num {
  font-family: 'Merriweather', serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--blue);
  line-height: 1;
}
.stat-box .label { color: var(--muted); font-size: .85rem; font-weight: 700; margin-top: 8px; }

/* ── PAYDAŞLAR ── */
.partners {
  background: var(--light);
  padding-bottom: 72px;
}

.slider-mask {
  overflow: hidden;
  margin-top: 40px;
  padding: 16px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}

.slider-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
}

.partner-card {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  flex-shrink: 0;
  box-shadow: 3px 4px 10px rgba(0,0,0,0.06);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
  cursor: default;
}

.partner-card:hover {
  transform: scale(1.1);
  box-shadow: 4px 6px 18px rgba(38,55,98,0.13);
}

.partner-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ── SSS ── */
.faq-list { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: var(--white);
  border: none;
  padding: 18px 24px;
  font-family: 'Nunito', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background .18s;
}
.faq-q:hover { background: var(--light); }
.faq-q .arrow {
  font-size: 1.2rem;
  transition: transform .25s;
  color: var(--blue);
}
.faq-q.open .arrow { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  background: var(--light);
}
.faq-a-inner {
  padding: 16px 24px 20px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.8;
}
.faq-a-inner strong { color: var(--navy); }

/* ── İLETİŞİM ── */
.contact-section { background: var(--navy); color: var(--white); }
.contact-section .section-tag { background: rgba(255,255,255,.12); color: #ffd77a; }
.contact-section .section-title { color: var(--white); }
.contact-section .divider { background: var(--accent); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 36px;
}
.contact-info p { color: rgba(255,255,255,.75); font-size: .95rem; line-height: 1.85; }
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
}
.contact-detail-icon {
  width: 40px; height: 40px;
  background: rgba(255,255,255,.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-detail-text { font-size: .88rem; color: rgba(255,255,255,.75); }
.contact-detail-text strong { color: #fff; font-size: .9rem; display: block; margin-bottom: 2px; }

.contact-form-wrapper {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  padding: 32px;
}
.form-row { margin-bottom: 16px; }
.form-row label {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  color: rgba(255,255,255,.7);
  margin-bottom: 6px;
}
.form-row input,
.form-row textarea {
  width: 100%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 10px 14px;
  font-family: 'Nunito', sans-serif;
  font-size: .9rem;
  color: var(--white);
  transition: border-color .2s;
}
.form-row input::placeholder,
.form-row textarea::placeholder { color: rgba(255,255,255,.35); }
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.form-row textarea { height: 100px; resize: vertical; }
.btn-send {
  background: var(--accent);
  color: var(--navy);
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-family: 'Nunito', sans-serif;
  font-size: .95rem;
  font-weight: 800;
  cursor: pointer;
  transition: opacity .2s, transform .15s;
}
.btn-send:hover { opacity: .88; transform: translateY(-1px); }

/* ── UZMANLAR PİRAMİT GRİD ── */
.uzmanlar-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}
.uzmanlar-grid .katilimci-kart {
  width: auto;
}
.uzmanlar-grid .katilimci-kart:nth-child(1) { grid-column: 2 / span 2; }
.uzmanlar-grid .katilimci-kart:nth-child(2) { grid-column: 4 / span 2; }
.uzmanlar-grid .katilimci-kart:nth-child(3) { grid-column: 6 / span 2; }
.uzmanlar-grid .katilimci-kart:nth-child(4) { grid-column: 3 / span 2; }
.uzmanlar-grid .katilimci-kart:nth-child(5) { grid-column: 5 / span 2; }

@media (max-width: 768px) {
  .uzmanlar-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .uzmanlar-grid .katilimci-kart:nth-child(n) {
    grid-column: auto;
    width: calc(50% - 10px);
  }
}

/* ── İNAKTİF NAV LİNK ── */
.nav-disabled {
  opacity: 0.4 !important;
  cursor: default !important;
  pointer-events: none !important;
}

/* ── BÖLÜM ARKA PLANLARI ── */
#hakkinda {
  background: linear-gradient(160deg, #e8f3ff 0%, #ffffff 55%);
}

#ekip {
  background: var(--light);
}

#sss {
  background: linear-gradient(180deg, #f5f8fc 0%, #eaf3ff 100%);
}

/* ── FOOTER ── */
footer {
  background: #08192e;
  color: rgba(255,255,255,.55);
  text-align: center;
  padding: 28px 24px;
  font-size: .83rem;
  margin-top: auto;
}
footer strong { color: var(--accent); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    background: var(--navy);
    padding: 12px 0 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,.3);
    gap: 0;
  }

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

  .nav-links > li { width: 100%; }

  .nav-links a {
    padding: 12px 24px;
    border-radius: 0;
    font-size: .95rem;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(255,255,255,.1);
    border-radius: 0;
    background: rgba(255,255,255,.05);
    display: none;
  }

  .nav-links li.open .dropdown-menu { display: block; }

  .dropdown-menu a {
    color: rgba(255,255,255,.75);
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 10px 36px;
  }

  .dropdown-menu a:hover { background: rgba(255,255,255,.08); color: #fff; }
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}

.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {
  .nav-hamburger { display: flex; }
  nav { position: relative; }
}
/* ── PROGRAM TABLOSU ── */
.prog-wrap {
  overflow-x: auto;
  padding: 0 16px;
}

.prog-title {
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
  padding: 12px 8px 16px;
  line-height: 1.4;
  max-width: 100%;
  margin: 0 auto;
}

table.prog {
  border-collapse: collapse;
  width: 100%;
  min-width: unset;
  font-size: 9px;
  height: calc(100vh - 62px - 84px - 48px - 45px);
}

table.prog thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 9px;
  padding: 6px 4px;
}

table.prog thead th:first-child {
  background: #0a2040;
  width: 48px;
}

table.prog th,
table.prog td {
  border: 1px solid var(--border);
  padding: 4px 5px;
  vertical-align: top;
  text-align: center;
  line-height: 1.3;
}

.saat-cell {
  background: var(--light);
  font-weight: 700;
  font-size: 8.5px;
  color: var(--muted);
  white-space: nowrap;
  text-align: center;
}

.ara      { background: #e8f0fb; font-weight: 700; color: #1a4f8a; font-size: 8.5px; }
.ara-ogün { background: #e2f0fb; font-weight: 700; color: #1a4f8a; font-size: 8.5px; }
.kahvalti { background: #fff3cd; font-weight: 700; color: #856404; font-size: 8.5px; }
.ogle     { background: #d1e7dd; font-weight: 700; color: #0f5132; font-size: 8.5px; }
.aksam    { background: #fde8d8; font-weight: 700; color: #8c3a10; font-size: 8.5px; }
.konaklama{ background: var(--navy); color: #fff; font-weight: 700; font-size: 8.5px; }
.serbest  { background: #f0f4ff; color: var(--blue); font-size: 8.5px; }
.kapalis  { background: var(--light); }

.etkinlik {
  background: var(--white);
  font-size: 8.5px;
  color: var(--text);
  text-align: left;
  padding: 4px 5px;
}

.etkinlik .baslik  { font-weight: 700; margin-bottom: 2px; color: var(--navy); }
.etkinlik .egitmen { color: var(--muted); font-size: 8px; font-style: italic; }
.etkinlik .yer     { color: var(--teal); font-size: 7.5px; font-weight: 600; margin-top: 2px; }

/* ── PROGRAM TOOLTIP ── */
.prog-tooltip {
  display: block;
  position: fixed;
  z-index: 999;
  background: #fff;
  border: none;
  border-radius: 18px;
  box-shadow: 0 16px 48px rgba(13,43,85,.2), 0 2px 8px rgba(13,43,85,.08);
  padding: 0;
  width: 300px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-8px) scale(.96);
  transform-origin: top left;
  transition: opacity .22s ease, transform .22s ease;
  visibility: hidden;
  overflow: hidden;
}

.prog-tooltip.aktif {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.pt-baslik {
  font-size: .88rem;
  font-weight: 800;
  color: #fff;
  background: var(--navy);
  padding: 14px 18px;
  line-height: 1.45;
  margin: 0;
}

.pt-body {
  padding: 4px 0 6px;
}

.pt-row {
  display: flex;
  flex-direction: column;
  padding: 8px 18px 0;
  gap: 3px;
}

.pt-label {
  font-size: .68rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .7px;
}

.pt-val {
  font-size: .82rem;
  color: var(--text);
  line-height: 1.55;
}

/* ── PROGRAM MOBİL GÖRÜNÜM ── */
@media (max-width: 768px) { .prog-wrap { display: none; } }
@media (min-width: 769px) { .prog-mobile { display: none !important; } }

.prog-mobile { padding: 0 2px; }

/* Gün sekmeleri */
.pm-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 2px 2px 16px;
  scrollbar-width: none;
}
.pm-tabs::-webkit-scrollbar { display: none; }

.pm-tab {
  flex: 0 0 auto;
  background: #fff;
  border: 1.5px solid #dce4f0;
  border-radius: 14px;
  padding: 9px 13px;
  cursor: pointer;
  text-align: center;
  line-height: 1.25;
  transition: background .18s, border-color .18s, color .18s;
  -webkit-tap-highlight-color: transparent;
}
.pm-tab-date {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--navy);
  transition: color .18s;
}
.pm-tab-day {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: var(--muted);
  margin-top: 2px;
  transition: color .18s;
}
.pm-tab.aktif { background: var(--navy); border-color: var(--navy); }
.pm-tab.aktif .pm-tab-date { color: #fff; }
.pm-tab.aktif .pm-tab-day  { color: rgba(255,255,255,.6); }

/* Paneller */
.pm-panel { display: none; }
.pm-panel.aktif {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 28px;
}

/* Kart - temel */
.pm-slot {
  display: flex;
  align-items: stretch;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e0e7f2;
  background: #fff;
  box-shadow: 0 1px 5px rgba(38,55,98,.07);
}

/* Saat sütunu */
.pm-saat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: 8px 6px;
  background: #f5f7fc;
  border-right: 1px solid #e0e7f2;
  font-size: 9.5px;
  font-weight: 700;
  color: #8899bb;
  white-space: nowrap;
  text-align: center;
  flex-shrink: 0;
  line-height: 1.5;
}

/* İçerik */
.pm-icerik {
  flex: 1;
  padding: 10px 10px 10px 13px;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pm-icerik-inner { flex: 1; min-width: 0; }

/* Etkinlik kartı */
.pm-slot.pm-etkinlik {
  border-left: 3px solid var(--navy);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .15s, transform .12s;
}
.pm-slot.pm-etkinlik:active {
  transform: scale(.985);
  box-shadow: 0 4px 16px rgba(38,55,98,.13);
}

.pm-baslik {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 3px;
}
.pm-baslik--muted { color: var(--muted); font-weight: 500; font-size: 11px; }

.pm-egitmen {
  font-size: 11px;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 2px;
}
.pm-yer {
  font-size: 10px;
  color: var(--teal);
  font-weight: 600;
}

/* Tıklanabilir ok */
.pm-chevron {
  color: #c8d4e8;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  font-weight: 300;
  user-select: none;
}

/* Utility label */
.pm-label {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

/* Utility renkleri */
.pm-slot.pm-kahvalti { background: #fffbee; border-color: #ffe49a; }
.pm-slot.pm-kahvalti .pm-saat { background: #fff6d0; border-right-color: #ffe49a; color: #9a7500; }
.pm-slot.pm-kahvalti .pm-label { color: #856404; }

.pm-slot.pm-ogle { background: #ecf7f1; border-color: #a3cfbb; }
.pm-slot.pm-ogle .pm-saat { background: #d8f0e5; border-right-color: #a3cfbb; color: #1a6b42; }
.pm-slot.pm-ogle .pm-label { color: #0f5132; }

.pm-slot.pm-aksam { background: #fef3ec; border-color: #f8c4a0; }
.pm-slot.pm-aksam .pm-saat { background: #fde4d0; border-right-color: #f8c4a0; color: #8c3a10; }
.pm-slot.pm-aksam .pm-label { color: #8c3a10; }

.pm-slot.pm-konaklama { background: var(--navy); border-color: var(--navy); }
.pm-slot.pm-konaklama .pm-saat { background: rgba(0,0,0,.18); border-right-color: rgba(255,255,255,.1); color: rgba(255,255,255,.5); }
.pm-slot.pm-konaklama .pm-label { color: #fff; }

.pm-slot.pm-ara { background: #edf3fd; border-color: #c0d2f2; }
.pm-slot.pm-ara .pm-saat { background: #dce9fb; border-right-color: #c0d2f2; color: #3060a0; }
.pm-slot.pm-ara .pm-label { color: #1a4f8a; }

.pm-slot.pm-araogün { background: #edf3fd; border-color: #c0d2f2; }
.pm-slot.pm-araogün .pm-saat { background: #dce9fb; border-right-color: #c0d2f2; color: #3060a0; }
.pm-slot.pm-araogün .pm-label { color: #1a4f8a; }

.pm-slot.pm-serbest { background: #f2f4ff; border-color: #c5d0f2; }
.pm-slot.pm-serbest .pm-saat { background: #e8ecff; border-right-color: #c5d0f2; color: var(--blue); }
.pm-slot.pm-serbest .pm-label { color: var(--blue); }

/* ── BOTTOM SHEET MODAL ── */
.pm-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8,22,60,.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.pm-backdrop.aktif { opacity: 1; pointer-events: all; }

.pm-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 22px 22px 0 0;
  z-index: 1101;
  transform: translateY(100%);
  transition: transform .32s cubic-bezier(.34,1.05,.64,1);
  max-height: 80vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.pm-sheet.aktif { transform: translateY(0); }

.pm-sheet-handle-wrap {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 14px 0 8px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  border-radius: 22px 22px 0 0;
}
.pm-sheet-handle {
  width: 36px;
  height: 4px;
  background: #dce3f0;
  border-radius: 2px;
  margin: 0 auto;
}

.pm-sheet-content { padding: 0 22px 40px; }

.pm-sheet-saat {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .3px;
  margin-bottom: 8px;
}
.pm-sheet-baslik {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2.5px solid var(--accent);
}
.pm-sheet-row { margin-bottom: 14px; }
.pm-sheet-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 4px;
}
.pm-sheet-val {
  display: block;
  font-size: 13.5px;
  color: var(--text);
  line-height: 1.55;
}
.pm-sheet-aciklama { font-size: 13px; line-height: 1.65; }

/* ── EKİP İSTATİSTİK KUTULARI ── */
.ekip-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}

a.ekip-stat-kart {
  text-decoration: none;
  color: inherit;
}

.ekip-stat-kart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 32px 20px 28px;
  box-shadow: 0 2px 10px rgba(38,55,98,.06);
  transition: transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s ease;
  cursor: pointer;
}

.ekip-stat-kart:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 32px rgba(38,55,98,.14);
}

.ekip-stat-ikon {
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #eef4ff;
  border-radius: 14px;
  margin-bottom: 4px;
}

.ekip-stat-bilgi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ekip-stat-sayi {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -1px;
}

.ekip-stat-label {
  font-family: 'Nunito', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

@media (max-width: 600px) {
  .ekip-stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── KATILIMCILAR ── */
/* ── KATILIMCIlar YENİ TASARIM ── */
.kt-section {
  padding: 72px 24px;
  background: linear-gradient(160deg, #e8f3ff 0%, #f5f8fc 60%);
}

.kt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.kt-kart {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 16px;
  transition: box-shadow .2s, transform .2s;
}
.kt-kart:hover {
  box-shadow: 0 6px 22px rgba(38,55,98,.11);
  transform: translateY(-2px);
}

.kt-kart--pasif {
  background: #f2f3f5;
  border-style: dashed;
  filter: grayscale(1);
  opacity: .65;
}
.kt-kart--pasif:hover {
  box-shadow: none;
  transform: none;
}
.kt-kart--pasif .kt-isim { color: var(--muted); text-decoration: line-through; text-decoration-color: #b7bcc7; }

.kt-bilgi { min-width: 0; width: 100%; }

.kt-isim {
  font-size: .92rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  line-height: 1.3;
}

.kt-sehir {
  font-size: .76rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

.kt-etiket {
  flex-shrink: 0;
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: .66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.kt-etiket--asil {
  color: #1a8a4a;
  background: rgba(26,138,74,.1);
}
.kt-etiket--yedek {
  color: #c05621;
  background: rgba(192,86,33,.1);
}
.kt-etiket--pasif {
  color: #8891a0;
  background: rgba(136,145,160,.14);
}

@media (max-width: 900px) {
  .kt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .kt-section { padding: 48px 16px; }
  .kt-grid { grid-template-columns: 1fr; gap: 10px; }
  .kt-kart { padding: 12px 14px; }
  .kt-isim { font-size: .9rem; }
  .kt-sehir { font-size: .74rem; }
}

/* ── KATILIMCIlar TOGGLE BUTONLAR ── */
.kt-toggle-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px;
}

.kt-toggle-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 20px;
  padding: 30px 20px 26px;
  cursor: pointer;
  transition: background .22s, border-color .22s, box-shadow .22s;
  -webkit-tap-highlight-color: transparent;
}
.kt-toggle-btn:hover {
  border-color: #9dafd0;
  box-shadow: 0 4px 18px rgba(38,55,98,.09);
}
.kt-toggle-btn.aktif {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 8px 28px rgba(38,55,98,.22);
}

.kt-toggle-ikon svg { display: block; transition: stroke .22s; }
.kt-toggle-btn.aktif .kt-toggle-ikon svg { stroke: rgba(255,255,255,.85); }

.kt-toggle-sayi {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  font-family: 'Nunito', sans-serif;
  transition: color .22s;
}
.kt-toggle-btn.aktif .kt-toggle-sayi { color: #fff; }

.kt-toggle-baslik {
  font-size: .88rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .2px;
  transition: color .22s;
}
.kt-toggle-btn.aktif .kt-toggle-baslik { color: rgba(255,255,255,.7); }

.kt-toggle-ok {
  margin-top: 4px;
  transition: color .22s, transform .28s cubic-bezier(.34,1.4,.64,1);
  color: var(--muted);
  line-height: 1;
}
.kt-toggle-ok svg { display: block; transition: stroke .22s; }
.kt-toggle-btn.aktif .kt-toggle-ok { transform: rotate(180deg); }
.kt-toggle-btn.aktif .kt-toggle-ok svg { stroke: rgba(255,255,255,.6); }

/* Panel */
.kt-panel { display: none; }
.kt-panel.aktif {
  display: block;
  animation: ktFadeIn .3s ease;
}
@keyframes ktFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.kt-bos {
  text-align: center;
  padding: 48px 20px;
  color: var(--muted);
  font-size: .95rem;
  background: #fff;
  border: 1.5px dashed var(--border);
  border-radius: 16px;
}

@media (max-width: 600px) {
  .kt-toggle-row { gap: 10px; }
  .kt-toggle-sayi { font-size: 2.1rem; }
  .kt-toggle-baslik { font-size: .78rem; }
  .kt-toggle-btn { padding: 22px 12px 18px; border-radius: 16px; }
  .kt-toggle-ikon svg { width: 24px; height: 24px; }
}

@media (max-width: 360px) {
  .kt-toggle-sayi { font-size: 1.7rem; }
  .kt-toggle-baslik { font-size: .7rem; }
  .kt-toggle-btn { padding: 18px 8px 14px; }
}

/* ── KATILIMCIlar ESKİ TASARIM (ekibimiz.php için korunuyor) ── */
.katilimci-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.katilimci-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, calc(25% - 16px));
  justify-content: center;
}

.katilimci-grid--3 .katilimci-kart {
  width: auto;
}

.katilimci-kart {
  width: calc(25% - 16px);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}

.katilimci-kart:hover {
  box-shadow: 0 8px 24px rgba(13,43,85,.1);
  transform: translateY(-3px);
}

.katilimci-foto {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #c8ddf0, #dce4ef);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #8aa8c8;
}

.katilimci-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.katilimci-bilgiler {
  padding: 14px 16px;
}

.katilimci-isim {
  font-size: .95rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px;
}

.katilimci-bilgi {
  font-size: .82rem;
  color: var(--muted);
}

@media (max-width: 768px) {
  .katilimci-kart {
    width: calc(50% - 10px);
  }
}
/* ── MOBİL NAV ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background .18s;
}
.nav-hamburger:hover { background: rgba(255,255,255,.1); }
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-hamburger { display: flex; }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 16px 0 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,.3);
    z-index: 99;
    gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links > li { width: 100%; }
  .nav-links a { padding: 12px 24px; border-radius: 0; font-size: .92rem; width: 100%; }

  .has-dropdown .dropdown-menu {
    display: none;
    position: static;
    background: rgba(255,255,255,.06);
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: unset;
  }
  .has-dropdown.open .dropdown-menu { display: block; }
  .dropdown-menu a {
    color: rgba(255,255,255,.8);
    padding: 10px 36px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: .85rem;
  }
  .dropdown-menu a:last-child { border-bottom: none; }
  .dropdown-menu a:hover { background: rgba(255,255,255,.08); color: #fff; }
}

/* ── İLETİŞİM HARİTASI ── */
.contact-map {
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
}
.contact-map iframe { width: 100%; height: 100%; display: block; }

/* ── GENEL MOBİL ── */
body { overflow-x: hidden; }

@media (max-width: 768px) {
  .hero-corner { display: none; }
  .hero-content { padding: 40px 20px; }
  .hero-sub { font-size: .95rem; }
  .hero-banners { gap: 8px; }
  .badge-pill { font-size: .78rem; padding: 8px 16px; }
  .hero-scroll-hint { display: none; }

  section { padding: 52px 20px; }

  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .approaches-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-map { height: 260px; }

  .stream-pills { gap: 8px; }
  .stream-pill { font-size: .82rem; padding: 8px 16px; }

  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .stat-box { padding: 22px 14px; }
  .stat-box .num { font-size: 2.2rem; }

  .partner-logos { gap: 16px; }
  .partner-logo { width: 110px; height: 60px; }

  .faq-q { font-size: .88rem; padding: 14px 18px; }
  .faq-a-inner { padding: 12px 18px 16px; }

  .contact-detail { gap: 12px; }
  .contact-detail-text { font-size: .85rem; }

  .section-title { font-size: clamp(1.4rem, 4vw, 1.9rem); }
}

@media (max-width: 480px) {
  .stats-row { grid-template-columns: 1fr 1fr; }
  .katilimci-grid, .uzmanlar-grid { gap: 12px; }
  .katilimci-kart,
  .uzmanlar-grid .katilimci-kart:nth-child(n) { width: calc(50% - 6px); }
  .stream-pill { width: 100%; justify-content: flex-start; }
  .badge-pill { width: 100%; justify-content: center; }
}

/* ═══════════════════════════════════════════
   KARŞILAMA MODALI
════════════════════════════════════════════ */
.welcome-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 21, 38, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.welcome-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.welcome-modal {
  position: relative;
  width: min(90vw, 480px);
  aspect-ratio: 1080 / 1350;
  max-height: 90vh;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  transform: scale(0.94);
  transition: transform 0.25s ease;
}

.welcome-modal-overlay.is-open .welcome-modal {
  transform: scale(1);
}

.welcome-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(15, 21, 38, 0.55);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s ease;
}

.welcome-modal-close:hover {
  background: rgba(15, 21, 38, 0.85);
}

.welcome-modal-link {
  display: block;
  width: 100%;
  height: 100%;
}

.welcome-modal-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── ÖZDEĞER KULÜBÜ ── */
.ok-hero {
  background: var(--light);
  padding: 28px 24px 40px;
}
.ok-hero .container { width: 100%; }
.ok-hero .section-tag { margin-bottom: 8px; }
.ok-hero .section-title { margin-bottom: 6px; }
.ok-hero .divider { margin: 10px 0 18px; }

.ok-layout {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 48px;
  align-items: stretch;
  min-width: 0;
}
.ok-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.ok-benefits {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ok-benefits li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.5;
}
.ok-benefits .ok-benefit-icon {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 9px;
  background: #e8f4ff;
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
}
.ok-benefits strong { color: var(--navy); display: block; margin-bottom: 1px; font-size: .92rem; }

.ok-banner-img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(13,43,85,.16);
}
.ok-banner-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── Telefon mockup ── */
.ok-phone-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.ok-phone {
  position: relative;
  width: 300px;
  max-width: 100%;
  flex: 1;
  min-height: 460px;
  background: linear-gradient(160deg, #3a3a3f, #050505);
  border-radius: 54px;
  padding: 18px 16px;
  box-shadow:
    0 34px 64px rgba(13,43,85,.32),
    inset 0 0 0 2px rgba(255,255,255,.08),
    inset 0 0 0 6px rgba(0,0,0,.35);
  display: flex;
}
.ok-phone::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 26px;
  background: #000;
  border-radius: 16px;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.ok-phone::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 5px;
  background: rgba(255,255,255,.55);
  border-radius: 3px;
  z-index: 2;
}

.ok-phone-screen {
  flex: 1;
  width: 100%;
  background: linear-gradient(170deg, #e8f3ff 0%, #f5f8fc 55%);
  border-radius: 38px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}

.ok-phone-topbar {
  background: var(--navy);
  color: #fff;
  padding: 46px 22px 16px;
  font-weight: 800;
  font-size: .92rem;
  display: flex;
  align-items: center;
  gap: 40px;
}
.ok-phone-topbar svg { flex-shrink: 0; opacity: .85; }

.ok-phone-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 28px 24px;
  text-align: center;
}

.ok-phone-card {
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  width: 100%;
  max-width: 230px;
  box-shadow: 0 12px 30px rgba(13,43,85,.16);
}
.ok-phone-card img { display: block; width: 100%; border-radius: 12px; margin-bottom: 14px; }
.ok-phone-card strong { display: block; color: var(--navy); font-size: .98rem; font-weight: 800; }
.ok-phone-card span { display: block; font-size: .76rem; color: var(--muted); margin-top: 2px; }

.ok-phone-caption {
  font-size: .78rem;
  color: var(--muted);
  max-width: 240px;
  line-height: 1.5;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: var(--navy);
  font-weight: 800;
  font-size: .92rem;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity .2s, transform .15s;
}
.btn-whatsapp:hover { opacity: .88; transform: translateY(-1px); }
.btn-whatsapp svg { flex-shrink: 0; }

.ok-note {
  font-size: .78rem;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 860px) {
  .ok-hero { padding: 24px 20px 40px; }
  .ok-layout { grid-template-columns: 1fr; gap: 32px; }
  .ok-phone { width: 300px; min-height: 460px; flex: none; }
}

@media (max-width: 480px) {
  .ok-benefits li { font-size: .88rem; }
}