/* KİLİT 18.08.2026 — tanıtım CSS + .tx-seo + .tx-reklam. Açıkça istenmeden dokunma. 19.08.2026: .tx-aile. 21.08.2026: Kurulu Toplantı Robotu yakında kartı. */
/* HEM Evrak — tek ekran tanıtım */
html:has(.tx-sayfa),
body:has(.tx-sayfa) {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  background: #0a3844;
}
html:has(.tx-sayfa)::-webkit-scrollbar,
body:has(.tx-sayfa)::-webkit-scrollbar,
.tx-sayfa::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

body:has(.tx-sayfa) .kb-shell,
body:has(.tx-sayfa) #app,
body:has(.tx-sayfa) .page {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tx-sayfa {
  --tx-ink: #1c2e28;
  --tx-brand: #0f4c5c;
  --tx-brand-deep: #0a3844;
  --tx-leaf: #2f6b4f;
  --tx-line: #b7c7bf;
  --tx-muted: #3d524a;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  color: var(--tx-ink);
  background: #eef3f0;
  font-family: "Figtree", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  line-height: 1.4;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr auto auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tx-sayfa *,
.tx-sayfa *::before,
.tx-sayfa *::after { box-sizing: border-box; }

.tx-ust {
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px clamp(12px, 2.5vw, 28px);
  background: rgba(8, 36, 42, 0.92);
}

.tx-marka {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: 1.15rem;
}

.tx-marka img { width: 40px; height: 40px; object-fit: contain; }

.tx-giris {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--tx-brand-deep);
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
}

.tx-tek-govde {
  min-height: 0;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  grid-template-areas: "sol sag";
  gap: 12px;
  padding: 10px clamp(12px, 2.5vw, 28px);
  overflow: hidden;
}

.tx-tek-sol {
  grid-area: sol;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 4px;
  color: #0a3844;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tx-tek-sol::-webkit-scrollbar { width: 0; height: 0; display: none; }
.tx-tek-sol > :not(.tx-tek-kaydir) { flex-shrink: 0; }
.tx-tek-kaydir {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tx-tek-kaydir::-webkit-scrollbar { width: 0; height: 0; display: none; }

.tx-reklam {
  margin: 2px 0 4px;
  padding: 10px 12px 12px;
  max-width: 52rem;
  border-radius: 10px;
  background:
    linear-gradient(135deg, #0a3844 0%, #0f4c5c 55%, #1a6a5c 100%);
  color: #eef6f1;
  box-shadow: 0 8px 22px rgba(10, 56, 68, 0.28);
}

.tx-reklam-ust {
  margin: 0 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c8f0c0;
}

.tx-canli {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
  animation: tx-canli-nabiz 1.4s ease-out infinite;
}

@keyframes tx-canli-nabiz {
  0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.65); }
  70% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.tx-reklam-baslik {
  margin: 0 0 10px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: clamp(0.98rem, 1.7vw, 1.18rem);
  line-height: 1.3;
  color: #fff;
}

.tx-reklam-kartlar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.tx-reklam-kart {
  display: grid;
  gap: 3px;
  padding: 9px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #0a3844;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  min-width: 0;
}

.tx-reklam-kart:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.tx-reklam-kart-zumre {
  background: #fff8e8;
}

.tx-reklam-kart-yakinda {
  background: #edf2f4;
  border: 1px dashed #7a939c;
  cursor: default;
  opacity: 0.95;
}

.tx-reklam-kart-yakinda:hover {
  transform: none;
  box-shadow: none;
}

.tx-reklam-etiket {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a6a7c;
}

.tx-reklam-kart-zumre .tx-reklam-etiket { color: #9a6b12; }
.tx-reklam-kart-yakinda .tx-reklam-etiket { color: #5a6f78; }

.tx-reklam-kart strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #0a3844;
}

.tx-reklam-kart > span:last-child {
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  color: #3d524a;
}

.tx-reklam-ilan {
  display: inline-block;
  margin-top: 2px;
  padding: 3px 7px;
  width: fit-content;
  border-radius: 4px;
  background: #0f4c5c;
  color: #fff !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  line-height: 1.25 !important;
}

.tx-aile {
  margin: 2px 0 4px;
  padding: 8px 12px 9px;
  max-width: 42rem;
  border: 1px solid var(--tx-line);
  border-left: 4px solid var(--tx-leaf);
  background: #f4faf6;
  border-radius: 0 8px 8px 0;
}

.tx-aile-etiket {
  margin: 0 0 2px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tx-leaf);
}

.tx-aile h2 {
  margin: 0 0 4px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  line-height: 1.2;
  color: var(--tx-brand);
}

.tx-aile-ozet {
  margin: 0 0 6px;
  color: var(--tx-muted);
  font-weight: 500;
  font-size: 0.84rem;
  line-height: 1.4;
}

.tx-aile ul {
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tx-aile li {
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--tx-line);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--tx-brand-deep);
}

.tx-aile-not {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  color: #4a5f56;
}

.tx-aile-not a {
  color: var(--tx-brand-deep);
  font-weight: 800;
}

.tx-seo {
  margin: 4px 0 2px;
  padding: 10px 12px;
  max-width: 42rem;
  border: 1px solid var(--tx-line);
  border-left: 4px solid var(--tx-leaf);
  background: #fff;
  border-radius: 0 8px 8px 0;
}

.tx-seo h2 {
  margin: 0 0 6px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.25;
  color: var(--tx-brand);
}

.tx-seo p {
  margin: 0 0 8px;
  color: var(--tx-muted);
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 1.45;
}

.tx-seo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 14px;
}

.tx-seo li {
  position: relative;
  padding-left: 0.95em;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--tx-brand-deep);
}

.tx-seo li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--tx-leaf);
  font-weight: 800;
}

.tx-hero-marka {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--tx-brand);
}

.tx-hero-baslik {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.25;
  color: var(--tx-brand-deep);
  max-width: none;
}

.tx-hero-baslik:focus,
.tx-hero-baslik:focus-visible {
  outline: none;
  box-shadow: none;
}

.tx-hero-ozet {
  margin: 0;
  max-width: 36ch;
  color: var(--tx-muted);
  font-weight: 500;
  font-size: 0.95rem;
}

.tx-tek-sloganlar {
  margin: 2px 0 0;
  color: var(--tx-leaf);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.tx-kurs-kart {
  display: grid;
  grid-template-columns: minmax(220px, 62%) 1fr;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex: 0 0 auto;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #ffd93d;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: #fff;
  background: linear-gradient(135deg, #0a3844 0%, #157a8c 48%, #0f4c5c 100%);
  box-shadow: 0 8px 22px rgba(15, 76, 92, 0.38), 0 0 0 1px rgba(255, 217, 61, 0.35) inset;
  animation: tx-kurs-parla 2.2s ease-in-out infinite;
}
.tx-kurs-kart:hover {
  filter: brightness(1.08);
  border-color: #ffe082;
}
.tx-tek-sag {
  grid-area: sag;
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-self: end;
  width: 100%;
}
.tx-kurs-mini {
  height: 210px;
  width: 100%;
  border-radius: 8px;
  background: #3aa0d8;
  overflow: hidden;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
}
.tx-kurs-mini .leaflet-control-container { display: none !important; }
.tx-kurs-mini .leaflet-container { background: #3aa0d8 !important; }
.tx-kurs-kart-metin {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.tx-kurs-kart-metin strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.tx-kurs-kart-metin em {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 600;
  color: #ffe082;
}
.tx-kurs-kart-metin .tx-kurs-toplam {
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
@keyframes tx-kurs-parla {
  0%, 100% { box-shadow: 0 8px 22px rgba(15, 76, 92, 0.38), 0 0 0 1px rgba(255, 217, 61, 0.3) inset; }
  50% { box-shadow: 0 10px 28px rgba(255, 217, 61, 0.35), 0 0 18px rgba(255, 217, 61, 0.28); }
}

.tx-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.tx-cta-ana {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--tx-brand);
  background: var(--tx-brand);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.tx-cta-ana:hover { background: var(--tx-brand-deep); }

.tx-cta-ikincil {
  color: var(--tx-brand-deep);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid rgba(15, 76, 92, 0.35);
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.tx-cta-ikincil:hover { border-bottom-color: var(--tx-brand-deep); }

.tx-usta-mini {
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #e0a88a;
  border-left: 4px solid #c62828;
  background: #fff8f5;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 4px 12px;
  align-items: center;
}

.tx-usta-mini strong {
  grid-column: 1 / -1;
  color: #9a3412;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
}

.tx-usta-mini span {
  color: #5c4033;
  font-size: 0.85rem;
  font-weight: 600;
}

.tx-usta-mini a {
  color: var(--tx-brand-deep);
  font-weight: 700;
  font-size: 0.85rem;
}

.tx-tek-gorseller {
  min-height: 0;
  flex: 1 1 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  overflow: hidden;
}

.tx-tek-gorseller figure {
  margin: 0;
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 76, 92, 0.2);
  background: #0a3844;
}

.tx-tek-gorseller img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tx-tek-gorseller figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  background: linear-gradient(transparent, rgba(8, 36, 42, 0.85));
  color: #eef6f1;
  font-weight: 700;
  font-size: 0.8rem;
}

.tx-serit {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--tx-brand-deep);
  color: #dff0e8;
  /* kenar boşluğu / parent kısıtı olsa bile boydan boya */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
}

.tx-serit-iz {
  display: flex;
  width: max-content;
  min-width: 200%;
  gap: 3rem;
  padding: 8px 0;
  animation: tx-kaydir-serit 28s linear infinite;
}

.tx-serit-iz p {
  margin: 0;
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@keyframes tx-kaydir-serit {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.tx-footer-tek {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding: 6px clamp(12px, 2.5vw, 28px) 8px;
  background: #e2ebe5;
  border-top: 1px solid var(--tx-line);
  font-size: 0.82rem;
}

.tx-footer-tek strong {
  font-family: "Fraunces", Georgia, serif;
  color: var(--tx-brand);
}

.tx-footer-tek span { color: #4a5f56; }

.tx-footer-tek nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-left: auto;
}

.tx-footer-tek a {
  color: var(--tx-brand-deep);
  text-decoration: none;
  font-weight: 700;
}

.tx-footer-tek a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .tx-sayfa {
    overflow: auto;
    height: auto;
    min-height: 100dvh;
    max-height: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  html:has(.tx-sayfa),
  body:has(.tx-sayfa) {
    overflow: auto !important;
    max-height: none !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .tx-tek-govde {
    grid-template-columns: 1fr;
    grid-template-areas: "sag" "sol";
    overflow: visible;
  }
  .tx-tek-gorseller {
    min-height: 42vh;
  }
  .tx-usta-mini {
    grid-template-columns: 1fr 1fr;
  }
  .tx-seo {
    max-width: none;
  }
  .tx-seo ul {
    grid-template-columns: 1fr;
  }
  .tx-reklam {
    max-width: none;
  }
  .tx-reklam-kartlar {
    grid-template-columns: 1fr;
  }
  .tx-aile {
    max-width: none;
  }
  .tx-kurs-kart {
    grid-template-columns: 1fr;
  }
  .tx-kurs-mini { height: 180px; }
}
