:root{
  --sa-bg:#07111f;
  --sa-card:#0c1828;
  --sa-card2:#081321;
  --sa-input:#06101c;
  --sa-text:#dce8ff;
  --sa-strong:#f3f7ff;
  --sa-muted:#aebdd2;
  --sa-line:#263f5e;
  --sa-line2:#365a82;
  --sa-gold:#ffd447;
  --sa-gold2:#f0b82f;
  --sa-blue:#7aa7ff;
  --sa-red:#ff5361;
  --sa-grid:rgba(86,126,170,.16);
  --sa-shadow:0 18px 42px rgba(0,0,0,.34);
  --sa-radius:16px;
  --emf-bg:var(--sa-bg);
  --emf-panel:var(--sa-card);
  --emf-panel-2:var(--sa-card2);
  --emf-line:var(--sa-line);
  --emf-ink:var(--sa-text);
  --emf-muted:var(--sa-muted);
  --emf-gold:var(--sa-gold);
  --emf-gold-2:var(--sa-gold2);
  --emf-green:#42c884;
  --emf-red:var(--sa-red);
  --emf-blue:var(--sa-blue);
}
.smartarch-emf-page{
  min-height:100vh;
  padding:10px 0 64px;
  color:var(--sa-text)!important;
  font-family:"Segoe UI",Arial,sans-serif;
  background:
    radial-gradient(circle at 18% -10%, rgba(66,107,154,.22), transparent 34%),
    linear-gradient(180deg,#07111f 0%,#091625 55%,#07111f 100%)!important;
}
.smartarch-emf-page *{box-sizing:border-box;scrollbar-color:#365a82 #07111f;}
.emf-app{width:100%;max-width:calc(100vw - 2px);margin:0;}
.emf-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:18px;
  margin:12px 25px 16px;
  padding:28px 32px 24px;
  border:1px solid var(--sa-line);
  border-radius:0 0 var(--sa-radius) var(--sa-radius);
  background:linear-gradient(135deg,#0e1b2d 0%,#081322 100%);
  box-shadow:var(--sa-shadow);
  position:relative;
}
.emf-header:before{
  content:"EMF ASSESSMENT";
  grid-column:1/-1;
  display:block;
  color:var(--sa-gold);
  font-size:9px;
  letter-spacing:.24em;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:8px;
  pointer-events:none;
}
.emf-brand{display:flex;align-items:center;gap:14px;min-width:0;}
.emf-icon{width:50px!important;height:50px!important;min-width:50px!important;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 10px 18px rgba(0,0,0,.32));}
.emf-title h1{margin:0;color:var(--sa-strong);font-size:45px!important;line-height:1.05;font-weight:900;letter-spacing:-.03em;}
.emf-title p{margin:6px 0 0;color:var(--sa-muted);font-size:14px;line-height:1.45;font-weight:600;}
.emf-header-tools{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end;}
.emf-lang-box{display:flex;gap:8px;align-items:center;background:var(--sa-card2);border:1px solid var(--sa-line);border-radius:10px;padding:6px;}
.emf-lang-box label{font-size:14px;font-weight:850;color:var(--sa-text);}
.emf-main{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(390px,1.1fr);gap:16px;margin:0 25px 32px;align-items:start;background:transparent;padding:0;}
.emf-card{background:linear-gradient(180deg,var(--sa-card),var(--sa-bg));border:1px solid var(--sa-line);border-radius:var(--sa-radius);box-shadow:var(--sa-shadow);color:var(--sa-text);}
.emf-form,.emf-result{padding:16px;}
.emf-result{position:sticky;top:14px;}
.emf-section{margin:0 0 14px;padding:14px;background:var(--sa-card2);border:1px solid var(--sa-line);border-radius:16px;}
.emf-section h2{font-size:18px;line-height:1.15;margin:0 0 12px;font-weight:900;color:var(--sa-strong);border-left:4px solid var(--sa-gold);padding-left:10px;}
.emf-grid{display:grid;gap:10px}.emf-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.emf-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.emf-wide{grid-column:1/-1;}
.emf-field label,.emf-check span{font-size:14px;font-weight:850;color:var(--sa-text);}
.emf-field label{display:block;margin-bottom:5px;}
.emf-field input,.emf-field select,.emf-field textarea,.emf-lang-select{
  width:100%;min-height:30px;height:30px;padding:5px 9px;
  background:var(--sa-input)!important;color:var(--sa-text)!important;
  border:1px solid var(--sa-line2)!important;border-radius:10px;
  font-size:14px;line-height:1.15;outline:none;
}
.emf-field textarea{height:auto;min-height:92px;resize:vertical;line-height:1.45;}
.emf-field input:focus,.emf-field select:focus,.emf-field textarea:focus,.emf-lang-select:focus{border-color:var(--sa-gold)!important;box-shadow:0 0 0 3px rgba(255,212,71,.16);}
.emf-field input::placeholder,.emf-field textarea::placeholder{color:#7f90a8;}
.emf-field option,.emf-lang-select option{background:var(--sa-card2);color:var(--sa-text);}
.emf-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
.emf-check{display:flex;align-items:flex-start;gap:8px;min-height:30px;padding:8px 10px;background:#081321;border:1px solid var(--sa-line);border-radius:10px;line-height:1.3;}
.emf-check input{width:14px!important;height:14px!important;min-width:14px!important;margin:2px 2px 0 0;accent-color:var(--sa-gold);}
.emf-actions{display:grid;grid-template-columns:1fr;gap:8px;position:sticky;bottom:0;background:linear-gradient(transparent,var(--sa-card) 32%);padding-top:14px;margin-top:8px;z-index:5;}
.emf-btn{min-height:30px;padding:5px 12px;border-radius:10px;border:1px solid var(--sa-line2);background:linear-gradient(180deg,#112139,#071321);color:var(--sa-strong);font-size:14px;font-weight:850;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 9px 18px rgba(0,0,0,.18);}
.emf-btn:hover{transform:translateY(-1px);border-color:#6f91bd;box-shadow:0 1px 0 rgba(255,255,255,.07) inset,0 12px 24px rgba(0,0,0,.26);}
.emf-btn:active{transform:translateY(0);}
.emf-btn.primary{background:linear-gradient(135deg,var(--sa-gold),var(--sa-gold2));border-color:#e0aa25;color:#111827;text-shadow:none;}
.emf-btn.secondary{background:linear-gradient(180deg,#173357,#0a1627);border-color:#426b9a;color:var(--sa-strong);}
.emf-score{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;}
.emf-score-card{background:var(--sa-card2);border:1px solid var(--sa-line);border-radius:14px;padding:12px;min-height:112px;}
.emf-score-num{font-size:34px;line-height:1;font-weight:1000;color:var(--sa-gold);}
.emf-score-label{color:var(--sa-muted);font-size:12px;font-weight:800;margin-top:6px;}
.emf-classline{margin-top:10px;font-weight:900;color:var(--sa-strong);font-size:14px;}
.emf-result h3{font-size:18px;margin:16px 0 10px;color:var(--sa-strong);font-weight:900;}
.emf-table-wrap{overflow:auto;border:1px solid var(--sa-line);border-radius:10px;background:var(--sa-card2);}
.emf-table{width:100%;border-collapse:separate;border-spacing:0;color:var(--sa-text);font-size:14px;}
.emf-table th,.emf-table td{padding:6px 8px;border-bottom:1px solid #182d46;text-align:left;vertical-align:top;font-size:14px;}
.emf-table th{background:#10243d;color:var(--sa-strong);font-weight:900;}
.emf-table td{background:var(--sa-card2);}.emf-table td:first-child{font-weight:850;color:var(--sa-strong);}
.emf-preview{white-space:pre-wrap;background:var(--sa-bg);border:1px solid var(--sa-line);color:var(--sa-text);border-radius:14px;padding:12px;max-height:380px;overflow:auto;font:13px/1.5 Consolas,monospace;}
.emf-error{background:rgba(255,83,97,.13);border:1px solid rgba(255,83,97,.75);border-radius:14px;padding:12px;margin:12px 0;color:var(--sa-strong);}
.emf-empty{background:var(--sa-card2);border:1px dashed var(--sa-line2);border-radius:16px;padding:16px;color:var(--sa-text);}
.emf-empty h2{font-size:22px;margin:0 0 12px;font-weight:900;color:var(--sa-strong);}
.emf-recommend,.emf-warnings{padding-left:22px;}.emf-recommend li,.emf-warnings li{margin-bottom:8px;font-size:14px;line-height:1.45;}.emf-warnings{color:#ffe5ad;}
.emf-disc{font-size:13px;color:var(--sa-muted);line-height:1.45;margin-top:14px;}
.emf-footer-strip{margin:0 25px;background:linear-gradient(180deg,var(--sa-card),var(--sa-bg));border:1px solid var(--sa-line);border-radius:0 0 16px 16px;padding:12px 16px;color:var(--sa-muted);font-size:13px;line-height:1.5;}
.emf-mini-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px;}.emf-mini-flow div{border:1px solid var(--sa-line);background:var(--sa-card2);border-radius:10px;padding:8px;text-align:center;font-size:14px;font-weight:850;color:var(--sa-text);}
html[dir="rtl"] .emf-section h2{border-left:0;border-right:4px solid var(--sa-gold);padding-left:0;padding-right:10px}html[dir="rtl"] .emf-table th,html[dir="rtl"] .emf-table td{text-align:right}
@media(max-width:1100px){.emf-main{grid-template-columns:1fr}.emf-result{position:static}.emf-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.emf-header{grid-template-columns:1fr}.emf-header-tools{justify-content:flex-start}}
@media(max-width:720px){.smartarch-emf-page{padding:8px 0 42px}.emf-header{margin-left:8px;margin-right:8px;padding:20px 12px 18px}.emf-title h1{font-size:32px!important}.emf-icon{width:42px!important;height:42px!important;min-width:42px!important}.emf-main{margin:0 8px 24px}.emf-grid.two,.emf-grid.three,.emf-checks,.emf-score,.emf-mini-flow{grid-template-columns:1fr}.emf-actions{position:static}.emf-footer-strip{margin:0 8px}.emf-header-tools{width:100%;justify-content:stretch}.emf-lang-box{width:100%}.emf-lang-select{flex:1}}


/* SMARTARCH EMF HEADER + HELP MODAL V1 */
.emf-header {
  grid-template-columns: 1fr !important;
  align-items: center !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 14px !important;
  padding: 28px 26px 22px !important;
}
.emf-header:before {
  grid-column: 1 !important;
  justify-self: center !important;
  margin-bottom: 2px !important;
}
.emf-header-home {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.emf-header-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.emf-brand-centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}
.emf-icon-smart {
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  min-height: 96px !important;
  max-width: 96px !important;
  max-height: 96px !important;
  object-fit: contain !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.emf-title-centered {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.emf-title-centered h1 {
  width: 100%;
  margin: 0 !important;
  text-align: center !important;
}
.emf-title-centered p {
  margin: 6px 0 0 !important;
  text-align: center !important;
}
.emf-help-trigger {
  min-width: 220px;
}
.emf-help-modal[hidden] {
  display: none !important;
}
.emf-help-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.emf-help-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 18, 0.74);
  backdrop-filter: blur(4px);
}
.emf-help-dialog {
  position: relative;
  z-index: 2;
  width: min(860px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 18px;
  border: 1px solid var(--sa-line2);
  background: linear-gradient(180deg, #0d1a2c 0%, #07111f 100%);
  box-shadow: 0 28px 80px rgba(0,0,0,.48);
  padding: 24px 24px 20px;
}
.emf-help-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--sa-line2);
  background: #10233a;
  color: var(--sa-strong);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.emf-help-content h2 {
  margin: 0 42px 14px 0;
  color: var(--sa-strong);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}
.emf-help-content h2 span {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  color: var(--sa-gold);
  font-weight: 800;
}
.emf-help-content h3 {
  margin: 18px 0 8px;
  font-size: 18px;
  color: var(--sa-strong);
  font-weight: 900;
}
.emf-help-content p {
  margin: 0 0 10px;
  color: var(--sa-text);
  font-size: 15px;
  line-height: 1.65;
}
body.emf-help-open {
  overflow: hidden;
}
@media (max-width: 700px) {
  .emf-title h1,
  .emf-title-centered h1 {
    font-size: 32px !important;
  }
  .emf-icon-smart {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
  }
  .emf-help-dialog {
    width: calc(100vw - 20px);
    padding: 20px 18px 18px;
  }
  .emf-help-content h2 {
    font-size: 22px;
  }
}

/* SMARTARCH EMF RUNTIME HEADER HELP FIX V1 */
.smartarch-emf-page .emf-header.emf-runtime-help-fixed {
  grid-template-columns: 1fr !important;
  align-items: center !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 14px !important;
  padding: 28px 26px 22px !important;
}

.smartarch-emf-page .emf-header.emf-runtime-help-fixed::before {
  grid-column: 1 !important;
  justify-self: center !important;
  text-align: center !important;
}

.smartarch-emf-page .emf-brand.emf-runtime-brand-centered {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  text-align: center !important;
}

.smartarch-emf-page .emf-runtime-smart-icon {
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  min-height: 96px !important;
  max-width: 96px !important;
  max-height: 96px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  filter: none !important;
}

.smartarch-emf-page .emf-title.emf-runtime-title-centered {
  width: 100% !important;
  text-align: center !important;
}

.smartarch-emf-page .emf-title.emf-runtime-title-centered h1 {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.smartarch-emf-page #smartarchEmfHelpOpen {
  min-width: 220px !important;
  margin: 4px auto 0 !important;
}

.smartarch-emf-page .emf-header-tools.emf-runtime-tools {
  width: 100% !important;
  justify-content: center !important;
}

.emf-help-modal[hidden] {
  display: none !important;
}

.emf-help-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
}

.emf-help-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(4, 10, 18, 0.74) !important;
  backdrop-filter: blur(4px) !important;
  cursor: pointer !important;
}

.emf-help-dialog {
  position: relative !important;
  z-index: 2 !important;
  width: min(860px, calc(100vw - 32px)) !important;
  max-height: calc(100vh - 48px) !important;
  overflow: auto !important;
  border-radius: 18px !important;
  border: 1px solid var(--sa-line2, #365a82) !important;
  background: linear-gradient(180deg, #0d1a2c 0%, #07111f 100%) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.48) !important;
  padding: 24px 24px 20px !important;
  color: var(--sa-text, #dce8ff) !important;
}

.emf-help-close {
  position: absolute !important;
  top: 10px !important;
  right: 12px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  border: 1px solid var(--sa-line2, #365a82) !important;
  background: #10233a !important;
  color: var(--sa-strong, #f3f7ff) !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.emf-help-content h2 {
  margin: 0 42px 14px 0 !important;
  color: var(--sa-strong, #f3f7ff) !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-align: left !important;
}

.emf-help-content h2 span {
  display: block !important;
  margin-top: 6px !important;
  font-size: 18px !important;
  color: var(--sa-gold, #ffd447) !important;
  font-weight: 800 !important;
}

.emf-help-content h3 {
  margin: 18px 0 8px !important;
  font-size: 18px !important;
  color: var(--sa-strong, #f3f7ff) !important;
  font-weight: 900 !important;
}

.emf-help-content p {
  margin: 0 0 10px !important;
  color: var(--sa-text, #dce8ff) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.emf-help-open {
  overflow: hidden !important;
}

@media (max-width: 700px) {
  .smartarch-emf-page .emf-title.emf-runtime-title-centered h1 {
    font-size: 32px !important;
  }

  .smartarch-emf-page .emf-runtime-smart-icon {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
  }

  .emf-help-dialog {
    width: calc(100vw - 20px) !important;
    padding: 20px 18px 18px !important;
  }

  .emf-help-content h2 {
    font-size: 22px !important;
  }
}

/* SMARTARCH EMF ABSOLUTE LEFT ICON + TRUE CENTER TITLE V3 */

/* Header artık grid ile başlığı sıkıştırmaz */
.smartarch-emf-page .emf-header.emf-runtime-help-fixed,
.smartarch-emf-page .emf-header.emf-header-v431,
.smartarch-emf-page .emf-header {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 420px !important;
  padding: 42px 260px 42px 260px !important;
  gap: 12px !important;
}

/* Üst EMF ASSESSMENT etiketi solda kalsın */
.smartarch-emf-page .emf-header::before {
  position: absolute !important;
  top: 38px !important;
  left: 42px !important;
  width: auto !important;
  margin: 0 !important;
  text-align: left !important;
  justify-self: auto !important;
  align-self: auto !important;
}

/* Geri dönüş butonu tamamen kapalı */
.smartarch-emf-page .emf-header-tools,
.smartarch-emf-page .emf-back-link,
.smartarch-emf-page a[data-smartarch-home-url],
.smartarch-emf-page .emf-header-home {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Sol ikon header akışından çıkarılır, başlığı sıkıştırmaz */
.smartarch-emf-page .emf-left-icon-slot {
  position: absolute !important;
  left: 92px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 140px !important;
  height: 140px !important;
  min-width: 140px !important;
  min-height: 140px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2 !important;
}

/* Simge sadece görsel olarak durur */
.smartarch-emf-page .emf-left-icon-slot img,
.smartarch-emf-page img.emf-runtime-smart-icon,
.smartarch-emf-page img.emf-icon-smart {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  min-height: 120px !important;
  max-width: 120px !important;
  max-height: 120px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  filter: none !important;
}

/* Brand/title tam genişlikte ortada */
.smartarch-emf-page .emf-brand.emf-runtime-brand-centered,
.smartarch-emf-page .emf-brand {
  width: 100% !important;
  max-width: 1180px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 12px !important;
}

/* Brand içinde kalmış ikon varsa görünmesin; sol slot kullanılır */
.smartarch-emf-page .emf-brand > img.emf-icon,
.smartarch-emf-page .emf-brand > img.emf-icon-smart,
.smartarch-emf-page .emf-brand > img.emf-runtime-smart-icon {
  display: none !important;
}

/* Başlık tekrar tam ortalı ve geniş */
.smartarch-emf-page .emf-title.emf-runtime-title-centered,
.smartarch-emf-page .emf-title {
  width: 100% !important;
  max-width: 1180px !important;
  text-align: center !important;
}

.smartarch-emf-page .emf-title h1,
.smartarch-emf-page .emf-title.emf-runtime-title-centered h1 {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  line-height: 1.08 !important;
}

.smartarch-emf-page .emf-title p,
.smartarch-emf-page .emf-title.emf-runtime-title-centered p {
  width: 100% !important;
  max-width: 980px !important;
  margin: 12px auto 0 !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
}

/* Nasıl Kullanılır butonu görseldeki sarı stile yakın */
.smartarch-emf-page #smartarchEmfHelpOpen {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 178px !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 20px !important;
  margin: 22px auto 0 !important;

  border: none !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffd84d 0%, #f6be2b 100%) !important;
  color: #07111f !important;

  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
  text-decoration: none !important;

  box-shadow:
    0 1px 0 rgba(255,255,255,.45) inset,
    0 7px 14px rgba(0,0,0,.22) !important;

  cursor: pointer !important;
  user-select: none !important;
  text-shadow: none !important;
}

.smartarch-emf-page #smartarchEmfHelpOpen:hover {
  background: linear-gradient(180deg, #ffe066 0%, #ffc431 100%) !important;
  transform: translateY(-1px) !important;
}

.smartarch-emf-page #smartarchEmfHelpOpen:active {
  transform: translateY(0) !important;
}

/* Orta ekranlarda simge solda kalır ama başlığı sıkıştırmaz */
@media (max-width: 1100px) {
  .smartarch-emf-page .emf-header {
    padding-left: 190px !important;
    padding-right: 60px !important;
  }

  .smartarch-emf-page .emf-left-icon-slot {
    left: 38px !important;
  }
}

/* Mobilde simge üstte, başlık altta */
@media (max-width: 800px) {
  .smartarch-emf-page .emf-header.emf-runtime-help-fixed,
  .smartarch-emf-page .emf-header.emf-header-v431,
  .smartarch-emf-page .emf-header {
    min-height: auto !important;
    padding: 64px 18px 28px !important;
  }

  .smartarch-emf-page .emf-header::before {
    top: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
  }

  .smartarch-emf-page .emf-left-icon-slot {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 auto 12px !important;
  }

  .smartarch-emf-page .emf-left-icon-slot img,
  .smartarch-emf-page img.emf-runtime-smart-icon,
  .smartarch-emf-page img.emf-icon-smart {
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
  }

  .smartarch-emf-page .emf-title h1 {
    font-size: 32px !important;
  }
}
