/* Kalisecu — pages article (comparaisons, blog) */

body {
  background: #F8F6F0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  margin: 0;
}
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.art-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 32px 96px;
}

.art-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 28px;
  border-bottom: 1px solid #E8E2D2;
  margin-bottom: 56px;
}
.art-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #0F2A47;
}
.art-logo-mark {
  width: 32px; height: 32px; border-radius: 8px;
  background: #0F2A47; color: #FBF9F3;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 600; letter-spacing: -0.02em;
  position: relative;
}
.art-logo-mark::after {
  content: ''; position: absolute; inset: 3px;
  border-radius: 6px;
  border: 1px solid rgba(212, 162, 76, 0.4);
  pointer-events: none;
}
.art-back {
  font-size: 14px;
  color: #4A5568;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.art-back:hover { color: #0F2A47; }

.art-breadcrumb {
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.art-breadcrumb a { color: #0F2A47; }
.art-breadcrumb a:hover { text-decoration: underline; text-decoration-color: #D4A24C; }

.art-eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B7280;
  margin: 0 0 16px;
}

.art-h1 {
  font-size: 44px;
  font-weight: 600;
  color: #0F2A47;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 22px;
}

.art-lead {
  font-size: 20px;
  color: #4A5568;
  line-height: 1.55;
  margin: 0 0 36px;
}
.art-lead strong { color: #0F2A47; }

.art-meta {
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E2D2;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.art-meta a { color: #0F2A47; font-weight: 500; }

.art-body { font-size: 17px; color: #2A2A2A; line-height: 1.7; }
.art-body h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0F2A47;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 56px 0 18px;
}
.art-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0F2A47;
  margin: 36px 0 12px;
}
.art-body p { margin: 0 0 18px; }
.art-body strong { color: #0F2A47; font-weight: 600; }
.art-body a {
  color: #0F2A47;
  text-decoration: underline;
  text-decoration-color: #D4A24C;
  text-underline-offset: 3px;
}
.art-body a:hover { text-decoration-color: #0F2A47; }
.art-body ul, .art-body ol { padding-left: 22px; margin: 0 0 18px; }
.art-body li { margin-bottom: 8px; }

.art-callout {
  background: #FBF9F3;
  border: 1px solid #E8E2D2;
  border-left: 3px solid #D4A24C;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 16px;
  color: #1A1A1A;
}

/* Comparison table */
.cmp-wrap {
  overflow-x: auto;
  margin: 36px -8px;
  padding: 0 8px;
}
.cmp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  border: 1px solid #E8E2D2;
  border-radius: 12px;
  overflow: hidden;
}
.cmp-table th, .cmp-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #F1EEE6;
  text-align: left;
  vertical-align: top;
}
.cmp-table tbody tr:last-child td { border-bottom: 0; }
.cmp-table thead th {
  background: #FBF9F3;
  font-weight: 600;
  color: #0F2A47;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid #E8E2D2;
}
.cmp-table thead th:first-child { text-align: left; }
.cmp-table tbody td:first-child {
  font-weight: 500;
  color: #4A5568;
  white-space: nowrap;
}
.cmp-table tbody td:not(:first-child) {
  text-align: center;
}
.cmp-y { color: #166534; font-weight: 600; }
.cmp-n { color: #B91C1C; font-weight: 600; }
.cmp-mid { color: #B45309; font-weight: 500; }
.cmp-highlight { background: rgba(212, 162, 76, 0.08); }

.cmp-cta-block {
  margin: 48px -16px;
  padding: 36px 32px;
  background: linear-gradient(135deg, rgba(15, 42, 71, 0.04), #FBF6E9);
  border: 1px solid rgba(212, 162, 76, 0.4);
  border-radius: 14px;
  text-align: center;
}
.cmp-cta-block h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #0F2A47;
}
.cmp-cta-block p {
  margin: 0 0 22px;
  color: #4A5568;
  font-size: 16px;
}
.cmp-cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.cmp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.cmp-btn-primary {
  background: #0F2A47;
  color: #FBF9F3;
  border: 1px solid #0F2A47;
}
.cmp-btn-primary:hover { background: #15355A; }
.cmp-btn-secondary {
  background: transparent;
  color: #0F2A47;
  border: 1px solid #E8E2D2;
}
.cmp-btn-secondary:hover { background: rgba(15,42,71,0.04); border-color: #0F2A47; }

.art-update {
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid #E8E2D2;
  font-size: 13px;
  color: #6B7280;
  letter-spacing: 0.04em;
}

.art-foot {
  margin-top: 72px;
  padding-top: 28px;
  border-top: 1px solid #E8E2D2;
  font-size: 13px;
  color: #6B7280;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.art-foot a { color: #0F2A47; font-weight: 500; }

@media (max-width: 640px) {
  .art-h1 { font-size: 32px; }
  .art-lead { font-size: 17px; }
  .art-body h2 { font-size: 24px; }
  .art-page { padding: 20px 20px 64px; }
  .cmp-table { font-size: 13px; }
  .cmp-table th, .cmp-table td { padding: 10px 8px; }
}
