/* Ana sayfa: #193B2F Sola Hizalı E-Ticaret Tek Panel Hero (Gölgesiz & Glowsuz) */

.dk-hero-section {
  background: #193B2F;
  position: relative;
  overflow: hidden;
  padding: 100px 0 92px;
  color: #ffffff;
}

.dk-hero-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
}

/* Mouse Takip Eden Lime Spotlight Işıltısı */
.dk-hero-spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  background: radial-gradient(
    650px circle at var(--hero-mouse-x, 50%) var(--hero-mouse-y, 50%),
    rgba(174, 222, 52, 0.2) 0%,
    rgba(174, 222, 52, 0.07) 28%,
    rgba(25, 59, 47, 0.03) 55%,
    transparent 75%
  );
}

.dk-hero-section:hover .dk-hero-spotlight {
  opacity: 1;
}

.dk-hero-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}

.dk-hero-content-left {
  max-width: 980px;
  text-align: left;
}

.dk-hero-title {
  font-size: clamp(32px, 5.2vw, 64px);
  line-height: 1.12;
  letter-spacing: -2px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 28px;
  text-wrap: balance;
  font-family: var(--font-head);
  text-align: left;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.dk-hero-highlight {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #ffffff;
}

.dk-hero-underline-svg {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 16px;
  color: #AEDE34;
  overflow: visible;
  pointer-events: none;
}

.dk-hero-sub {
  font-size: 19px;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.86);
  max-width: 780px;
  font-weight: 400;
  margin: 0 0 44px;
  text-align: left;
}

.dk-hero-buttons {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.dk-btn-hero-primary {
  background: #AEDE34;
  color: #0c2b20;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 16.5px;
  padding: 16px 36px;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  box-shadow: none;
  transition: background 0.2s ease, transform 0.15s ease;
}
.dk-btn-hero-primary:hover {
  background: #c0ed54;
  color: #081e16;
  transform: translateY(-1px);
  box-shadow: none;
}
.dk-btn-hero-primary .dk-btn-icon {
  font-size: 14px;
  transition: transform 0.2s ease;
}
.dk-btn-hero-primary:hover .dk-btn-icon {
  transform: translateX(4px);
}

.dk-btn-hero-link {
  color: #ffffff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border: none;
  background: none;
  box-shadow: none;
  transition: color 0.2s ease;
}
.dk-btn-hero-link:hover {
  color: #AEDE34;
  text-decoration: none;
  box-shadow: none;
}
.dk-btn-hero-link .dk-link-arrow {
  font-size: 14px;
  transition: transform 0.2s ease;
}
.dk-btn-hero-link:hover .dk-link-arrow {
  transform: translateX(4px);
}

.dk-hero-features-list {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dk-hero-feat-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.dk-hero-check-icon {
  color: #AEDE34;
  font-size: 15px;
}

@media (max-width: 900px) {
  .dk-hero-section {
    padding: 56px 0 52px;
  }
  .dk-hero-container {
    padding: 0 20px;
  }
  .dk-hero-content-left {
    text-align: left;
    margin: 0;
  }
  .dk-hero-title {
    font-size: 38px;
    line-height: 1.18;
    letter-spacing: -1.2px;
    margin-bottom: 22px;
    text-align: left;
  }
  .dk-hero-sub {
    font-size: 16px;
    margin: 0 0 32px;
    line-height: 1.65;
    text-align: left;
  }
  .dk-hero-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 36px;
  }
  .dk-btn-hero-primary {
    justify-content: center;
    width: 100%;
    max-width: 340px;
    text-align: center;
  }
  .dk-btn-hero-link {
    justify-content: center;
    width: 100%;
    max-width: 340px;
    text-align: center;
  }
  .dk-hero-features-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .dk-hero-section {
    padding: 48px 0 44px;
  }
  .dk-hero-container {
    padding: 0 16px;
  }
  .dk-hero-title {
    font-size: 33px;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  .dk-hero-sub {
    font-size: 15px;
  }
}

/* Modüller Bölümü (Ana Sayfa) */
.dk-home-modules-section {
  background: #ffffff;
  padding: 64px 0 60px;
}

.dk-home-modules-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.dk-home-modules-header-left {
  text-align: left;
}

.dk-home-modules-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -1px;
  color: var(--ink);
  margin: 0;
}

.dk-home-modules-sub {
  font-size: 16.5px;
  color: var(--muted);
  margin: 10px 0 0;
  line-height: 1.5;
}

.dk-home-modules-header-right {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .dk-home-modules-section {
    padding: 48px 0 44px;
  }
  .dk-home-modules-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
  }
  .dk-home-modules-title {
    font-size: 28px;
  }
  .dk-home-modules-header-right {
    width: 100%;
  }
  .dk-home-modules-header-right .dk-btn-meeting {
    width: 100%;
  }
}

/* ==========================================================================
   Özel Modül Geliştirme — Odoo Canlı Kod Editörü Bölümü
   ========================================================================== */
.dk-code-section {
  background: #F8F9FA;
  border-top: 1px solid #EAECEF;
  border-bottom: 1px solid #EAECEF;
  padding: 88px 0 92px;
  position: relative;
}

.dk-code-grid {
  display: grid;
  grid-template-columns: 1fr 1.22fr;
  gap: 56px;
  align-items: center;
}

/* Sol Alan: Başlık & Sekmeler */
.dk-code-left {
  text-align: left;
}

.dk-code-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: var(--ink);
  margin: 0 0 16px;
}

.dk-code-desc {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 520px;
}

.dk-code-tabs {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E2E8F0;
}

.dk-code-tab {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #E2E8F0;
  padding: 15px 0;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 500;
  color: #64748B;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.dk-code-tab-indicator {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5px;
  height: 20px;
  background: #2563EB;
  border-radius: 2px;
  opacity: 0;
  transition: all 0.2s ease;
}

.dk-code-tab:hover {
  color: var(--ink);
}

.dk-code-tab.is-active {
  color: var(--ink);
  font-weight: 700;
  padding-left: 14px;
}

.dk-code-tab.is-active .dk-code-tab-indicator {
  opacity: 1;
}

/* Sağ Alan: IDE Simülasyonu (Sabit Boyut & Taşma Korumalı) */
.dk-ide-window {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  box-shadow: 0 24px 48px -12px rgba(15, 23, 42, 0.09), 0 4px 12px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 430px;
  min-height: 430px;
  max-height: 430px;
  position: relative;
}

.dk-ide-topbar {
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 46px;
  flex-shrink: 0;
}

.dk-ide-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.dk-ide-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}

.dk-ide-dot.is-red {
  background: #FF5F56;
  border: 1px solid #E0443E;
}

.dk-ide-dot.is-yellow {
  background: #FFBD2E;
  border: 1px solid #DEA123;
}

.dk-ide-dot.is-green {
  background: #27C93F;
  border: 1px solid #1AAB29;
}

.dk-ide-urlbar {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 5px 14px;
  font-size: 12px;
  color: #64748B;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 380px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.dk-ide-lock {
  font-size: 10px;
  color: #94A3B8;
  flex-shrink: 0;
}

.dk-ide-urltext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#dk-ide-url-file {
  color: #1E293B;
  font-weight: 600;
}

.dk-ide-action-badge {
  font-size: 11.5px;
  font-weight: 700;
  color: #16A34A;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #DCFCE7;
  padding: 3px 10px;
  border-radius: 999px;
  flex-shrink: 0;
}

.dk-ide-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16A34A;
  animation: dkDotPulse 1.8s infinite;
}

.dk-ide-body {
  display: flex;
  flex: 1;
  height: calc(430px - 46px);
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
}

/* IDE Sol Explorer */
.dk-ide-sidebar {
  width: 190px;
  background: #F8FAFC;
  border-right: 1px solid #E2E8F0;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  user-select: none;
  overflow-y: auto;
}

.dk-ide-sidebar-title {
  font-size: 10.5px;
  font-weight: 800;
  color: #94A3B8;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
  padding: 0 8px;
}

.dk-ide-tree-folder {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: #475569;
  padding: 4px 8px;
  border-radius: 4px;
}

.dk-ide-tree-folder.is-closed {
  margin-top: 6px;
  color: #64748B;
  font-weight: 600;
}

.dk-ide-arrow {
  font-size: 10px;
  color: #94A3B8;
  width: 12px;
  text-align: center;
}

.dk-ide-tree-files {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 3px 0 5px;
}

.dk-ide-file {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 5px 10px 5px 18px;
  font-size: 12px;
  color: #64748B;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.dk-ide-file-icon {
  font-size: 14px;
  line-height: 1;
  color: #94A3B8;
}

.dk-ide-file:hover {
  background: #F1F5F9;
  color: #1E293B;
}

.dk-ide-file.is-active {
  background: #EBF3FE;
  color: #2563EB;
  font-weight: 600;
}

.dk-ide-file.is-active .dk-ide-file-icon {
  color: #2563EB;
}

/* IDE Editör Alanı */
.dk-ide-editor {
  flex: 1;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dk-ide-tab-bar {
  border-bottom: 1px solid #E2E8F0;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 38px;
  flex-shrink: 0;
}

.dk-ide-tab {
  font-size: 12.5px;
  font-weight: 600;
  color: #1E293B;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  border-bottom: 2px solid #2563EB;
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
}

.dk-ide-code-container {
  flex: 1;
  padding: 16px 18px;
  display: flex;
  gap: 16px;
  overflow: hidden;
  height: calc(100% - 38px - 32px);
  font-family: 'Fira Code', 'JetBrains Mono', SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.68;
  background: #FFFFFF;
  transition: filter 0.6s ease, opacity 0.6s ease;
}

.dk-ide-code-container.is-blurred {
  filter: blur(2px);
  opacity: 0.45;
}

.dk-ide-line-numbers {
  display: flex;
  flex-direction: column;
  color: #CBD5E1;
  text-align: right;
  user-select: none;
  font-size: 12.5px;
  line-height: 1.68;
  min-width: 22px;
  flex-shrink: 0;
}

.dk-ide-code-pre {
  margin: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #1E293B;
  flex: 1;
  white-space: pre-wrap;
  word-break: break-word;
}

.dk-ide-cursor {
  display: inline-block;
  width: 2px;
  height: 1.2em;
  background: #2563EB;
  vertical-align: text-bottom;
  margin-left: 2px;
  animation: dkCursorBlink 1s infinite;
}

@keyframes dkCursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* Yarısında Açılan Flu CTA Overlay */
.dk-ide-overlay {
  position: absolute;
  inset: 38px 0 31px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.88) 32%, rgba(255, 255, 255, 0.98) 75%, #FFFFFF 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 15;
}

.dk-ide-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.dk-ide-overlay-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 24px 26px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  transform: translateY(14px) scale(0.96);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.dk-ide-overlay.is-visible .dk-ide-overlay-card {
  transform: translateY(0) scale(1);
}

.dk-ide-overlay-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--forest);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.dk-ide-overlay-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 19px;
  color: var(--ink);
  margin: 0 0 6px;
  letter-spacing: -0.5px;
}

.dk-ide-overlay-desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 16px;
}

.dk-ide-overlay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  font-size: 13.5px;
  width: 100%;
}

.dk-ide-overlay-btn .dk-btn-icon {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.dk-ide-overlay-btn:hover .dk-btn-icon {
  transform: translateX(3px);
}

/* Syntax Highlighting Renkleri (Python/Odoo) */
.dk-hl-kw {
  color: #D926A9;
  font-weight: 600;
}

.dk-hl-str {
  color: #059669;
}

.dk-hl-fn {
  color: #2563EB;
  font-weight: 600;
}

.dk-hl-cls {
  color: #0284C7;
  font-weight: 700;
}

.dk-hl-dec {
  color: #D97706;
}

.dk-hl-self {
  color: #4F46E5;
  font-weight: 600;
}

.dk-hl-param {
  color: #7C3AED;
}

.dk-hl-num {
  color: #EA580C;
}

.dk-hl-cm {
  color: #94A3B8;
  font-style: italic;
}

/* Status Bar */
.dk-ide-statusbar {
  background: #F8FAFC;
  border-top: 1px solid #E2E8F0;
  padding: 6px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11.5px;
  color: #64748B;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  height: 31px;
  flex-shrink: 0;
}

.dk-ide-status-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Responsive Düzen */
@media (max-width: 1080px) {
  .dk-code-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .dk-code-left {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .dk-code-section {
    padding: 56px 0;
  }
  .dk-code-title {
    font-size: 26px;
    letter-spacing: -0.8px;
  }
  .dk-ide-window {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
  }
  .dk-ide-body {
    height: calc(390px - 46px);
  }
  .dk-ide-sidebar {
    display: none;
  }
  .dk-ide-urlbar {
    max-width: 200px;
  }
  .dk-ide-action-badge {
    display: none;
  }
  .dk-ide-code-container {
    padding: 14px 12px;
    font-size: 12px;
  }
  .dk-code-tab {
    font-size: 15px;
    padding: 13px 0;
  }
}

/* ==========================================================================
   E-Ticaret Saha Tecrübesi & Yörünge Ekip Kartı (900px Boyut)
   ========================================================================== */
.dk-why-team-section {
  background: #FFFFFF;
  padding: 100px 0 96px;
  position: relative;
  border: none;
}

.dk-why-team-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 68px;
  align-items: center;
}

/* Sol Alan: Dark Orbit Ekip Kartı (900px, Yuvarlak Köşeli, Düz Zemin) */
.dk-why-orbit-col {
  position: relative;
}

.dk-orbit-card {
  background: #030806;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 32px;
  height: 900px;
  min-height: 900px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 60px -15px rgba(0, 0, 0, 0.65);
}

/* Kurumsal Koyu Siyah-Yeşil Ambient Gradient Işıltısı (Dengeli & Mat Lüks) */
.dk-orbit-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 18%, rgba(174, 222, 52, 0.16) 0%, rgba(174, 222, 52, 0.03) 32%, transparent 60%),
    radial-gradient(circle at 82% 22%, rgba(25, 59, 47, 0.45) 0%, rgba(14, 44, 32, 0.15) 35%, transparent 60%),
    radial-gradient(circle at 80% 82%, rgba(174, 222, 52, 0.12) 0%, rgba(25, 59, 47, 0.2) 35%, transparent 60%),
    radial-gradient(circle at 20% 80%, rgba(20, 152, 138, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(8, 24, 18, 0.6) 0%, #030806 100%);
  opacity: 0.95;
}

/* Mouse Takip Eden Lime Spotlight Işıltısı */
.dk-orbit-spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  background: radial-gradient(
    550px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(174, 222, 52, 0.22) 0%,
    rgba(174, 222, 52, 0.07) 28%,
    rgba(25, 59, 47, 0.04) 50%,
    transparent 75%
  );
}

.dk-orbit-card:hover .dk-orbit-spotlight {
  opacity: 1;
}

/* Dönen Yörünge Rayları / Çemberleri (2 Eşmerkezli Daire) */
.dk-orbit-track {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
}

/* Dış Daire (460px, 85s yavaş dönüş) */
.dk-orbit-track-outer {
  width: 460px;
  height: 460px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  animation: dkOrbitSpin 85s linear infinite;
}

/* İç Daire (300px, 68s ters yavaş dönüş) */
.dk-orbit-track-inner {
  width: 300px;
  height: 300px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  animation: dkOrbitSpinRev 68s linear infinite;
}

/* Yörünge Dairesinin Tam Üstüne Oturan Yuvalar (Slots) */
.dk-orbit-slot {
  position: absolute;
  pointer-events: auto;
  z-index: 6;
}

/* Dış Çember Yuvaları */
.dk-slot-out-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dk-slot-out-bottom-left {
  bottom: 8%;
  left: 12%;
  transform: translate(-50%, 50%);
}

/* İç Çember Yuvaları */
.dk-slot-in-top-left {
  top: 12%;
  left: 16%;
  transform: translate(-50%, -50%);
}

.dk-slot-in-bottom-right {
  bottom: 14%;
  right: 12%;
  transform: translate(50%, 50%);
}

/* Avatarlar & Karşı-Dönüş (4 Tekil Fotoğraf) */
.dk-orbit-avatar {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.6);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  background: #193B2F;
  display: block;
}

/* Dış Çizgidekiler (74px) */
.dk-orbit-track-outer .dk-orbit-avatar {
  width: 74px;
  height: 74px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  animation: dkOrbitCounterSpin 85s linear infinite;
}

/* İç Çizgidekiler (60px) */
.dk-orbit-track-inner .dk-orbit-avatar {
  width: 60px;
  height: 60px;
  border: 2.5px solid rgba(255, 255, 255, 0.35);
  animation: dkOrbitCounterSpinRev 68s linear infinite;
}

.dk-orbit-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.35s ease, transform 0.35s ease;
  display: block;
}

.dk-orbit-avatar:hover {
  border-color: #AEDE34;
  box-shadow: 0 0 24px rgba(174, 222, 52, 0.65);
  z-index: 15;
}

.dk-orbit-avatar:hover img {
  filter: grayscale(0%);
  transform: scale(1.08);
}

/* Merkez Sabit Metin (Gölgesiz, Düz ve Net Yazı) */
.dk-orbit-center-content {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 200px;
  padding: 0;
}

.dk-orbit-heading {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 23px;
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  margin: 0;
}

/* Yörünge Dönüş Animasyonları */
@keyframes dkOrbitSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes dkOrbitCounterSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes dkOrbitSpinRev {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes dkOrbitCounterSpinRev {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Sağ Alan: İçerik & Hikaye */
.dk-why-team-content {
  text-align: left;
}

.dk-why-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -1.3px;
  color: var(--ink);
  margin: 0 0 22px;
  text-wrap: balance;
}

.dk-why-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #111827;
  margin: 0 0 16px;
  font-weight: 500;
}

.dk-why-desc {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 32px;
}

.dk-why-features-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 36px;
}

.dk-why-feat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
}

.dk-why-check-icon {
  color: #16A34A;
  font-size: 17px;
  flex-shrink: 0;
}

.dk-why-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dk-why-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 15.5px;
}

.dk-why-btn .dk-btn-icon {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.dk-why-btn:hover .dk-btn-icon {
  transform: translateX(4px);
}

/* Responsive Kırılımlar */
@media (max-width: 1200px) {
  .dk-orbit-card {
    height: 800px;
    min-height: 800px;
  }
  .dk-orbit-track-outer {
    width: 660px;
    height: 660px;
  }
  .dk-orbit-track-inner {
    width: 420px;
    height: 420px;
  }
  .dk-orbit-track-outer .dk-orbit-avatar {
    width: 74px;
    height: 74px;
  }
  .dk-orbit-track-inner .dk-orbit-avatar {
    width: 60px;
    height: 60px;
  }
  .dk-orbit-heading {
    font-size: 24px;
  }
}

@media (max-width: 1080px) {
  .dk-why-team-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .dk-orbit-card {
    max-width: 540px;
    height: 540px;
    min-height: 540px;
    margin: 0 auto;
  }
  .dk-orbit-track-outer {
    width: 450px;
    height: 450px;
  }
  .dk-orbit-track-inner {
    width: 290px;
    height: 290px;
  }
  .dk-orbit-track-outer .dk-orbit-avatar {
    width: 62px;
    height: 62px;
  }
  .dk-orbit-track-inner .dk-orbit-avatar {
    width: 50px;
    height: 50px;
  }
  .dk-orbit-heading {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .dk-why-team-section {
    padding: 60px 0;
  }
  .dk-orbit-card {
    height: 390px;
    min-height: 390px;
    border-radius: 22px;
  }
  .dk-orbit-track-outer {
    width: 320px;
    height: 320px;
  }
  .dk-orbit-track-inner {
    width: 210px;
    height: 210px;
  }
  .dk-orbit-track-outer .dk-orbit-avatar {
    width: 48px;
    height: 48px;
  }
  .dk-orbit-track-inner .dk-orbit-avatar {
    width: 42px;
    height: 42px;
  }
  .dk-orbit-heading {
    font-size: 16px;
  }
  .dk-why-title {
    font-size: 28px;
    letter-spacing: -0.8px;
  }
  .dk-why-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   Dağınık Yazılımlara Son — Bütünleşik Odoo Operasyon Bölümü (Koyu Arka Plan)
   ========================================================================== */
.dk-unify-section {
  background-color: #060b13;
  position: relative;
  overflow: hidden;
  padding: 100px 0 108px;
  color: #FFFFFF;
}

/* Ambient glow & gradient texture */
.dk-unify-ambient-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 450px at 15% 10%, rgba(174, 222, 52, 0.07) 0%, transparent 70%),
    radial-gradient(800px 500px at 85% 20%, rgba(20, 152, 138, 0.09) 0%, transparent 70%),
    radial-gradient(1000px 600px at 50% 100%, rgba(15, 23, 42, 0.8) 0%, transparent 100%);
  z-index: 1;
}

.dk-unify-wrap {
  position: relative;
  z-index: 2;
}

/* Üst Header: 2 Kolon Grid (Sol Başlık + Sağ Açıklama) */
.dk-unify-header {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: flex-end;
}

.dk-unify-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #67E8F9;
  margin-bottom: 16px;
}

.dk-unify-tag-line {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #38BDF8;
  border-radius: 2px;
}

.dk-unify-title {
  font-family: var(--font-head);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -1px;
  color: #FFFFFF;
  margin: 0 0 24px;
}

.dk-unify-title span {
  color: var(--accent);
}

/* Entegrasyon Rozetleri (Pills) */
.dk-unify-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.dk-unify-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #E2E8F0;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.dk-unify-pill i {
  font-size: 12px;
  opacity: 0.85;
}

.dk-unify-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

.dk-unify-pill.is-more {
  background: rgba(174, 222, 52, 0.1);
  border-color: rgba(174, 222, 52, 0.3);
  color: var(--accent);
}

.dk-unify-pill.is-more:hover {
  background: rgba(174, 222, 52, 0.2);
  border-color: var(--accent);
  color: #FFFFFF;
}

.dk-unify-pill.is-more i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.dk-unify-pill.is-more:hover i {
  transform: translateX(3px);
}

/* Sağ Açıklama Paragrafı */
.dk-unify-header-right {
  display: flex;
  align-items: flex-end;
}

.dk-unify-lead {
  font-size: 15.5px;
  line-height: 1.75;
  color: #94A3B8;
  margin: 0;
  font-weight: 400;
}

/* İnce Ayırıcı */
.dk-unify-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0.12) 80%, rgba(255, 255, 255, 0.02) 100%);
  margin: 52px 0 48px;
}

/* 4 Kolon Grid */
.dk-unify-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.dk-unify-col {
  display: flex;
  flex-direction: column;
  position: relative;
}

.dk-unify-col-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 10px;
  letter-spacing: -0.3px;
}

.dk-unify-col-subtitle {
  font-size: 14.5px;
  font-weight: 600;
  color: #E2E8F0;
  line-height: 1.45;
  margin: 0 0 10px;
  min-height: 42px;
}

.dk-unify-col-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #94A3B8;
  margin: 0 0 24px;
  min-height: 64px;
}

/* Özellik Maddeleri */
.dk-unify-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dk-unify-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13.5px;
  line-height: 1.5;
  color: #CBD5E1;
  transition: color 0.2s ease;
}

.dk-unify-features li:hover {
  color: #FFFFFF;
}

.dk-unify-check {
  color: var(--accent);
  font-size: 11px;
  margin-top: 4px;
  flex-shrink: 0;
  opacity: 0.9;
}

/* Responsive Kurallar */
@media (max-width: 1200px) {
  .dk-unify-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }

  .dk-unify-col-subtitle,
  .dk-unify-col-desc {
    min-height: auto;
  }
}

@media (max-width: 960px) {
  .dk-unify-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dk-unify-title {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .dk-unify-section {
    padding: 68px 0 76px;
  }

  .dk-unify-title {
    font-size: 26px;
    letter-spacing: -0.6px;
  }

  .dk-unify-lead {
    font-size: 14.5px;
  }

  .dk-unify-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .dk-unify-divider {
    margin: 36px 0 32px;
  }

  .dk-unify-pills {
    gap: 8px;
  }

  .dk-unify-pill {
    padding: 5px 12px;
    font-size: 12px;
  }
}

/* Eski vs yeni model — Beyaz Arka Plan */
.dk-oldnew-section {
  background: #FFFFFF;
  margin-top: 0;
  border: none;
}

.dk-oldnew-wrap {
  padding-top: 96px;
  padding-bottom: 96px;
  color: var(--ink);
}

.dk-oldnew-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.dk-oldnew-head h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 38px;
  letter-spacing: -1px;
  margin: 0 0 16px;
  color: #0C1F18;
}

.dk-oldnew-head p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}

.dk-oldnew-head p b {
  color: var(--accent2-text);
}

/* Sol Panel: Klasik Abonelik (Hafif gri, kırmızı çarpılar) */
.dk-old-panel {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
  transition: transform 0.25s ease;
}

.dk-old-label {
  font-size: 13px;
  font-weight: 700;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.dk-old-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  color: #334155;
  margin: 8px 0 20px;
}

.dk-old-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  color: #64748B;
}

.dk-old-row:last-child {
  margin-bottom: 0;
}

.dk-old-row .dk-x {
  color: #EF4444;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.dk-old-row span:last-child {
  font-size: 15px;
  line-height: 1.45;
}

/* Ortadaki Geçiş Oku */
.dk-oldnew-arrow {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 24px;
  color: var(--accent2-text);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sağ Panel: DönüşenKobi (Fıstık Yeşili Canlı Kart & Gölge) */
.dk-new-panel {
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 16px 36px -6px rgba(130, 183, 53, 0.32);
  border: 1px solid rgba(130, 183, 53, 0.35);
  position: relative;
  transition: transform 0.25s ease;
}

.dk-new-panel:hover {
  transform: translateY(-2px);
}

.dk-new-label {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: rgba(6, 35, 26, 0.7);
}

.dk-new-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  color: var(--accent-ink);
  margin: 8px 0 20px;
}

.dk-new-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  color: var(--accent-ink);
}

.dk-new-row:last-child {
  margin-bottom: 0;
}

.dk-new-row .dk-check {
  color: #06231A;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.dk-new-row span:last-child {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

/* ==========================================================================
   Sıfır Kesintiyle Canlıya Geçiş & Bento Kartları Bölümü
   ========================================================================== */
.dk-onboard-section {
  background-color: #FFFFFF;
  padding: 100px 0 110px;
  position: relative;
  border: none;
}

.dk-onboard-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: center;
}

/* Sol Alan */
.dk-onboard-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dk-onboard-partner-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.dk-onboard-partner-badge img {
  height: 38px;
  width: auto;
  object-fit: contain;
}

.dk-onboard-partner-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.dk-onboard-partner-tag i {
  color: #82B735;
}

.dk-onboard-title {
  font-family: var(--font-head);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -1.2px;
  color: #0F172A;
  margin: 0 0 24px;
}

.dk-onboard-lead {
  font-size: 16px;
  line-height: 1.68;
  color: #475569;
  margin: 0 0 16px;
  font-weight: 500;
}

.dk-onboard-desc {
  font-size: 15px;
  line-height: 1.68;
  color: #64748B;
  margin: 0 0 32px;
}

.dk-onboard-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.dk-btn-onboard-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0F172A;
  color: #FFFFFF;
  padding: 14px 26px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
}

.dk-btn-onboard-primary:hover {
  background: #1E293B;
  transform: translateY(-1px);
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.25);
}

.dk-btn-onboard-primary .dk-btn-icon {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.dk-btn-onboard-primary:hover .dk-btn-icon {
  transform: translateX(4px);
}

.dk-btn-onboard-ghost {
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  color: #334155;
  border: 1px solid #CBD5E1;
  padding: 14px 24px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.dk-btn-onboard-ghost:hover {
  background: #F1F5F9;
  border-color: #94A3B8;
  color: #0F172A;
}

/* Sağ Alan: Bento Grid */
.dk-bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
}

.dk-bento-card {
  border-radius: 24px;
  padding: 28px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.dk-bento-card:hover {
  transform: translateY(-3px);
}

/* Dark Hero Bento Card (Sol Uzun Kart) */
.dk-bento-card.is-dark {
  grid-row: span 2;
  background: radial-gradient(circle at 80% 20%, rgba(174, 222, 52, 0.16) 0%, rgba(15, 23, 42, 0) 65%), #0A1017;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.35);
}

.dk-bento-card.is-dark .dk-bento-icon {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
}

.dk-bento-card.is-dark .dk-bento-title {
  color: #FFFFFF;
  font-size: 26px;
  margin: 0 0 10px;
}

.dk-bento-card.is-dark .dk-bento-desc {
  color: #94A3B8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Açık Bento Kartlar */
.dk-bento-card.is-white {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dk-bento-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #334155;
  margin-bottom: 20px;
}

.dk-bento-card.is-white .dk-bento-title {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 8px;
}

.dk-bento-card.is-white .dk-bento-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #64748B;
  margin: 0;
}

/* Geniş Alt Bento Kartı */
.dk-bento-card.is-wide {
  grid-column: span 2;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
}

.dk-bento-wide-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dk-bento-wide-left .dk-bento-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}

.dk-bento-wide-text .dk-bento-title {
  font-family: var(--font-head);
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 4px;
}

.dk-bento-wide-text .dk-bento-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: #64748B;
  margin: 0;
}

.dk-bento-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0F172A;
  color: #FFFFFF;
  padding: 9px 18px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}

.dk-bento-badge i {
  color: #AEDE34;
  font-size: 13px;
}

/* Kesikli Bağlantı Çizgisi */
.dk-onboard-connector {
  width: 2px;
  height: 44px;
  border-left: 2px dashed #CBD5E1;
  margin: 44px auto 0;
}

/* Sorularınız mı var? Sizi Arayalım Kartı */
.dk-callme-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.dk-callme-card:hover {
  border-color: #CBD5E1;
  box-shadow: 0 12px 36px -4px rgba(0, 0, 0, 0.08);
}

.dk-callme-head {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  gap: 20px;
}

.dk-callme-head-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dk-callme-dots-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
}

.dk-callme-dots-badge span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64748B;
}

.dk-callme-tag {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #64748B;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.dk-callme-title {
  font-family: var(--font-head);
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 3px;
}

.dk-callme-desc {
  font-size: 14px;
  color: #64748B;
  margin: 0;
}

.dk-callme-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0F172A;
  color: #FFFFFF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.dk-callme-card.is-open .dk-callme-btn {
  transform: rotate(45deg);
  background: #EF4444;
}

/* Çekmece & Form Alanı */
.dk-callme-drawer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, padding 0.3s ease;
  background: #F8FAFC;
  border-top: 1px solid transparent;
  padding: 0 32px;
}

.dk-callme-card.is-open .dk-callme-drawer {
  max-height: 220px;
  opacity: 1;
  border-top-color: #E2E8F0;
  padding: 24px 32px 28px;
}

.dk-callme-form-row {
  display: grid;
  grid-template-columns: 1.3fr 1.3fr auto;
  gap: 16px;
  align-items: center;
}

.dk-callme-field {
  position: relative;
  display: flex;
  align-items: center;
}

.dk-callme-field .dk-field-icon {
  position: absolute;
  left: 16px;
  color: #94A3B8;
  font-size: 14px;
  pointer-events: none;
}

.dk-callme-field input {
  width: 100%;
  padding: 13px 16px 13px 44px;
  border: 1px solid #CBD5E1;
  border-radius: 12px;
  background: #FFFFFF;
  font-size: 14.5px;
  color: #0F172A;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dk-callme-field input:focus {
  border-color: #0F172A;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.dk-btn-callme-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent);
  color: var(--accent-ink);
  border: none;
  padding: 13px 28px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
  box-shadow: none;
}

.dk-btn-callme-submit:hover {
  background: #C0ED54;
  box-shadow: none;
}

.dk-callme-status {
  margin-top: 14px;
  font-size: 14px;
  display: none;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 10px 14px;
}

.dk-callme-status.is-success {
  display: flex;
  background: #DCFCE7;
  color: #166534;
}

.dk-callme-status.is-error {
  display: flex;
  background: #FEE2E2;
  color: #991B1B;
}

/* Responsive Kırılımlar */
@media (max-width: 1080px) {
  .dk-onboard-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dk-onboard-title {
    font-size: 36px;
  }

  .dk-bento-card.is-dark {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .dk-onboard-section {
    padding: 68px 0 80px;
  }

  .dk-bento-grid {
    grid-template-columns: 1fr;
  }

  .dk-bento-card.is-dark {
    grid-row: span 1;
    min-height: 240px;
  }

  .dk-bento-card.is-wide {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .dk-callme-head {
    padding: 20px;
  }

  .dk-callme-drawer {
    padding: 0 20px;
  }

  .dk-callme-card.is-open .dk-callme-drawer {
    padding: 20px 20px 24px;
    max-height: 340px;
  }

  .dk-callme-form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dk-btn-callme-submit {
    width: 100%;
  }
}

/* ==========================================================================
   Sıkça Sorulan Sorular — ikas Stili Modern Akordeon Kartları
   ========================================================================== */
.dk-faq-section {
  background: #FFFFFF;
  padding: 100px 0 96px;
}

.dk-faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.dk-faq-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 44px;
}

.dk-faq-title {
  font-family: var(--font-head);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: #0F172A;
  margin: 0 0 14px;
}

.dk-faq-sub {
  font-size: 16.5px;
  line-height: 1.6;
  color: #64748B;
  margin: 0;
}

.dk-faq-list,
.dk-faq-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}

.dk-faq-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dk-faq-card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.dk-faq-card:hover {
  background: #F1F5F9;
  border-color: #CBD5E1;
}

.dk-faq-card.is-open {
  background: #FFFFFF;
  border-color: #0F172A;
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.06);
}

.dk-faq-question {
  width: 100%;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.4;
  color: #1E293B;
  user-select: none;
  transition: color 0.2s ease;
}

.dk-faq-card.is-open .dk-faq-question {
  color: #0F172A;
  font-weight: 700;
}

.dk-faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #64748B;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
}

.dk-faq-card.is-open .dk-faq-icon {
  transform: rotate(45deg);
  color: #0F172A;
}

.dk-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.42s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  opacity: 0;
}

.dk-faq-card.is-open .dk-faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.dk-faq-answer-inner {
  overflow: hidden;
  padding: 0 18px 16px;
}

.dk-faq-answer-inner p {
  font-size: 14px;
  line-height: 1.6;
  color: #64748B;
  margin: 0;
}

@media (max-width: 960px) {
  .dk-faq-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dk-faq-title {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .dk-faq-section {
    padding: 68px 0 60px;
  }

  .dk-faq-question {
    padding: 12px 14px;
    font-size: 14px;
  }

  .dk-faq-answer-inner {
    padding: 0 14px 14px;
  }
}

/* Değer kartları */
.dk-value-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: var(--pad-card);
}

.dk-value-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 18px;
  color: var(--forest);
}

.dk-value-card h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 16px 0 0;
}

.dk-value-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin: 8px 0 0;
}

/* Ekosistem düğüm çipi: glif/monogram → SVG geçişi sonrası ikon ölçüsü. */
.dk-eco-node-chip .dk-icon {
  width: 18px;
  height: 18px;
}

/* Ekosistem diyagramı — dar genişlikte dikey zincir.
   Yatay düzen (düğüm — çekirdek — düğüm) yaklaşık 470px ister. Sığmadığı iki aralıkta
   düğümler alt alta iner: 390px'te düğüm başlıkları 21px'e sıkışıp kırpılıyordu.
   Merkez–çevre ilişkisi ve kesikli bağlantı dili korunur; yatay çizgiler dikeye döner. */
@media (max-width: 560px),
(min-width: 901px) and (max-width: 1199px) {
  .dk-eco-mid {
    flex-direction: column;
    gap: 0;
  }

  .dk-eco-node {
    max-width: 100%;
    width: 100%;
  }

  .dk-eco-node.dk-eco-right {
    flex-direction: row;
    text-align: left;
  }

  .dk-eco-hline {
    flex: none;
    align-self: center;
    width: 0;
    height: 20px;
    border-top: none;
    border-left: 2px dashed;
  }

  /* Zincirin son halkası da aynı genişlikte olsun. */
  .dk-eco-bottom {
    max-width: 100%;
  }
}

/* ---------- Görselsiz Liste Görünümü & Son Yazılarımız Bölümü ---------- */
.dk-blog-list-container {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E2E8F0;
}

.dk-blog-row-item {
  border-bottom: 1px solid #E2E8F0;
  transition: background-color 0.2s ease;
}

.dk-blog-row-link {
  display: grid;
  grid-template-columns: 240px 1fr 60px;
  gap: 32px;
  align-items: flex-start;
  padding: 32px 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.dk-blog-row-link:hover .dk-blog-row-title {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dk-blog-row-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dk-blog-row-cat {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--forest);
  text-transform: uppercase;
}

.dk-blog-row-date {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.dk-blog-row-center {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dk-blog-row-title {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.4px;
  color: var(--ink);
  margin: 0;
  transition: color 0.15s ease;
}

.dk-blog-row-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.dk-blog-row-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.dk-blog-row-read {
  font-size: 13.5px;
  font-weight: 600;
  color: #94A3B8;
  white-space: nowrap;
}

.dk-home-blog-section {
  padding-top: 100px;
  padding-bottom: 72px;
  background: #FFFFFF;
}

.dk-home-blog-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.dk-home-blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}

.dk-home-blog-title {
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--ink);
  margin: 0;
}

.dk-home-blog-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--forest);
  text-decoration: none;
  transition: all 0.2s ease;
}

.dk-home-blog-all-link i {
  color: var(--forest);
  font-size: 14px;
  transition: transform 0.2s ease;
}

.dk-home-blog-all-link:hover i {
  transform: translateX(4px);
}


@media (max-width: 900px) {
  .dk-blog-row-link {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 0;
  }
  .dk-blog-row-right {
    justify-content: flex-start;
  }
  .dk-blog-row-title {
    font-size: 18px;
  }
  .dk-home-blog-title {
    font-size: 28px;
  }
}