/* WMS karşılaştırma sayfası (ARC-02) */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
.cmp-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 2rem) 1rem 3rem;
  color: #0f172a;
  font-family: "DM Sans", system-ui, sans-serif;
}
.cmp-hero { text-align: center; max-width: 44rem; margin: 0 auto 1.75rem; }
.cmp-hero h1 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.6rem;
}
.cmp-hero h1 em { font-style: normal; color: #2563eb; }
.cmp-hero p { color: #475569; line-height: 1.6; margin: 0; }
.cmp-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}
@media (max-width: 860px) { .cmp-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .cmp-controls { grid-template-columns: 1fr; } }
.cmp-slot { display: flex; flex-direction: column; gap: 0.3rem; font-size: 0.78rem; font-weight: 600; color: #475569; }
.cmp-slot select {
  font: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  color: #0f172a;
  padding: 0.55rem 0.6rem;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 9px;
  background: #fff;
  min-width: 0;
}
.cmp-slot select:focus-visible, .cmp-btn:focus-visible, .cmp-check input:focus-visible { outline: 2px solid #2563eb; outline-offset: 2px; }
.cmp-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.25rem; margin-bottom: 0.5rem; }
.cmp-check { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.9rem; cursor: pointer; }
.cmp-btn {
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  border-radius: 9px;
  border: 1px solid rgba(37, 99, 235, 0.35);
  background: #fff;
  color: #1d4ed8;
  cursor: pointer;
}
.cmp-btn:hover { background: rgba(37, 99, 235, 0.08); }
.cmp-copied { font-size: 0.82rem; color: #15803d; }
.cmp-legend { font-size: 0.8rem; color: #64748b; margin: 0 0 1rem; }
.cmp-empty {
  padding: 2rem 1rem;
  text-align: center;
  color: #475569;
  border: 1px dashed rgba(15, 23, 42, 0.2);
  border-radius: 12px;
  background: #fff;
}
.cmp-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}
.cmp-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 560px; }
.cmp-table th, .cmp-table td {
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  text-align: left;
  vertical-align: top;
}
.cmp-table thead th {
  position: sticky;
  top: 0;
  background: #f8fafc;
  font-family: "Outfit", sans-serif;
  font-size: 0.98rem;
  z-index: 1;
}
.cmp-table tbody th[scope="row"] { font-weight: 500; color: #334155; width: 26%; }
.cmp-table td { overflow-wrap: anywhere; }
.cmp-table td a { color: #2563eb; }
.cmp-section th {
  background: rgba(37, 99, 235, 0.06);
  color: #1d4ed8;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cmp-ok { color: #15803d; font-weight: 700; }
.cmp-no { color: #94a3b8; }
.cmp-note { font-size: 0.8rem; color: #64748b; margin: 1rem 0 0; line-height: 1.55; }
.cmp-note a { color: #2563eb; }
.cmp-body .home-foot {
  text-align: center;
  font-size: 0.8rem;
  color: #64748b;
  padding: 1.5rem 1rem 2.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
@media print {
  #site-header-mount, .site-header, .cmp-controls, .cmp-tools, .home-foot { display: none !important; }
  .cmp-page { padding: 0; max-width: none; }
  .cmp-table-wrap { overflow: visible; box-shadow: none; }
  .cmp-table { min-width: 0; font-size: 0.8rem; }
  .cmp-table thead th { position: static; }
  .cmp-table tr { break-inside: avoid; }
}
.cmp-btn--primary { background: #2563eb; color: #fff; border-color: #2563eb; }
.cmp-btn--primary:hover { background: #1d4ed8; }
