/* Onemaris — public website stil sistemi.
   KAYNAK: 8 FROZEN Claude Design artifact'ının <style> blokları birleştirildi (249 kural →
   tek dosya). Panelin app/static/style.css dosyasıyla HİÇBİR bağı yoktur; public sayfalar
   panel CSS'ini yüklemez. Tüm sınıflar `om-` önekli — panel seçicileriyle çakışmaz.
   Web font YOK: sistem yığını kullanılır (CSP 'self' ile uyumlu, harici istek üretmez). */

:root {
  --om-navy:    #0b2b58;   /* birincil metin / marka */
  --om-blue:    #0b438c;   /* buton degrade başı, bağlantı */
  --om-blue-d:  #062b63;   /* buton degrade sonu */
  --om-cyan:    #12bfc8;   /* vurgu, focus halkası */
  --om-teal:    #0f8fa0;
  --om-footer:  #06356f;
  --om-text:    #0a2b58;
  --om-muted:   #4d6884;
  --om-muted-2: #7c92a8;
  --om-border:  #dbe7f3;
  --om-surface: #f9fcff;
  --om-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --mono: var(--om-mono);   /* artifact'lar var(--mono) kullanıyor (eski tasarım sistemi adı) */
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.om-body { margin: 0; background: #fff; -webkit-font-smoothing: antialiased;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--om-text); }
img { max-width: 100%; }
.om-sprite { display: none; }
.om-icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round; }
.om-wrap { width: min(1220px, calc(100% - 40px)); margin: auto; }

/* klavye kullanıcısı için içeriğe atlama bağlantısı */
.om-skip { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 12px 18px;
  background: #fff; color: var(--om-navy); font-weight: 700; border-radius: 0 0 10px 0; }
.om-skip:focus { left: 0; outline: 2px solid var(--om-cyan); outline-offset: 2px; }

/* ürün durumu rozetleri — P0 claim-gap düzeltmesi (aktif ürün ≠ geliştirme ≠ ürün yönü) */
.om-status-chip { display: inline-block; margin-left: 8px; padding: 3px 7px; border-radius: 20px;
  font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  white-space: nowrap; vertical-align: middle; }
.om-status-dev  { background: #fff3e0; color: #9a5b00; border: 1px solid #f0d3a8; }
.om-status-dir  { background: #eef4ff; color: #2a4d86; border: 1px solid #cddcf5; }
.om-status-part { background: #e9fafc; color: #0b6a75; border: 1px solid #b7e8ec; }
.om-repr-tag { display: inline-block; margin: 0 0 8px; padding: 4px 8px; border-radius: 6px;
  background: #eef4ff; color: #2a4d86; border: 1px solid #cddcf5;
  font-size: 8.5px; font-weight: 800; letter-spacing: .12em; }

/* artifact'taki style-hover niteliği yerine gerçek CSS (Anasayfa modül kartları) */
.om-modcard:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(30,72,117,.11);
  border-color: #c8ddf1; }

body { margin: 0; background: #fff; -webkit-font-smoothing: antialiased; }
a { color: #0b438c; text-decoration: none; }
a:hover { color: #062b63; }
svg.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.6; }
@keyframes zpfloat { 0%,100% { transform: perspective(1100px) rotateY(-2deg) rotateX(1deg) translateY(0); } 50% { transform: perspective(1100px) rotateY(-2deg) rotateX(1deg) translateY(-8px); } }
@keyframes omrise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes omline { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes omglow { 0%,100% { opacity: .35; } 50% { opacity: .75; } }
@keyframes omsweep { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
#showcase, #modules, #workflow, #ai, #uyum { scroll-margin-top: 98px; }
a.om-nav-link { position: relative; color: #344d67; padding: 6px 0; text-decoration: none; transition: color .18s ease; }
a.om-nav-link:hover { color: #0b2b58; }
a.om-nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; border-radius: 2px; background: #12bfc8; opacity: 0; transition: opacity .2s ease; }
a.om-nav-link.is-active { color: #0b2b58; font-weight: 600; }
a.om-nav-link.is-active::after { opacity: 1; }
.om-header { transition: background .25s ease, box-shadow .25s ease; }
.om-header.is-scrolled { background: rgba(255,255,255,.96) !important; box-shadow: 0 12px 34px rgba(8,43,88,.10) !important; }
.om-btn:focus-visible, .om-nav-link:focus-visible, .om-menu-trigger:focus-visible, .om-mm a:focus-visible { outline: 2px solid #12bfc8; outline-offset: 3px; border-radius: 8px; }
.om-menu-trigger { display: none; }
.om-mm { display: none; }
.om-mm.is-open { display: block; }
.om-pw { transition: transform .22s ease, box-shadow .22s ease; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid #dbe7f3; box-shadow: 0 30px 70px rgba(20,50,90,.16); }
.om-pw:hover { transform: translateY(-2px); box-shadow: 0 36px 78px rgba(20,50,90,.18); }
[data-reveal] { transition: opacity .6s ease, transform .6s ease; }
.om-app { background: #f7fafd; border-radius: 10px 10px 0 0; overflow: hidden; }
.om-app-topbar { display: flex; align-items: center; gap: 14px; padding: 0 14px; height: 44px; background: #0b2b58; color: #fff; }
.om-app-topbar .om-tb-meta { display: flex; align-items: center; gap: 14px; font-size: 10px; color: #a8c4de; letter-spacing: .04em; }
.om-app-body { display: grid; grid-template-columns: 170px 1fr; min-height: 392px; background: #f7fafd; }
.om-app-sidebar { background: #f1f6fb; border-right: 1px solid #e2ebf4; padding: 12px 10px; display: flex; flex-direction: column; gap: 2px; }
.om-side-group { font-size: 8px; font-weight: 800; letter-spacing: .18em; color: #93a7bb; padding: 8px 6px 4px; }
.om-side-item { display: flex; align-items: center; gap: 8px; padding: 6px 7px; border-radius: 5px; font-size: 10.5px; color: #4d6884; }
.om-side-item.is-sel { background: #e6f7fa; color: #0b2b58; font-weight: 700; box-shadow: inset 2px 0 0 #12bfc8; }
.om-app-main { padding: 13px; display: flex; flex-direction: column; gap: 10px; }
.om-panel { background: #fff; border: 1px solid #e2ebf4; border-radius: 8px; }
.om-panel-h { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 11px; border-bottom: 1px solid #eef3f8; font-size: 8.5px; font-weight: 800; letter-spacing: .16em; color: #7c92a8; }
.om-attention { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.om-att { background: #fff; border: 1px solid #e2ebf4; border-top: 2px solid #12bfc8; border-radius: 8px; padding: 10px 11px; display: flex; flex-direction: column; gap: 5px; }
.om-att-t { font-size: 8.5px; font-weight: 800; letter-spacing: .16em; color: #7c92a8; }
.om-att-l1 { font-size: 11.5px; font-weight: 700; color: #0b2b58; line-height: 1.3; }
.om-att-l2 { font-size: 10px; color: #6a839b; line-height: 1.35; }
.om-priority { display: flex; align-items: center; gap: 10px; padding: 8px 11px; border-top: 1px solid #eef3f8; }
.om-pri-no { width: 18px; font-family: var(--mono); font-size: 9.5px; font-weight: 700; color: #a9bccd; flex-shrink: 0; }
.om-pri-main { flex: 1; min-width: 0; }
.om-pri-t { font-size: 11px; font-weight: 700; color: #0b2b58; }
.om-pri-s { font-size: 9.5px; color: #7c92a8; }
.om-chip { font-size: 8px; font-weight: 800; letter-spacing: .12em; border-radius: 4px; padding: 3px 6px; white-space: nowrap; }
.om-chip-ok { background: #e2f3ec; color: #157f5f; }
.om-chip-warn { background: #faeeda; color: #a05e00; }
.om-chip-info { background: #eaf3fd; color: #0b438c; }
.om-chip-acc { background: #e6f7fa; color: #0f8fa0; }
.om-act { display: flex; align-items: center; gap: 8px; padding: 6px 11px; border-top: 1px solid #eef3f8; font-size: 10px; color: #4d6884; }
.om-app-cols { display: grid; grid-template-columns: 1.25fr 1fr; gap: 10px; align-items: start; }
.om-trust { display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; align-items: center; }
.om-arch { background: #fff; border: 1px solid #dbe7f3; border-radius: 18px; box-shadow: 0 26px 60px rgba(20,50,90,.10); padding: 26px 24px; position: relative; overflow: hidden; }
.om-arch-layer { display: flex; align-items: center; justify-content: center; gap: 10px; }
.om-arch-node { border: 1px solid #cfe0f2; border-radius: 9px; padding: 9px 12px; background: #fbfdff; text-align: center; min-width: 0; }
.om-arch-node .n1 { display: block; font-size: 10px; font-weight: 800; letter-spacing: .14em; color: #0b2b58; }
.om-arch-node .n2 { display: block; font-size: 9.5px; color: #7c92a8; margin-top: 3px; }
.om-arch-core { background: linear-gradient(120deg,#0b2b58,#0b438c); color: #fff; border: 0; }
.om-arch-core .n1 { color: #fff; }
.om-arch-core .n2 { color: #9fd4e2; }
.om-arch-rail { height: 1px; background: linear-gradient(90deg,rgba(11,67,140,0),rgba(18,191,200,.55),rgba(11,67,140,0)); margin: 12px 0; transform-origin: center; }
.om-arch-tier { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.om-trace { display: flex; flex-direction: column; gap: 4px; }
.om-trace-row { display: flex; align-items: center; gap: 9px; padding: 6px 10px; border: 1px solid #e6eff8; border-radius: 7px; background: #fbfdff; }
.om-trace-row .t1 { font-size: 9px; font-weight: 800; letter-spacing: .14em; color: #7c92a8; width: 106px; flex-shrink: 0; }
.om-trace-row .t2 { font-family: var(--mono); font-size: 10.5px; color: #0b2b58; font-weight: 600; }
.om-trust-item { display: flex; flex-direction: column; gap: 8px; padding: 20px 0; border-top: 1px solid #dce8f4; }
.om-role-grid { display: grid; grid-template-columns: 1.1fr repeat(4,1fr); gap: 1px; background: #e6eff8; border: 1px solid #e6eff8; border-radius: 9px; overflow: hidden; }
.om-role-grid > span { background: #fff; padding: 8px 6px; font-size: 9.5px; text-align: center; color: #4d6884; }
.om-role-grid > span.rl { text-align: left; font-weight: 700; color: #0b2b58; letter-spacing: .04em; }
.om-role-grid > span.hd { background: #f4f9fd; font-size: 8.5px; font-weight: 800; letter-spacing: .12em; color: #7c92a8; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
@media (max-width: 1080px) {
  .om-menu-trigger { display: inline-flex !important; }
  .om-hide-lg { display: none !important; }
  .om-show { grid-template-columns: 1fr !important; gap: 34px !important; }
  .om-trust { grid-template-columns: 1fr !important; gap: 34px !important; }
  .om-show-media { order: 2 !important; }
  .om-show-copy { order: 1 !important; }
  .om-pw-body { grid-template-columns: 1fr !important; }
  .om-pw-tree { border-right: 0 !important; border-bottom: 1px solid #e3ebf3 !important; }
  .om-nav-links { display: none !important; }
  .om-hero { grid-template-columns: 1fr !important; }
  .om-flow { grid-template-columns: repeat(4,1fr) !important; row-gap: 30px !important; }
  .om-flow-line { display: none !important; }
  .om-modules { grid-template-columns: repeat(2,1fr) !important; }
  .om-why { grid-template-columns: repeat(2,1fr) !important; }
  .om-ai { grid-template-columns: 1fr !important; }
  .om-metrics { grid-template-columns: repeat(2,1fr) !important; }
  .om-footer { grid-template-columns: 1fr 1fr !important; }
  .om-cta { flex-direction: column !important; align-items: flex-start !important; }
  .om-nav-links, .om-hide-lg { display: none !important; }
  .om-show, .om-show-rev { grid-template-columns: 1fr !important; gap: 34px !important; }
  .om-cards3 { grid-template-columns: 1fr 1fr !important; }
  .om-conn { grid-template-columns: 1fr !important; }
  .om-conn2 { grid-template-columns: 1fr !important; }
  .om-app-body[style*="172px"] { grid-template-columns: 1fr !important; }
  .om-map { grid-template-columns: 1fr !important; }
  .om-chain { grid-template-columns: 1fr !important; }
  .om-gate { grid-template-columns: 1fr !important; }
}
@media (max-width: 680px) {
  .om-cmp { grid-template-columns: 1fr !important; }
  .om-cmp-head { display: none !important; }
  .om-cmp-row { grid-template-columns: 1fr !important; gap: 2px !important; border-top: 1px solid #eef2f6 !important; padding: 12px 13px !important; }
  .om-c { display: flex !important; align-items: baseline; justify-content: space-between; gap: 12px; padding: 3px 0; }
  .om-c::before { content: attr(data-label); font-size: 9.5px; font-weight: 800; letter-spacing: .1em; color: #7a8ea1; }
  .om-c-name { font-size: 13px !important; padding-bottom: 5px; border-bottom: 1px solid #eef2f6; margin-bottom: 4px; }
  .om-svg-label { font-size: 19px !important; }
  .om-svg-coord { display: none !important; }
  .om-tiles { grid-template-columns: 1fr 1fr !important; }
  .om-pillars { grid-template-columns: 1fr !important; }
  .om-flow { grid-template-columns: 1fr !important; }
  .om-flow-node { flex-direction: row !important; text-align: left !important; align-items: center !important; }
  .om-modules, .om-why, .om-metrics, .om-footer { grid-template-columns: 1fr !important; }
  .om-app-sidebar { display: none !important; }
  .om-arch-tier { grid-template-columns: 1fr 1fr !important; }
  .om-role-grid { font-size: 9px; }
  .om-app-body { grid-template-columns: 1fr !important; min-height: 0 !important; }
  .om-attention { grid-template-columns: 1fr !important; }
  .om-app-cols { grid-template-columns: 1fr !important; }
  .om-hide-sm { display: none !important; }
  .om-brand { height: 34px !important; }
  .om-ring { grid-template-columns: 1fr !important; }
  .om-msg-user, .om-msg-ai { max-width: 100% !important; }
  .om-cards3 { grid-template-columns: 1fr !important; }
  .om-h2 { font-size: 30px !important; }
  .om-tbl th, .om-tbl td { padding: 8px 8px; }
}
@media (max-width: 480px) {
  .om-tagline { display: none !important; }
  .om-brand { height: 30px !important; }
}
.om-wrap { width: min(1220px, calc(100% - 40px)); margin: auto; }
.om-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #0f8fa0; margin-bottom: 14px; }
.om-eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: #12bfc8; display: block; }
.om-h2 { font-size: 40px; line-height: 1.09; letter-spacing: -.035em; margin: 0 0 16px; text-wrap: pretty; color: #082d5b; }
.om-lead { margin: 0 0 22px; font-size: 16.5px; line-height: 1.7; color: #516b82; max-width: 480px; text-wrap: pretty; }
a.om-nav-link.is-cur { color: #0b2b58; font-weight: 600; }
a.om-nav-link.is-cur::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; border-radius: 2px; background: #12bfc8; }
.om-drop { position: absolute; top: 100%; left: 0; min-width: 210px; background: #fff; border: 1px solid #dbe7f3; border-radius: 12px; box-shadow: 0 20px 44px rgba(8,43,88,.14); padding: 7px; display: none; }
.om-has-drop:hover .om-drop, .om-has-drop:focus-within .om-drop { display: block; }
.om-drop a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 11px; border-radius: 8px; font-size: 13.5px; color: #344d67; }
.om-drop a:hover { background: #f4f9fd; color: #0b2b58; }
.om-drop a.is-cur { background: #e9fafc; color: #0b2b58; font-weight: 700; }
.om-pw-bar { display: flex; align-items: center; gap: 12px; padding: 11px 15px; background: #0b2b58; color: #fff; }
.om-pw-dots { display: flex; gap: 5px; }
.om-pw-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.28); }
.om-pw-name { display: flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; }
.om-pw-tag { margin-left: auto; font-size: 8.5px; font-weight: 800; letter-spacing: .16em; color: #9fd4e2; border: 1px solid rgba(18,191,200,.4); border-radius: 4px; padding: 3px 7px; }
.om-chip-crit { background: #fbe9e6; color: #bb271a; }
.om-tree { display: flex; flex-direction: column; gap: 1px; font-size: 10.5px; }
.om-tree span { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 5px 7px; border-radius: 5px; color: #4d6884; }
.om-tree span.lv1 { padding-left: 14px; }
.om-tree span.lv2 { padding-left: 24px; }
.om-tree span.is-sel { background: #e6f7fa; color: #0b2b58; font-weight: 700; box-shadow: inset 2px 0 0 #12bfc8; }
.om-kv { display: grid; grid-template-columns: 1fr auto; gap: 7px 10px; font-size: 10px; padding: 11px; }
.om-kv > span:nth-child(odd) { color: #7c92a8; }
.om-kv > span:nth-child(even) { color: #0b2b58; font-weight: 700; font-family: var(--mono); text-align: right; }
.om-tabs { display: flex; gap: 3px; padding: 0 11px; border-bottom: 1px solid #eef3f8; overflow: hidden; }
.om-tabs span { font-size: 9.5px; padding: 8px 8px; color: #7c92a8; white-space: nowrap; }
.om-tabs span.is-sel { color: #0b2b58; font-weight: 700; box-shadow: inset 0 -2px 0 #12bfc8; }
.om-tbl { width: 100%; border-collapse: collapse; font-size: 10.5px; }
.om-tbl th { background: #f4f9fd; font-size: 8.5px; font-weight: 800; letter-spacing: .12em; color: #7c92a8; text-align: left; padding: 9px 11px; border-bottom: 1px solid #e6eff8; white-space: nowrap; }
.om-tbl td { padding: 9px 11px; border-bottom: 1px solid #f0f5fa; color: #4d6884; }
.om-tbl tr.is-sel td { background: #f6fdfe; color: #0b2b58; }
.om-tbl td b { color: #0b2b58; }
.om-flow { display: flex; flex-direction: column; gap: 6px; }
.om-flow-step { display: flex; align-items: center; gap: 11px; padding: 10px 13px; background: #fff; border: 1px solid #e2ebf4; border-radius: 9px; }
.om-flow-step .fn { width: 20px; font-family: var(--mono); font-size: 9.5px; font-weight: 700; color: #a9bccd; flex-shrink: 0; }
.om-flow-step .ft { font-size: 12px; font-weight: 700; color: #0b2b58; }
.om-flow-step .fs { font-size: 10.5px; color: #7c92a8; }
.om-flow-arrow { height: 12px; width: 1px; background: #cfe0f2; margin-left: 33px; }
.om-tl { display: flex; flex-direction: column; }
.om-tl-row { display: grid; grid-template-columns: 74px 1fr; gap: 14px; align-items: start; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); }
.om-tl-row .d { font-family: var(--mono); font-size: 11px; color: #7fa9c2; letter-spacing: .04em; }
.om-tl-row .t { font-size: 14px; font-weight: 600; color: #fff; }
.om-tl-row .s { font-size: 12px; color: #a8c4de; }
.om-cards3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.om-card { background: #fff; border: 1px solid #dfe8f2; border-radius: 15px; padding: 22px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.om-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(30,72,117,.11); border-color: #c8ddf1; }
.om-show { display: grid; grid-template-columns: .84fr 1.16fr; gap: 52px; align-items: center; }
.om-show-rev { grid-template-columns: 1.16fr .84fr; }
.om-node { display: flex; align-items: center; gap: 11px; padding: 10px 12px; background: #fff; border: 1px solid #e2ebf4; border-radius: 9px; }
.om-node .code { font-family: var(--mono); font-size: 11px; font-weight: 700; color: #0b2b58; }
.om-node .lbl { font-size: 9px; font-weight: 800; letter-spacing: .14em; color: #93a7bb; display: block; margin-bottom: 2px; }
.om-cards-mobile { display: none; grid-template-columns: 1fr; gap: 10px; }
.om-prio { display: flex; align-items: center; gap: 11px; padding: 9px 11px; border-top: 1px solid #f0f5fa; }
.om-prio .n { font-family: var(--mono); font-size: 10px; font-weight: 700; color: #a9bccd; width: 16px; flex-shrink: 0; }
.om-prio .tt { font-size: 11.5px; font-weight: 700; color: #0b2b58; display: block; }
.om-prio .ss { font-size: 10px; color: #7c92a8; }
.om-ring { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.om-msg-user { align-self: flex-end; max-width: 82%; padding: 10px 13px; border-radius: 10px 10px 3px 10px; background: linear-gradient(135deg,#0b438c,#062b63); color: #fff; font-size: 11.5px; line-height: 1.55; }
.om-msg-ai { max-width: 92%; padding: 12px 13px; border-radius: 10px 10px 10px 3px; background: #fff; border: 1px solid #e2ebf4; font-size: 11.5px; line-height: 1.6; color: #27435f; }
.om-src { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; padding-top: 9px; border-top: 1px solid #eef3f8; }
.om-src span { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border: 1px solid #cfe0f2; border-radius: 6px; font-family: var(--mono); font-size: 9.5px; color: #0b438c; background: #f9fcff; }
.om-src span b { font-size: 8px; letter-spacing: .1em; color: #93a7bb; font-weight: 800; }
.om-dom { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.om-map { display: grid; grid-template-columns: 1fr 260px 1fr; gap: 14px; align-items: center; }
.om-chain { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 26px; }
.om-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.om-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.om-entry { display: flex; align-items: center; gap: 18px; padding: 22px 24px; background: #fff; border: 1px solid #dbe7f3; border-radius: 15px; transition: transform .18s ease, box-shadow .18s ease; }
.om-entry:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(20,50,90,.10); }
@media (max-width: 860px) {
  .om-tbl-desktop { display: none !important; }
  .om-cards-mobile { display: grid !important; }
  .om-dom { grid-template-columns: 1fr !important; }
  .om-two { grid-template-columns: 1fr !important; }
  .om-three { grid-template-columns: 1fr !important; }
  .om-cmp-desktop { display: none !important; }
  .om-cmp-mobile { display: grid !important; }
  .om-ledger { grid-template-columns: 1fr 1fr !important; }
  .om-form-grid { grid-template-columns: 1fr !important; }
  .om-pick { grid-template-columns: 1fr !important; }
}
.om-cmp-mobile { display: none; grid-template-columns: 1fr; gap: 10px; }
.om-layer { padding: 18px 20px; border: 1px solid #cfe0f2; border-radius: 12px; background: #f9fcff; }
.om-layer > span:first-child { display: block; font-size: 9px; font-weight: 800; letter-spacing: .16em; color: #93a7bb; }
.om-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.om-tags span { padding: 7px 11px; border: 1px solid #dbe7f3; border-radius: 8px; background: #fff; font-size: 11.5px; color: #27435f; }
.om-gate { display: grid; grid-template-columns: 1fr 190px 1fr; gap: 14px; align-items: center; }
.om-ledger { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.om-field { display: flex; flex-direction: column; gap: 7px; }
.om-field > label, fieldset > legend { font-size: 11.5px !important; font-weight: 700 !important; letter-spacing: .04em !important; color: #3c5570 !important; text-transform: none !important; }
.om-field > label .req { color: #bb271a; }
input.om-input, select.om-input, textarea.om-input { height: 50px; padding: 0 14px; border: 1px solid #cfd9e4 !important; border-radius: 10px !important; background: #fff !important; font: inherit; font-size: 14px !important; line-height: normal; color: #0b2b58; width: 100%; box-sizing: border-box; transition: border-color .16s ease, box-shadow .16s ease; }
input.om-input::placeholder, textarea.om-input::placeholder { color: #93a7bb; }
input.om-input:focus-visible, select.om-input:focus-visible, textarea.om-input:focus-visible { outline: none; border-color: #12bfc8 !important; box-shadow: 0 0 0 3px rgba(18,191,200,.22) !important; }
textarea.om-input { height: auto; min-height: 96px; padding: 13px 14px !important; line-height: 1.55; resize: vertical; }
input.om-input.is-error { border-color: #e0a49c !important; box-shadow: 0 0 0 3px rgba(187,39,26,.10) !important; }
.om-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.om-pick { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.om-pick label { display: flex; align-items: flex-start; gap: 10px; padding: 13px 14px; border: 1px solid #cfd9e4; border-radius: 11px; background: #fff; cursor: pointer; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.om-pick label:hover { border-color: #a9c6dd; }
.om-pick input { margin: 2px 0 0; accent-color: #0b438c; width: 16px; height: 16px; flex-shrink: 0; }
.om-pick input:focus-visible { outline: 2px solid #12bfc8; outline-offset: 2px; }
.om-pick input:checked + span { color: #0b2b58; }
.om-pick label:has(input:checked) { border-color: #12bfc8; background: #f6fdfe; box-shadow: 0 0 0 1px #12bfc8 inset; }
.om-faq { border: 1px solid #dbe7f3; border-radius: 14px; background: #fff; padding: 20px 22px; }

/* ---------- iletişim formu (runtime durumları) ---------- */
.om-field { display: flex; flex-direction: column; gap: 6px; }
.om-field > label { font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: #5b7690; }
.om-field input, .om-field select, .om-field textarea {
  font: inherit; font-size: 14px; color: var(--om-navy); background: #fff;
  border: 1px solid #cdd9e6; border-radius: 10px; padding: 12px 13px; width: 100%; }
.om-field textarea { min-height: 118px; resize: vertical; }
.om-field input:focus-visible, .om-field select:focus-visible, .om-field textarea:focus-visible {
  outline: 2px solid var(--om-cyan); outline-offset: 2px; border-color: #9fd7de; }
.om-field .om-req { color: #b3261e; }
.om-field.is-error input, .om-field.is-error select, .om-field.is-error textarea {
  border-color: #d98a8a; background: #fff8f8; }
.om-err { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #b3261e; font-weight: 600; }
.om-err::before { content: "!"; display: inline-grid; place-items: center; width: 15px; height: 15px;
  border-radius: 50%; background: #b3261e; color: #fff; font-size: 10px; font-weight: 800; flex: none; }
.om-formmsg { border-radius: 12px; padding: 14px 16px; font-size: 13.5px; line-height: 1.7; margin: 0 0 18px; }
.om-formmsg.is-ok { background: #e9fbf3; border: 1px solid #b7e6cf; color: #14603f; }
.om-formmsg.is-bad { background: #fff4f4; border: 1px solid #ecc4c4; color: #8c2f2f; }
.om-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- hareket azaltma tercihi ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ---------- dar ekran taşma koruması (P1 QA) ----------
   Grid/flex çocuğunun varsayılan min-width:auto değeri uzun içerikte kapsayıcıyı taşırır;
   aşağıdakiler yalnız taşmayı keser, tasarım ölçülerini değiştirmez. */
.om-body { overflow-wrap: break-word; }
.om-show > *, .om-show-rev > *, .om-two > *, .om-cards3 > *, .om-trust > *,
.om-footer > *, .om-form-grid > *, .om-pick > * { min-width: 0; }
@media (max-width: 480px) {
  /* uzun durum rozetleri (ör. GELİŞTİRME AŞAMASINDA) satırı taşırmasın */
  .om-entry { flex-wrap: wrap; }
  .om-entry .om-chip { margin-left: 0 !important; }
  .om-status-chip { white-space: normal; margin-left: 6px; }
}
@media (max-width: 420px) {
  /* çok dar telefonlarda: eylem çiftleri alt alta, sabit sütunlu mini ızgaralar 2 sütuna.
     Seçiciler artifact'ın inline stillerini hedefler — markup'a dokunmadan taşma kesilir. */
  .om-final-cta, [style*="flex-shrink:0"][style*="display:flex"] { flex-wrap: wrap !important; }
  .om-final-cta > .om-btn, [style*="flex-shrink:0"][style*="display:flex"] > .om-btn {
    flex: 1 1 100% !important; justify-content: center; }
  [style*="grid-template-columns:repeat(4,1fr)"], [style*="grid-template-columns:repeat(4, 1fr)"],
  [style*="grid-template-columns:repeat(3,1fr)"], [style*="grid-template-columns:repeat(3, 1fr)"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
.om-formmsg.is-info { background: #eef6ff; border: 1px solid #cddcf5; color: #204877; }
.om-formmsg .om-chip { display: inline-block; }
form fieldset[disabled] { opacity: .72; }
form fieldset[disabled] input, form fieldset[disabled] select, form fieldset[disabled] textarea { background: #f5f8fb; cursor: not-allowed; }
.om-btn[disabled] { opacity: .55; cursor: not-allowed; box-shadow: none !important; }

/* ---------- hukuki sayfalar (P2C-A) ----------
   Yeni tasarım dili YOK: mevcut om-* token'ları, tipografisi ve breakpoint'leri kullanır.
   Amaç yüksek okunabilirlik — aşırı kartlaştırma yapılmaz. */
.om-legal { padding: 54px 0 78px; background:
  linear-gradient(180deg, #fbfdff 0%, #f4f9fe 42%, #fff 100%); }
.om-legal-head { max-width: 78ch; padding-bottom: 26px; border-bottom: 1px solid var(--om-border); }
.om-legal-head h1 { margin: 10px 0 0; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.2;
  letter-spacing: -.02em; color: var(--om-navy); }
.om-legal-meta { margin: 12px 0 0; font-size: 12.5px; color: var(--om-muted-2); }
.om-legal-intro { margin: 14px 0 0; font-size: 15px; line-height: 1.85; color: var(--om-muted); max-width: 72ch; }
.om-legal-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.om-legal-nav a { display: inline-flex; align-items: center; padding: 7px 13px; border-radius: 20px;
  border: 1px solid var(--om-border); background: #fff; font-size: 12.5px; font-weight: 600;
  color: var(--om-muted); transition: border-color .18s ease, color .18s ease; }
.om-legal-nav a:hover { border-color: var(--om-cyan); color: var(--om-navy); }
.om-legal-nav a[aria-current="page"] { border-color: var(--om-cyan); background: #eefbfc;
  color: var(--om-navy); font-weight: 700; }
.om-legal-body { max-width: 78ch; margin-top: 34px; }
.om-legal-section + .om-legal-section { margin-top: 34px; }
.om-legal-section h2 { margin: 0 0 12px; font-size: 17.5px; line-height: 1.35;
  letter-spacing: -.01em; color: var(--om-navy); }
.om-legal-section h3 { margin: 20px 0 6px; font-size: 14.5px; color: var(--om-navy); }
.om-legal-section p { margin: 0 0 14px; font-size: 15px; line-height: 1.9; color: #33506e; }
.om-legal-section ul { margin: 0 0 14px; padding-left: 20px; }
.om-legal-section li { font-size: 15px; line-height: 1.85; color: #33506e; margin-bottom: 7px; }
.om-legal-section a { color: var(--om-blue); text-decoration: underline; text-underline-offset: 3px; }
.om-legal-section a:hover { color: var(--om-blue-d); }
.om-legal-note { border-left: 3px solid var(--om-cyan); background: #f6fdfe; border-radius: 0 8px 8px 0;
  padding: 14px 16px; margin: 0 0 14px; }
.om-legal-note p:last-child { margin-bottom: 0; }
.om-legal-contact { margin-top: 40px; padding: 20px 22px; border: 1px solid var(--om-border);
  border-radius: 12px; background: #fff; max-width: 78ch; }
.om-legal-contact h2 { margin: 0 0 8px; font-size: 15px; color: var(--om-navy); }
.om-legal-contact p { margin: 0; font-size: 14.5px; line-height: 1.8; color: #33506e; }
.om-legal-dl { margin: 0 0 14px; }
.om-legal-dl dt { font-size: 13px; font-weight: 700; color: var(--om-navy); margin-top: 12px; }
.om-legal-dl dd { margin: 4px 0 0; font-size: 15px; line-height: 1.8; color: #33506e; }
@media (max-width: 680px) {
  .om-legal { padding: 34px 0 54px; }
  .om-legal-body { margin-top: 26px; }
  .om-legal-section p, .om-legal-section li { font-size: 14.5px; }
}
.om-legal-inline { padding: 13px 15px; border: 1px solid #dbe7f3; border-radius: 11px;
  background: #f8fbff; }
.om-legal-inline p { margin: 0; font-size: 12.5px; line-height: 1.7; color: var(--om-muted); }
.om-legal-inline a { color: var(--om-blue); text-decoration: underline; text-underline-offset: 2px; }
.om-legal-inline-note { margin-top: 7px !important; font-size: 11.5px !important; color: #7c92a8 !important; }
