
.emkoled-indoor-page,
.emkoled-indoor-page * { box-sizing: border-box; }
.emkoled-indoor-page {
  font-family: 'Plus Jakarta Sans', 'Segoe UI', Arial, sans-serif;
  background: #f8f9fb;
  color: #1a1a2e;
}
.emkoled-indoor-page img { max-width: 100%; display: block; }
.emkoled-indoor-page a { text-decoration: none; }


    /* ─── BREADCRUMB ─── */
    .emkoled-indoor-breadcrumb {
      font-size: 12px;
      color: #888;
      margin-bottom: 28px;
      padding-top: 24px;
    }
    .emkoled-indoor-breadcrumb a { color: #4da3ff; text-decoration: none; }
    .emkoled-indoor-breadcrumb a:hover { text-decoration: underline; }
    .emkoled-indoor-breadcrumb span { margin: 0 6px; }

    /* ─── BÖLÜM SARICI ─── */
    

    /* Bölüm edit bar (her kartın üstüne çıkar) */
    
    

    

    

    
    
    
    
    
    
    

    /* Bölüm edit modunda kart çerçevesi */
    

    /* ─── ÜST ALAN: GÖRSEL + BİLGİ ─── */
    .emkoled-indoor-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 2px 20px rgba(0,0,0,0.06);
      margin-bottom: 24px;
      transition: border 0.2s;
    }

    .emkoled-indoor-hero {
      display: flex;
      gap: 50px;
      align-items: flex-start;
    }

    /* ── Görsel Taraf ── */
    .emkoled-indoor-gallery {
      flex: 1;
      min-width: 0;
    }

    .emkoled-indoor-gallery-main {
      width: 100%;
      aspect-ratio: 4/3;
      border-radius: 14px;
      overflow: hidden;
      background: #eef1f6;
      margin-bottom: 12px;
    }

    .emkoled-indoor-gallery-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    .emkoled-indoor-gallery-main img:hover { transform: scale(1.03); }

    .emkoled-indoor-gallery-thumbs { display: flex; gap: 10px; }

    .emkoled-indoor-gallery-thumb {
      flex: 1;
      aspect-ratio: 1;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
      border: 2px solid transparent;
      transition: border-color 0.2s;
      background: #eef1f6;
    }

    .emkoled-indoor-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
    .emkoled-indoor-gallery-thumb:hover, .emkoled-indoor-gallery-thumb.is-active { border-color: #1e5fbf; }

    /* ── Bilgi Taraf ── */
    .emkoled-indoor-info {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .emkoled-indoor-kicker {
      display: inline-block;
      background: #e8f0fe;
      color: #1e5fbf;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 20px;
    }

    .emkoled-indoor-title {
      font-size: 34px;
      font-weight: 800;
      line-height: 1.15;
      color: #0a1628;
    }

    .emkoled-indoor-lead { font-size: 15px; color: #555; line-height: 1.65; }
    .emkoled-indoor-divider { border: none; border-top: 1px solid #eee; }

    /* Teknik özet */
    .emkoled-indoor-specs {
      background: #f4f7fb;
      border-radius: 12px;
      padding: 16px 18px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .emkoled-indoor-spec-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 13.5px;
      border-bottom: 1px solid #e5e9f0;
      padding-bottom: 8px;
      gap: 8px;
    }

    .emkoled-indoor-spec-row:last-child { border-bottom: none; padding-bottom: 0; }
    .emkoled-indoor-spec-row .etiket { color: #777; flex: 1; }
    .emkoled-indoor-spec-row .deger { font-weight: 600; color: #0a1628; text-align: right; }
    .emkoled-indoor-spec-row 

    /* CTA butonları */
    .emkoled-indoor-cta {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 12px;
      align-items: stretch;
    }

    .emkoled-indoor-page .emkoled-indoor-cta .emkoled-indoor-btn {
      flex: 1 1 0;
      min-width: 0;
      width: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .emkoled-indoor-btn.emkoled-indoor-btn--primary {
      padding: 15px 24px;
      background: #1e5fbf; color: #fff;
      border: none; border-radius: 10px;
      font-size: 15px; font-weight: 700;
      cursor: pointer; text-align: center;
      text-decoration: none; transition: background 0.2s;
    }
    .emkoled-indoor-btn.emkoled-indoor-btn--primary:hover { background: #1549a0; }

    .emkoled-indoor-btn.emkoled-indoor-btn--secondary {
      padding: 15px 24px;
      background: #fff; color: #1e5fbf;
      border: 2px solid #1e5fbf; border-radius: 10px;
      font-size: 15px; font-weight: 700;
      cursor: pointer; text-align: center;
      text-decoration: none; transition: all 0.2s;
    }
    .emkoled-indoor-btn.emkoled-indoor-btn--secondary:hover { background: #e8f0fe; }

    .garanti-notu { font-size: 12px; color: #888; text-align: center; }
    .garanti-notu strong { color: #1e5fbf; }

    /* ─── SEKMELER ─── */
    .emkoled-indoor-tabs {
      display: flex;
      gap: 0;
      border-bottom: 2px solid #eee;
      margin-bottom: 30px;
      justify-content: center;
    }

    .emkoled-indoor-tab {
      padding: 14px 28px; font-size: 15px; font-weight: 600;
      color: #777; background: none; border: none; cursor: pointer;
      border-bottom: 3px solid transparent; margin-bottom: -2px;
      transition: all 0.2s; white-space: nowrap;
    }
    .emkoled-indoor-tab:hover { color: #1e5fbf; }
    .emkoled-indoor-tab.is-active { color: #1e5fbf; border-bottom-color: #1e5fbf; }

    .emkoled-indoor-tab-panel { display: none; }
    .emkoled-indoor-tab-panel.is-active { display: block; }

    /* Tablolar */
    .olcu-tablo, .emkoled-indoor-table {
      width: 100%; border-collapse: collapse; font-size: 14px;
    }

    .olcu-tablo thead tr, .emkoled-indoor-table thead tr {
      background: #0a1628; color: #fff;
    }

    .olcu-tablo th, .emkoled-indoor-table th {
      padding: 13px 16px; text-align: left;
      font-weight: 600; font-size: 13px; letter-spacing: 0.3px;
    }

    .olcu-tablo td, .emkoled-indoor-table td {
      padding: 12px 16px; border-bottom: 1px solid #f0f0f0; color: #333;
      vertical-align: middle;
    }

    .olcu-tablo tbody tr:nth-child(even),
    .emkoled-indoor-table tbody tr:nth-child(even) { background: #f8f9fb; }

    .olcu-tablo tbody tr:hover,
    .emkoled-indoor-table tbody tr:hover { background: #e8f0fe; }

    .olcu-badge {
      display: inline-block; background: #e8f0fe; color: #1e5fbf;
      font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 20px;
    }

    .piksel-badge {
      display: inline-block; font-size: 10px; font-weight: 700;
      padding: 2px 8px; border-radius: 20px; letter-spacing: 0.4px;
    }
    .piksel-badge.mavi { background: #e8f0fe; color: #1e5fbf; }
    .piksel-badge.koyu { background: #0a1628; color: #fff; }
    .piksel-badge.yesil { background: #f0fdf4; color: #16a34a; }

    /* ─── ÖZELLİK BÖLÜMÜ ─── */
    .emkoled-indoor-features-title {
      font-size: 22px; font-weight: 800; color: #0a1628; margin-bottom: 6px;
    }
    .emkoled-indoor-features-lead {
      font-size: 14px; color: #777; margin-bottom: 28px; line-height: 1.6;
    }

    .emkoled-indoor-features-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .emkoled-indoor-feature-card {
      background: #fff; border-radius: 14px; overflow: hidden;
      display: flex; flex-direction: column;
      border: 1px solid #eef1f6;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .emkoled-indoor-feature-card:hover {
      box-shadow: 0 8px 28px rgba(30,95,191,0.11);
      transform: translateY(-3px);
    }

    .emkoled-indoor-feature-media {
      width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #eef1f6;
    }
    .emkoled-indoor-feature-media img {
      width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease;
    }
    .emkoled-indoor-feature-card:hover .emkoled-indoor-feature-media img { transform: scale(1.05); }

    .emkoled-indoor-feature-body {
      padding: 18px 18px 20px;
      display: flex; flex-direction: column; gap: 10px; flex: 1;
    }

    .emkoled-indoor-feature-title {
      font-size: 15px;
      font-weight: 800;
      color: #0a1628;
      line-height: 1.35;
      letter-spacing: -0.01em;
    }

    .emkoled-indoor-feature-copy {
      font-size: 13px;
      font-weight: 400;
      color: #666;
      line-height: 1.65;
      flex: 1;
    }

    .emkoled-indoor-feature-card-deger { font-size: 13px; font-weight: 700; color: #1e5fbf; margin-top: 4px; }

    /* ─── ALT BANT ─── */
    .iletisim-bant {
      background: linear-gradient(135deg, #0a1628 0%, #1e5fbf 100%);
      border-radius: 20px; padding: 40px;
      display: flex; align-items: center;
      justify-content: space-between; gap: 20px; flex-wrap: wrap;
    }
    .iletisim-bant .metin h3 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 6px; }
    .iletisim-bant .metin p { font-size: 14px; color: rgba(255,255,255,0.75); }

    .btn-iletisim {
      padding: 14px 32px; background: #fff; color: #1e5fbf;
      border: none; border-radius: 10px; font-size: 15px; font-weight: 700;
      cursor: pointer; text-decoration: none; transition: opacity 0.2s;
      white-space: nowrap; display: inline-block;
    }
    .btn-iletisim:hover { opacity: 0.9; }

    /* ─── EDIT MOD STİLLERİ ─── */

    /* Düzenlenebilir metin elemanları */
    [contenteditable="true"] {
      outline: none;
      border-radius: 4px;
      transition: background 0.15s, box-shadow 0.15s;
    }
    [contenteditable="true"]:hover {
      background: rgba(30,95,191,0.05);
      box-shadow: 0 0 0 2px rgba(30,95,191,0.2);
      cursor: text;
    }
    [contenteditable="true"]:focus {
      background: #fffbf0;
      box-shadow: 0 0 0 2px #f59e0b;
    }

    /* Edit modda görünecek yardım ipucu */
    
    .bölüm-aktif 

    /* Tablo düzenleme */
    .tablo-edit-satir {
      display: none;
    }
    .bölüm-aktif .tablo-edit-satir {
      display: table-row;
    }

    /* Satır sil butonu */
    
    

    .bölüm-aktif 

    /* Satır ekle butonu */
    .satir-ekle-btn {
      display: none;
      margin-top: 12px;
      padding: 9px 20px;
      background: #e8f0fe;
      color: #1e5fbf;
      border: 2px dashed #1e5fbf;
      border-radius: 8px;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      width: 100%;
      transition: background 0.2s;
    }
    .satir-ekle-btn:hover { background: #d0e3ff; }
    .bölüm-aktif .satir-ekle-btn { display: block; }

    /* Kart silme */
    
    
    .bölüm-aktif .emkoled-indoor-feature-card { position: relative; }
    .bölüm-aktif 
    .bölüm-aktif .emkoled-indoor-feature-card:hover { transform: none; }

    /* Kart ekleme */
    
    .bölüm-aktif 
    
    .kart-ekle-ic {
      text-align: center;
      color: #1e5fbf;
      font-size: 13px;
      font-weight: 700;
    }
    .kart-ekle-ic .ekle-icon { font-size: 28px; display: block; margin-bottom: 6px; }

    /* Teknik özet satır ekleme */
    
    
    .bölüm-aktif 

    /* ─── BUTON DÜZENLEME ─── */
    
    
    
    .bölüm-aktif 

    /* Buton modal */
    .btn-modal-arka {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(10,22,40,0.65);
      z-index: 99999;
      align-items: center;
      justify-content: center;
    }
    .btn-modal-arka.acik { display: flex; }

    .btn-modal {
      background: #fff;
      border-radius: 18px;
      padding: 28px 28px 24px;
      width: 90%;
      max-width: 400px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.25);
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .btn-modal h3 { font-size: 16px; font-weight: 800; color: #0a1628; }

    .btn-modal-onizleme {
      padding: 12px 18px;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      background: #1e5fbf;
      color: #fff;
      transition: all 0.15s;
      word-break: break-all;
    }

    .btn-modal label {
      font-size: 11px;
      font-weight: 700;
      color: #777;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      display: block;
      margin-bottom: 5px;
    }
    .btn-modal input[type="text"] {
      width: 100%;
      padding: 10px 13px;
      border: 2px solid #e5e9f0;
      border-radius: 8px;
      font-size: 13px;
      font-family: inherit;
      color: #0a1628;
      outline: none;
      transition: border-color 0.2s;
    }
    .btn-modal input[type="text"]:focus { border-color: #1e5fbf; }

    .btn-modal-row { display: flex; gap: 10px; }
    .btn-modal-row .btn-modal-uygula {
      flex: 1; padding: 11px;
      background: #1e5fbf; color: #fff;
      border: none; border-radius: 8px;
      font-size: 13px; font-weight: 700; cursor: pointer;
      transition: background 0.2s;
    }
    .btn-modal-row .btn-modal-uygula:hover { background: #1549a0; }
    .btn-modal-row .btn-modal-iptal {
      padding: 11px 18px;
      background: #f0f0f0; color: #555;
      border: none; border-radius: 8px;
      font-size: 13px; font-weight: 700; cursor: pointer;
      transition: background 0.2s;
    }
    .btn-modal-row .btn-modal-iptal:hover { background: #e0e0e0; }

    /* ─── GÖRSEL DÜZENLEME ─── */
    
    
    

    /* Edit modda görsellerin üzerine overlay ekle */
    .bölüm-aktif .emkoled-indoor-gallery-main,
    .bölüm-aktif .emkoled-indoor-gallery-thumb,
    .bölüm-aktif .emkoled-indoor-feature-media {
      position: relative;
      cursor: pointer;
    }
    .bölüm-aktif 
    .bölüm-aktif .emkoled-indoor-gallery-main:hover 

    /* Görsel modal */
    .gorsel-modal-arka {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(10,22,40,0.65);
      z-index: 99999;
      align-items: center;
      justify-content: center;
    }
    .gorsel-modal-arka.acik { display: flex; }

    .gorsel-modal {
      background: #fff;
      border-radius: 18px;
      padding: 32px;
      width: 90%;
      max-width: 480px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.25);
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .gorsel-modal h3 {
      font-size: 17px;
      font-weight: 800;
      color: #0a1628;
    }

    .gorsel-modal-onizleme {
      width: 100%;
      aspect-ratio: 16/9;
      border-radius: 10px;
      overflow: hidden;
      background: #eef1f6;
      border: 2px solid #e5e9f0;
    }
    .gorsel-modal-onizleme img {
      width: 100%; height: 100%; object-fit: cover;
    }

    .gorsel-modal label {
      font-size: 12px;
      font-weight: 700;
      color: #555;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      display: block;
      margin-bottom: 6px;
    }

    .gorsel-modal input[type="text"] {
      width: 100%;
      padding: 11px 14px;
      border: 2px solid #e5e9f0;
      border-radius: 8px;
      font-size: 13px;
      font-family: inherit;
      color: #0a1628;
      outline: none;
      transition: border-color 0.2s;
    }
    .gorsel-modal input[type="text"]:focus { border-color: #1e5fbf; }

    .gorsel-modal-ayrac {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #aaa;
      font-size: 12px;
      font-weight: 600;
    }
    .gorsel-modal-ayrac::before,
    .gorsel-modal-ayrac::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #eee;
    }

    .btn-dosya-sec {
      width: 100%;
      padding: 12px;
      border: 2px dashed #1e5fbf;
      border-radius: 8px;
      background: #f0f6ff;
      color: #1e5fbf;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      text-align: center;
      transition: background 0.2s;
    }
    .btn-dosya-sec:hover { background: #dbeafe; }

    .gorsel-modal-actions {
      display: flex;
      gap: 10px;
    }
    .btn-modal-uygula {
      flex: 1;
      padding: 12px;
      background: #1e5fbf;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s;
    }
    .btn-modal-uygula:hover { background: #1549a0; }

    .btn-modal-iptal {
      padding: 12px 20px;
      background: #f0f0f0;
      color: #555;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s;
    }
    .btn-modal-iptal:hover { background: #e0e0e0; }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 800px) {
      .emkoled-indoor-hero { flex-direction: column; gap: 28px; }
      .emkoled-indoor-card { padding: 24px 20px; }
      .emkoled-indoor-cta { flex-wrap: wrap; }
      .emkoled-indoor-page .emkoled-indoor-cta .emkoled-indoor-btn { flex: 1 1 calc(50% - 6px); }
      .iletisim-bant { flex-direction: column; text-align: center; padding: 28px; }
      .emkoled-indoor-tab { padding: 12px 16px; font-size: 14px; }
      .emkoled-indoor-table, .olcu-tablo { font-size: 12px; }
      .emkoled-indoor-table th, .emkoled-indoor-table td,
      .olcu-tablo th, .olcu-tablo td { padding: 9px 10px; }
      .emkoled-indoor-features-grid { grid-template-columns: repeat(2, 1fr); }
      .edit-toolbar { flex-wrap: wrap; gap: 8px; padding: 8px 16px; }
    }
    @media (max-width: 480px) {
      .emkoled-indoor-features-grid { grid-template-columns: 1fr; }
    }
  
.emkoled-indoor-shell {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
