/* KanTar tanıtım ana sayfası — yalnızca giriş yapmamış ziyaretçiler (Home/Index) */

.landing-site {
  --kt-emerald: #0d9488;
  --kt-emerald-deep: #0f766e;
  --kt-navy: #0f172a;
  --kt-slate: #1e293b;
  --kt-amber: #f59e0b;
  --kt-sky: #38bdf8;
  background: #f1f5f9;
  color: #212529;
}

.landing-site .landing-topbar {
  background: rgba(15, 23, 42, 0.72) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-site .landing-topbar a,
.landing-site .landing-topbar .btn-outline-secondary {
  color: #f8fafc !important;
  border-color: rgba(248, 250, 252, 0.35) !important;
}

.landing-site .landing-topbar a:hover {
  color: #fff !important;
}

.landing-site .landing-topbar .btn-outline-secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.landing-site .landing-topbar .btn-primary {
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.45);
}

.landing-site .landing-topbar-brand {
  color: #f8fafc !important;
}

.landing-site .landing-footer--promo {
  background: var(--kt-navy);
  color: rgba(248, 250, 252, 0.75);
  border-top: none;
  padding: 2rem 0;
}

.landing-site .landing-footer--promo a {
  color: rgba(248, 250, 252, 0.9);
}

.kt-landing {
  overflow-x: clip;
}

/* —— Hero —— */
.kt-landing-hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: center;
  padding: 3.5rem 0 4rem;
  color: #f8fafc;
  isolation: isolate;
  overflow: hidden;
}

.kt-landing-hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.kt-landing-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: kt-hero-bg-fade 24s ease-in-out infinite;
}

.kt-landing-hero__slide:nth-child(1) {
  background-image: url("/anasayfa/tarla.png");
  animation-delay: 0s;
}

.kt-landing-hero__slide:nth-child(2) {
  background-image: url("/anasayfa/inek.png");
  animation-delay: 6s;
}

.kt-landing-hero__slide:nth-child(3) {
  background-image: url("/anasayfa/veteriner.png");
  animation-delay: 12s;
}

.kt-landing-hero__slide:nth-child(4) {
  background-image: url("/anasayfa/ciftci.png");
  animation-delay: 18s;
}

@keyframes kt-hero-bg-fade {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.kt-landing-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(15, 118, 110, 0.58) 0%,
    rgba(15, 23, 42, 0.65) 55%,
    rgba(2, 6, 23, 0.72) 100%
  );
}

.kt-landing-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(13, 148, 136, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 30%, rgba(56, 189, 248, 0.22), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(245, 158, 11, 0.15), transparent 45%),
    linear-gradient(155deg, #020617 0%, #0f172a 38%, #134e4a 100%);
}

.kt-landing-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, #000 20%, transparent 75%);
}

.kt-landing-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 2;
  animation: kt-orb-float 18s ease-in-out infinite;
}

.kt-landing-hero__orb--a {
  width: 280px;
  height: 280px;
  background: rgba(13, 148, 136, 0.35);
  top: 10%;
  right: 8%;
}

.kt-landing-hero__orb--b {
  width: 220px;
  height: 220px;
  background: rgba(56, 189, 248, 0.25);
  bottom: 15%;
  left: 5%;
  animation-delay: -6s;
}

@keyframes kt-orb-float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-12px, 18px) scale(1.06);
  }
}

.kt-landing-hero__inner {
  position: relative;
  z-index: 3;
}

.kt-landing-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ecfdf5;
  backdrop-filter: blur(8px);
}

.kt-landing-hero__title {
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 1.25rem 0 1rem;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.kt-landing-hero__title em {
  font-style: normal;
  background: linear-gradient(90deg, #5eead4, #7dd3fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kt-landing-hero__lead {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.88);
  max-width: 34rem;
  margin-bottom: 1.75rem;
}

.kt-landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.kt-landing-hero__actions .btn-lg {
  padding: 0.75rem 1.65rem;
  font-weight: 600;
  border-radius: 12px;
}

.kt-landing-hero__actions .btn-light {
  color: #0f172a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.kt-landing-hero__actions .btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.kt-landing-hero__actions .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

.kt-landing-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
}

.kt-landing-stat {
  min-width: 7rem;
}

.kt-landing-stat__num {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #5eead4;
  line-height: 1.1;
}

.kt-landing-stat__lbl {
  font-size: 0.72rem;
  color: rgba(248, 250, 252, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.kt-landing-hero__col-visual {
  overflow: visible;
}

.kt-landing-hero__visual {
  --kt-hero-orbit-size: min(360px, 90vw);
  --kt-hero-app-size: min(290px, 68vw);
  --kt-hero-orbit-r: calc(var(--kt-hero-orbit-size) / 2 + 62px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: min(500px, 98vw);
  overflow: visible;
}

.kt-landing-hero__ring {
  position: absolute;
  width: var(--kt-hero-orbit-size);
  height: var(--kt-hero-orbit-size);
  border-radius: 50%;
  border: 1px dashed rgba(94, 234, 212, 0.35);
  animation: kt-ring-spin 40s linear infinite;
}

.kt-landing-hero__orbit {
  position: absolute;
  width: var(--kt-hero-orbit-size);
  height: var(--kt-hero-orbit-size);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

@keyframes kt-ring-spin {
  to {
    transform: rotate(360deg);
  }
}

.kt-landing-hero__app {
  width: var(--kt-hero-app-size);
  height: auto;
  border-radius: 32px;
  box-shadow:
    0 36px 72px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.kt-landing-float {
  position: absolute;
  z-index: 2;
}

.kt-landing-float--orbit {
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: 8.75rem;
  --kt-orbit-r: var(--kt-hero-orbit-r);
  transform:
    rotate(var(--kt-orbit-angle, 0deg))
    translateX(var(--kt-orbit-r))
    rotate(calc(-1 * var(--kt-orbit-angle, 0deg)))
    translate(-50%, -50%);
}

.kt-landing-float__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.24rem;
  padding: 0.32rem 0.48rem;
  border-radius: 9px;
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1.12;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  white-space: nowrap;
  animation: kt-float-badge 5s ease-in-out infinite;
  animation-delay: var(--kt-orbit-delay, 0s);
}

.kt-landing-float__chip .bi {
  flex-shrink: 0;
  font-size: 0.68rem;
  color: #0f766e;
}

@media (min-width: 1200px) {
  .kt-landing-hero__visual {
    --kt-hero-orbit-size: 400px;
    --kt-hero-app-size: 320px;
    --kt-hero-orbit-r: calc(400px / 2 + 74px);
  }
}

@keyframes kt-float-badge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* —— Yeni özellikler şeridi —— */
.kt-landing-whatsnew {
  padding: 0 0 3rem;
  margin-top: -2.5rem;
  position: relative;
  z-index: 3;
}

.kt-landing-whatsnew__card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 16px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.kt-landing-whatsnew__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.kt-landing-whatsnew__head h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
}

.kt-landing-tag-new {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
  border: 1px solid #fcd34d;
}

.kt-landing-new-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.85rem;
}

.kt-landing-new-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.85rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #f0fdfa 0%, #f8fafc 100%);
  border: 1px solid #99f6e4;
  color: #212529;
}

.kt-landing-new-item__ico {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--kt-emerald), var(--kt-emerald-deep));
  color: #fff;
}

.kt-landing-new-item h3 {
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: #212529;
}

.kt-landing-new-item p {
  font-size: 0.72rem;
  line-height: 1.35;
  color: #475569;
  margin: 0;
}

/* —— Modül ızgarası —— */
.kt-landing-modules {
  padding: 3.5rem 0;
  background: #fff;
}

.kt-landing-section-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.5rem;
}

.kt-landing-section-head h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #212529;
  margin-bottom: 0.5rem;
}

.kt-landing-section-head p {
  color: #64748b;
  margin: 0;
  font-size: 0.95rem;
}

.kt-landing-module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.kt-landing-module {
  padding: 1.35rem;
  border-radius: 14px;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #212529;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}

.kt-landing-module:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(13, 148, 136, 0.12);
  border-color: #5eead4;
}

.kt-landing-module__ico {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
  background: #ecfdf5;
  color: var(--kt-emerald-deep);
  border: 1px solid #99f6e4;
}

.kt-landing-module h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #212529;
}

.kt-landing-module p {
  font-size: 0.8rem;
  line-height: 1.45;
  color: #64748b;
  margin: 0;
}

/* —— Cihaz uyumluluğu (uygulama/*.png) —— */
.kt-landing-devices {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e2e8f0;
}

.kt-landing-devices__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  text-align: center;
  color: #64748b;
  font-size: 0.88rem;
  margin-bottom: 1.75rem;
}

.kt-landing-devices__yukle {
  height: 28px;
  width: auto;
  object-fit: contain;
}

.kt-landing-device-card {
  height: 100%;
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #212529;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.kt-landing-device-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(13, 148, 136, 0.12);
  border-color: #5eead4;
}

.kt-landing-device-card__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.kt-landing-device-card__ico img {
  width: min(200px, 70vw);
  height: auto;
  max-height: 200px;
  object-fit: contain;
}

.kt-landing-device-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #212529;
}

.kt-landing-device-card p {
  font-size: 0.8rem;
  line-height: 1.45;
  color: #64748b;
  margin: 0;
}

/* —— Bento vitrin —— */
.kt-landing-bento {
  padding: 3.5rem 0 4rem;
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
}

.kt-landing-bento__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.kt-landing-bento__cell {
  border-radius: 16px;
  padding: 1.35rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #212529;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.kt-landing-bento__cell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background: linear-gradient(135deg, var(--kt-emerald), var(--kt-sky));
  pointer-events: none;
}

.kt-landing-bento__cell--wide {
  grid-column: span 7;
}

.kt-landing-bento__cell--tall {
  grid-column: span 5;
  grid-row: span 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.kt-landing-bento__cell--half {
  grid-column: span 6;
}

.kt-landing-bento__cell--third {
  grid-column: span 4;
}

.kt-landing-bento__label {
  position: relative;
  z-index: 1;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--kt-emerald-deep);
  margin-bottom: 0.35rem;
}

.kt-landing-bento__cell h3 {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: #212529;
}

.kt-landing-bento__cell p {
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #475569;
  margin: 0;
}

/* Bento kartları — mini önizlemeler */
.kt-landing-bento__cell--preview {
  justify-content: flex-start;
  gap: 0.85rem;
  padding-bottom: 0.85rem;
}

.kt-landing-bento__cell--preview::before {
  opacity: 0.04;
}

.kt-landing-bento__cell--wide.kt-landing-bento__cell--preview {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.kt-landing-bento__cell--wide .kt-landing-bento__copy {
  flex: 1 1 200px;
  max-width: 38%;
}

.kt-landing-bento__copy {
  position: relative;
  z-index: 1;
}

.kt-landing-bento-mock,
.kt-landing-dash-mock {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  flex: 1 1 240px;
  min-height: 0;
  min-width: 0;
  display: flex;
}

.kt-landing-bento-mock__frame,
.kt-landing-dash-mock__frame {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.kt-landing-bento-mock--dash .kt-landing-bento-mock__frame,
.kt-landing-dash-mock__frame {
  min-height: 220px;
}

/* İşletme paneli — düzenleme modalı */
.kt-landing-dash-mock__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.35rem 0.5rem;
  border-bottom: 1px solid #dee2e6;
  background: #fff;
  flex-shrink: 0;
}

.kt-landing-dash-mock__title {
  font-size: 0.62rem;
  font-weight: 700;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kt-landing-dash-mock__toolbar {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}

.kt-landing-dash-mock__btn {
  font-size: 0.48rem;
  font-weight: 600;
  padding: 0.12rem 0.35rem;
  border-radius: 4px;
  border: 1px solid #adb5bd;
  color: #495057;
  background: #fff;
  line-height: 1.2;
}

.kt-landing-dash-mock__btn--primary {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.kt-landing-dash-mock__body {
  display: flex;
  flex: 1;
  min-height: 0;
  background: #f8f9fa;
}

.kt-landing-dash-mock__palette {
  width: 4.1rem;
  flex-shrink: 0;
  padding: 0.35rem 0.3rem;
  border-right: 1px solid #dee2e6;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.kt-landing-dash-mock__pal-label {
  font-size: 0.45rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  margin-bottom: 0.1rem;
}

.kt-landing-dash-mock__pal-item {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.46rem;
  font-weight: 600;
  color: #212529;
  padding: 0.18rem 0.2rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #f8f9fa;
}

.kt-landing-dash-mock__pal-item .bi {
  font-size: 0.55rem;
  color: #0d9488;
}

.kt-landing-dash-mock__canvas-wrap {
  flex: 1;
  min-width: 0;
  padding: 0.35rem;
  overflow: hidden;
}

.kt-landing-dash-mock__canvas {
  --kt-mock-gap: 2px;
  --kt-mock-row: 13px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: var(--kt-mock-row);
  gap: var(--kt-mock-gap);
  height: 100%;
  min-height: calc(var(--kt-mock-row) * 10 + var(--kt-mock-gap) * 9);
  padding: 1px;
}

.kt-landing-dash-mock__piece {
  border: 1px solid #adb5bd;
  border-radius: 4px;
  background: #fff;
  color: #212529;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  font-size: 0.42rem;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
  padding: 0.1rem;
  min-width: 0;
}

.kt-landing-dash-mock__piece .bi {
  font-size: 0.55rem;
  color: #0f766e;
}

.kt-landing-dash-mock__piece--profil {
  grid-column: 1 / span 12;
  grid-row: 1 / span 3;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.2rem 0.25rem;
  position: relative;
}

.kt-landing-dash-mock__cover {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #99f6e4 0%, #0d9488 55%, #134e4a 100%);
}

.kt-landing-dash-mock__avatar {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #adb5bd;
  flex-shrink: 0;
}

.kt-landing-dash-mock__profil-text {
  position: relative;
  z-index: 1;
  font-size: 0.44rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  margin-left: 0.15rem;
}

.kt-landing-dash-mock__piece--clock {
  grid-column: 1 / span 2;
  grid-row: 4 / span 1;
}

.kt-landing-dash-mock__clock-time {
  font-size: 0.52rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #212529;
}

.kt-landing-dash-mock__clock-date {
  font-size: 0.38rem;
  color: #6c757d;
}

.kt-landing-dash-mock__piece--sc:nth-child(3) { grid-column: 3 / span 2; grid-row: 4 / span 1; }
.kt-landing-dash-mock__piece--sc:nth-child(4) { grid-column: 5 / span 2; grid-row: 4 / span 1; }
.kt-landing-dash-mock__piece--sc:nth-child(5) { grid-column: 7 / span 2; grid-row: 4 / span 1; }
.kt-landing-dash-mock__piece--sc:nth-child(6) { grid-column: 9 / span 2; grid-row: 4 / span 1; }
.kt-landing-dash-mock__piece--sc:nth-child(7) { grid-column: 1 / span 2; grid-row: 5 / span 1; }
.kt-landing-dash-mock__piece--sc:nth-child(8) { grid-column: 3 / span 2; grid-row: 5 / span 1; }
.kt-landing-dash-mock__piece--sc:nth-child(9) { grid-column: 5 / span 2; grid-row: 5 / span 1; }

.kt-landing-dash-mock__piece--sc {
  background: #f8f9fa;
}

.kt-landing-dash-mock__piece--suru {
  grid-column: 1 / span 4;
  grid-row: 6 / span 2;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.15rem 0.2rem;
}

.kt-landing-dash-mock__piece--not {
  grid-column: 5 / span 8;
  grid-row: 6 / span 2;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.15rem 0.2rem;
}

.kt-landing-dash-mock__piece--gunluk {
  grid-column: 1 / span 8;
  grid-row: 8 / span 3;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.15rem 0.2rem;
}

.kt-landing-dash-mock__piece--bildirim {
  grid-column: 9 / span 4;
  grid-row: 8 / span 3;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.15rem 0.2rem;
}

.kt-landing-dash-mock__mini-title {
  font-size: 0.44rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.12rem;
  width: 100%;
  text-align: left;
}

.kt-landing-dash-mock__mini-title .bi {
  font-size: 0.44rem;
}

.kt-landing-dash-mock__suru-row {
  font-size: 0.4rem;
  color: #64748b;
  width: 100%;
  text-align: left;
}

.kt-landing-dash-mock__suru-row b {
  color: #0f766e;
  font-weight: 800;
}

.kt-landing-dash-mock__feed-line {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #e2e8f0;
  margin-bottom: 2px;
}

.kt-landing-dash-mock__feed-line--short {
  width: 62%;
}

.kt-landing-dash-mock__drag {
  position: absolute;
  top: 38%;
  left: 46%;
  z-index: 2;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #0d6efd;
  color: #0d6efd;
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.25);
  animation: kt-mock-drag-pulse 2.4s ease-in-out infinite;
}

.kt-landing-dash-mock__drag .bi {
  font-size: 0.55rem;
}

@keyframes kt-mock-drag-pulse {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, -3px);
  }
}

@media (max-width: 575.98px) {
  .kt-landing-dash-mock__palette {
    display: none;
  }

  .kt-landing-dash-mock__frame {
    min-height: 190px;
  }

  .kt-landing-dash-mock__canvas {
    --kt-mock-row: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kt-landing-dash-mock__drag {
    animation: none;
  }
}

/* Hayvan kartı önizlemesi */
.kt-landing-bento-mock--hayvan .kt-landing-bento-mock__frame {
  min-height: 168px;
  padding: 0.4rem 0.45rem 0.45rem;
  gap: 0.35rem;
  background: #f8fafc;
}

.kt-landing-bento-mock__hk-top {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.kt-landing-bento-mock__hk-label {
  font-size: 0.48rem;
  font-weight: 700;
  color: #212529;
}

.kt-landing-bento-mock__hk-input {
  font-size: 0.52rem;
  font-weight: 600;
  color: #212529;
  background: #fff;
  border: 1px solid #adb5bd;
  border-radius: 4px;
  padding: 0.15rem 0.3rem;
}

.kt-landing-bento-mock__hk-meta {
  display: flex;
  gap: 0.35rem;
  align-items: flex-start;
}

.kt-landing-bento-mock__hk-photo {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  flex-shrink: 0;
}

.kt-landing-bento-mock__hk-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.45rem;
  font-size: 0.44rem;
  color: #212529;
  line-height: 1.2;
}

.kt-landing-bento-mock__hk-fields em {
  font-style: normal;
  color: #6c757d;
  margin-right: 0.12rem;
}

.kt-landing-bento-mock__hk-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.12rem;
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.2rem;
}

.kt-landing-bento-mock__hk-tabs span {
  font-size: 0.42rem;
  font-weight: 600;
  color: #64748b;
  padding: 0.1rem 0.28rem;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.kt-landing-bento-mock__hk-tabs span.is-on {
  color: #0f766e;
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  border-bottom-color: #ecfdf5;
  margin-bottom: -1px;
}

.kt-landing-bento-mock__hk-body {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  padding-top: 0.1rem;
}

.kt-landing-bento-mock__hk-row {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 0.18rem 0.28rem;
}

.kt-landing-bento-mock__hk-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.kt-landing-bento-mock__hk-dot--teal {
  background: #0d9488;
}

.kt-landing-bento-mock__hk-dot--blue {
  background: #0d6efd;
}

.kt-landing-bento-mock__hk-dot--amber {
  background: #f59e0b;
}

.kt-landing-bento-mock__hk-row-text {
  font-size: 0.44rem;
  color: #334155;
  line-height: 1.2;
}

/* Çok cihaz önizlemesi */
.kt-landing-bento-mock--devices {
  min-height: 240px;
}

.kt-landing-bento-mock--devices .kt-landing-bento-mock__frame {
  flex: 1;
  min-height: 220px;
  padding: 0.85rem 0.75rem 0.75rem;
  gap: 0.65rem;
  align-items: stretch;
  justify-content: space-between;
  background: linear-gradient(180deg, #fff 0%, #f0fdfa 100%);
}

.kt-landing-bento-mock__pwa-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  font-size: clamp(0.68rem, 1.6vw, 0.82rem);
  font-weight: 600;
  color: #334155;
  text-align: center;
  line-height: 1.25;
  flex-shrink: 0;
}

.kt-landing-bento-mock__pwa-bar img {
  height: clamp(18px, 2.8vw, 26px);
  width: auto;
  max-width: min(140px, 42%);
  object-fit: contain;
}

.kt-landing-bento-mock__device-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(0.35rem, 2vw, 1rem);
  width: 100%;
  flex: 1;
  min-height: 0;
  padding: 0.15rem 0;
}

.kt-landing-bento-mock__device {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  flex: 1 1 0;
  min-width: 0;
  max-width: 34%;
  font-size: clamp(0.68rem, 1.5vw, 0.8rem);
  font-weight: 700;
  color: #212529;
}

.kt-landing-bento-mock__device img {
  width: auto;
  max-width: 100%;
  height: clamp(76px, 14vw, 118px);
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(15, 23, 42, 0.12));
}

.kt-landing-bento-mock__device:nth-child(2) img {
  height: clamp(84px, 16vw, 128px);
}

.kt-landing-bento-mock__sync {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 0.35rem;
  font-size: clamp(0.62rem, 1.4vw, 0.75rem);
  font-weight: 700;
  color: #0f766e;
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  flex-shrink: 0;
  max-width: 100%;
  text-align: center;
  line-height: 1.2;
}

.kt-landing-bento-mock__sync .bi {
  font-size: 0.85em;
  flex-shrink: 0;
}

/* Çok işletme önizlemesi — platformda ayrı BusinessId alanları */
.kt-landing-bento-mock--tenant {
  min-height: 220px;
}

.kt-landing-bento-mock--tenant .kt-landing-bento-mock__frame {
  flex: 1;
  min-height: 200px;
  padding: 0.65rem 0.7rem 0.6rem;
  gap: 0.55rem;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.kt-landing-bento-mock__platform-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: clamp(0.62rem, 1.4vw, 0.74rem);
  font-weight: 700;
  color: #334155;
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  flex-shrink: 0;
}

.kt-landing-bento-mock__platform-bar img {
  border-radius: 4px;
  flex-shrink: 0;
}

.kt-landing-bento-mock__silos {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.35rem;
  align-items: stretch;
  flex: 1;
  min-height: 0;
}

.kt-landing-bento-mock__silo {
  border-radius: 8px;
  border: 1px solid #5eead4;
  background: #fff;
  padding: 0.45rem 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.08);
}

.kt-landing-bento-mock__silo--alt {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.kt-landing-bento-mock__silo-name {
  font-size: clamp(0.62rem, 1.4vw, 0.76rem);
  font-weight: 800;
  color: #212529;
  line-height: 1.15;
}

.kt-landing-bento-mock__silo-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  font-size: clamp(0.56rem, 1.2vw, 0.68rem);
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 0.14rem 0.28rem;
  width: fit-content;
  max-width: 100%;
}

.kt-landing-bento-mock__silo-chip .bi {
  font-size: 0.85em;
  color: #0d9488;
  flex-shrink: 0;
}

.kt-landing-bento-mock__silo-filter {
  margin-top: auto;
  font-size: clamp(0.5rem, 1.1vw, 0.6rem);
  font-weight: 700;
  color: #0f766e;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.01em;
}

.kt-landing-bento-mock__silo-wall {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0 0.15rem;
  color: #64748b;
  text-align: center;
  min-width: 2.4rem;
}

.kt-landing-bento-mock__silo-wall .bi {
  font-size: clamp(0.85rem, 2vw, 1.05rem);
  color: #dc3545;
}

.kt-landing-bento-mock__silo-wall span {
  font-size: clamp(0.48rem, 1vw, 0.58rem);
  font-weight: 700;
  line-height: 1.1;
  max-width: 3.2rem;
}

.kt-landing-bento-mock__tenant-note {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
  font-size: clamp(0.58rem, 1.3vw, 0.7rem);
  color: #64748b;
  text-align: center;
  line-height: 1.3;
  flex-shrink: 0;
}

.kt-landing-bento-mock__tenant-note .bi {
  color: #0d9488;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

/* —— CTA —— */
.kt-landing-cta {
  padding: 3.5rem 0 4.5rem;
  background: var(--kt-navy);
  color: #f8fafc;
  text-align: center;
}

.kt-landing-cta h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.kt-landing-cta p {
  color: rgba(248, 250, 252, 0.78);
  max-width: 32rem;
  margin: 0 auto 1.5rem;
  font-size: 0.95rem;
}

.kt-landing-cta .btn-light {
  color: #0f172a;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 12px;
}

/* —— Responsive —— */
@media (max-width: 991.98px) {
  .kt-landing-hero {
    min-height: auto;
    padding: 2.5rem 0 3rem;
  }

  .kt-landing-hero__visual {
    margin-top: 2.5rem;
  }

  .kt-landing-bento__cell--wide,
  .kt-landing-bento__cell--tall,
  .kt-landing-bento__cell--half,
  .kt-landing-bento__cell--third {
    grid-column: span 12;
    grid-row: span 1;
  }

  .kt-landing-bento__cell--wide.kt-landing-bento__cell--preview {
    flex-direction: column;
  }

  .kt-landing-bento__cell--wide .kt-landing-bento__copy {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .kt-landing-whatsnew {
    margin-top: -1.5rem;
  }

  .kt-landing-new-grid {
    grid-template-columns: 1fr;
  }

  .kt-landing-hero__orbit,
  .kt-landing-float {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kt-landing-hero__slide {
    animation: none;
    opacity: 0;
  }

  .kt-landing-hero__slide:first-child {
    opacity: 1;
  }

  .kt-landing-hero__orb,
  .kt-landing-hero__ring,
  .kt-landing-float__chip {
    animation: none;
  }

  .kt-landing-module:hover,
  .kt-landing-device-card:hover {
    transform: none;
  }
}

@media print {
  .kt-landing-hero__slider,
  .kt-landing-hero__orb,
  .kt-landing-hero__grid,
  .kt-landing-hero__orbit,
  .kt-landing-float {
    display: none;
  }
}

/* —— İç sayfalar (Hakkımızda, Gizlilik, İletişim) —— */
.kt-landing-page {
  flex: 1;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 45%, #f1f5f9 100%);
  color: #212529;
}

.kt-landing-page__title {
  color: #212529;
}

.kt-landing-page__logo {
  max-width: 280px;
  border-radius: 1.25rem;
}

.kt-landing-page-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 16px;
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.08);
  color: #212529;
}

.kt-landing-page-card .form-label {
  color: #212529;
}

.kt-landing-page-card .form-control,
.kt-landing-page-card .form-select {
  color: #212529;
  background: #fff;
  border-color: #adb5bd;
}

.kt-landing-page-card .form-control:focus,
.kt-landing-page-card .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.kt-landing-contact-ico {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  background: #ecfdf5;
  color: var(--kt-emerald-deep);
  border: 1px solid #99f6e4;
}

.landing-topbar-nav {
  display: none;
  gap: 0.35rem;
}

.landing-topbar-nav .btn-link {
  color: rgba(248, 250, 252, 0.88) !important;
  text-decoration: none;
  font-size: 0.78rem;
  padding: 0.25rem 0.45rem;
}

.landing-topbar-nav .btn-link:hover {
  color: #fff !important;
}

@media (min-width: 768px) {
  .landing-topbar-nav {
    display: flex;
  }
}
