/* ================================================================
   SAAPHONE — Comparateur iPhone
   Cohérent avec le wizard reprise (mêmes couleurs, fonts, glassmorphism)
   ================================================================ */

.compare-section {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8F5 60%, #FAFAFA 100%);
  padding: 8px 0 60px;
  overflow: hidden;
}

.compare-section::before,
.compare-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
  z-index: 0;
}
.compare-section::before {
  width: 580px; height: 580px;
  top: -180px; right: -160px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.40) 0%, rgba(220, 38, 38, 0.20) 40%, transparent 75%);
  animation: compFloat 16s ease-in-out infinite;
}
.compare-section::after {
  width: 500px; height: 500px;
  bottom: -160px; left: -140px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.40) 0%, rgba(212, 175, 55, 0.18) 40%, transparent 75%);
  animation: compFloat 20s ease-in-out infinite reverse;
}
@keyframes compFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(50px, 30px) scale(1.10); }
  66%      { transform: translate(-30px, 60px) scale(1.15); }
}

.compare-page { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 32px 16px; }

/* ---------- 2 sélecteurs côte-à-côte ---------- */
.compare-pickers { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: stretch; margin-bottom: 36px; }
@media (max-width: 768px) { .compare-pickers { grid-template-columns: 1fr; } .compare-vs { display: none; } }

.picker-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 36px rgba(10, 22, 40, 0.07);
  position: relative;
  min-height: 220px;
}
.picker-card.selected { border: 2px solid var(--primary, #DC2626); box-shadow: 0 16px 44px rgba(220, 38, 38, 0.12); }

.picker-label { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.05rem; margin-bottom: 14px; color: var(--text, #0A1628); }
.picker-label .badge { background: var(--gradient, linear-gradient(135deg, #DC2626, #991B1B)); color: white; padding: 4px 12px; border-radius: 999px; font-size: 0.78rem; font-weight: 800; }
.picker-label.b .badge { background: linear-gradient(135deg, #D4AF37, #B8901F); }

.picker-search { position: relative; }
.picker-search input { width: 100%; padding: 14px 16px 14px 44px; border: 1px solid #E2E8F0; border-radius: 10px; font-size: 1rem; font-family: inherit; transition: border-color 0.2s, box-shadow 0.2s; }
.picker-search input:focus { outline: none; border-color: var(--primary, #DC2626); box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08); }
.picker-search .search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #94A3B8; pointer-events: none; }

.picker-results { background: white; border: 1px solid #E2E8F0; border-radius: 10px; max-height: 280px; overflow-y: auto; margin-top: 10px; display: none; }
.picker-results.open { display: block; }
.picker-results .item { padding: 12px 16px; cursor: pointer; border-bottom: 1px solid #F1F5F9; font-size: 0.95rem; font-weight: 500; transition: background 0.15s; }
.picker-results .item:last-child { border-bottom: 0; }
.picker-results .item:hover { background: var(--bg-soft, #FEF2F2); color: var(--primary, #DC2626); }
.picker-results .item .y { font-size: 0.78rem; color: var(--text-light, #64748B); margin-left: 6px; font-weight: 500; }

/* Modèle sélectionné — preview rapide */
.picker-preview { display: none; align-items: center; gap: 16px; margin-top: 14px; padding: 12px; background: var(--bg-soft, #FEF2F2); border-radius: 12px; }
.picker-preview.show { display: flex; }
.picker-preview img { width: 56px; height: 70px; object-fit: contain; }
.picker-preview .info { flex: 1; min-width: 0; }
.picker-preview .info strong { display: block; font-size: 1rem; font-weight: 800; color: var(--text); }
.picker-preview .info small { color: var(--text-light, #64748B); font-size: 0.82rem; }
.picker-preview .swap { background: white; border: 1px solid #E2E8F0; border-radius: 8px; padding: 6px 10px; font-size: 0.82rem; font-weight: 600; color: var(--text-light, #64748B); cursor: pointer; transition: all 0.2s; }
.picker-preview .swap:hover { border-color: var(--primary, #DC2626); color: var(--primary, #DC2626); }

/* VS au milieu */
.compare-vs { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 900; color: var(--primary, #DC2626); padding: 0 12px; }
.compare-vs .circle { width: 60px; height: 60px; border-radius: 50%; background: var(--gradient, linear-gradient(135deg, #DC2626, #991B1B)); color: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(220, 38, 38, 0.3); }

/* ---------- État vide ---------- */
.compare-empty { text-align: center; padding: 60px 20px; color: var(--text-light, #64748B); }
.compare-empty i { font-size: 3rem; color: var(--accent, #D4AF37); margin-bottom: 16px; }
.compare-empty h3 { font-size: 1.4rem; margin: 0 0 8px; color: var(--text, #0A1628); font-weight: 800; }

/* ---------- Section diff (insights) ---------- */
.compare-result { display: none; }
.compare-result.show { display: block; animation: compFadeIn 0.4s ease; }
@keyframes compFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.diff-headline { background: rgba(255,255,255,0.97); border-radius: 18px; padding: 28px; box-shadow: 0 12px 36px rgba(10, 22, 40, 0.07); border: 1px solid rgba(255,255,255,0.8); margin-bottom: 28px; }
.diff-headline h2 { margin: 0 0 18px; font-size: 1.5rem; font-weight: 900; }
.diff-headline h2 .a-name { color: var(--primary, #DC2626); }
.diff-headline h2 .b-name { color: #B8901F; }

.diff-list { display: flex; flex-direction: column; gap: 12px; }
.diff-item { display: flex; gap: 14px; padding: 14px 16px; background: var(--bg-soft, #FEF2F2); border-left: 3px solid var(--primary, #DC2626); border-radius: 10px; align-items: flex-start; }
.diff-item.equal { background: #F8FAFC; border-left-color: #94A3B8; }
.diff-item .diff-icon { width: 38px; height: 38px; border-radius: 10px; background: white; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; color: var(--primary, #DC2626); flex-shrink: 0; }
.diff-item.equal .diff-icon { color: #94A3B8; }
.diff-item .diff-text { flex: 1; }
.diff-item .diff-text small { display: block; color: var(--text-light, #64748B); font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.diff-item .diff-text p { margin: 0; font-size: 0.96rem; font-weight: 500; line-height: 1.45; color: var(--text, #0A1628); }
.diff-item .diff-text strong { font-weight: 800; color: var(--primary, #DC2626); }
.diff-item.equal .diff-text strong { color: var(--text, #0A1628); }

/* ---------- Tableau côte-à-côte ---------- */
.compare-table { background: rgba(255,255,255,0.97); border-radius: 18px; box-shadow: 0 12px 36px rgba(10, 22, 40, 0.07); border: 1px solid rgba(255,255,255,0.8); overflow: hidden; }

.compare-heads { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; background: var(--secondary, #0A1628); color: white; padding: 28px; gap: 16px; }
@media (max-width: 768px) { .compare-heads { grid-template-columns: 1fr 1fr; } .compare-heads .label-col { display: none; } }
.compare-heads .head-card { text-align: center; }
.compare-heads .head-card img { width: 100px; height: 130px; object-fit: contain; margin-bottom: 8px; }
.compare-heads .head-card strong { display: block; font-size: 1.05rem; font-weight: 800; }
.compare-heads .head-card small { color: var(--accent, #D4AF37); font-size: 0.82rem; font-weight: 600; }
.compare-heads .label-col { color: var(--accent, #D4AF37); font-weight: 800; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 1px; text-align: center; }

.compare-rows { padding: 4px 0; }
.compare-row { display: grid; grid-template-columns: 1fr 200px 1fr; align-items: center; padding: 9px 24px; border-bottom: 1px solid #F1F5F9; gap: 14px; font-size: 0.92rem; }
@media (max-width: 768px) { .compare-row { grid-template-columns: 1fr 1fr; padding: 9px 16px; } .compare-row .row-label { grid-column: 1/-1; padding-bottom: 2px; color: var(--text-light, #64748B); font-weight: 700; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.5px; text-align: left; } }
.compare-row:last-child { border-bottom: 0; }
.compare-row.section-header { background: var(--bg-soft, #FEF2F2); padding: 11px 24px; }
.compare-row.section-header strong { grid-column: 1/-1; color: var(--primary, #DC2626); font-weight: 900; text-transform: uppercase; letter-spacing: 1px; font-size: 0.82rem; }
.compare-row .row-label { text-align: center; color: var(--text-light, #64748B); font-weight: 700; font-size: 0.85rem; }
.compare-row .row-value { text-align: center; font-weight: 600; }
.compare-row .row-value.better { color: var(--primary, #DC2626); font-weight: 800; }
.compare-row .row-value.better::before { content: "★ "; }
.compare-row .row-value.equal { color: var(--text); }
.compare-row .row-value.worse { color: var(--text-light, #64748B); }

/* === Mode COMPACT par défaut : on cache tout ce qui est identique === */
/* Cache les rows où A === B (jusqu'à toggle "Voir caractéristiques identiques") */
.compare-rows .row-same { display: none; }
.compare-rows .section-all-same { display: none; }
.compare-rows.show-all .row-same { display: grid; }
.compare-rows.show-all .section-all-same { display: grid; }

/* Bouton toggle "Voir caractéristiques identiques" */
.compare-table-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--bg-light, #FAFAFA);
  border: 0;
  border-top: 1px solid #F1F5F9;
  padding: 14px 18px;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-light, #64748B);
  cursor: pointer;
  transition: all 0.2s;
}
.compare-table-toggle:hover {
  background: var(--bg-soft, #FEF2F2);
  color: var(--primary, #DC2626);
}
.compare-table-toggle i { font-size: 0.9rem; }

/* ---------- CTAs finaux (3 boutons : acheter A, acheter B, vendre) ---------- */
.compare-ctas { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 24px; }
@media (max-width: 900px) { .compare-ctas { grid-template-columns: 1fr 1fr; } .compare-ctas .compare-cta.sell { grid-column: 1 / -1; } }
@media (max-width: 600px) { .compare-ctas { grid-template-columns: 1fr; } .compare-ctas .compare-cta.sell { grid-column: auto; } }
.compare-cta { display: block; padding: 22px; border-radius: 14px; text-decoration: none; transition: all 0.2s; box-shadow: 0 8px 24px rgba(10, 22, 40, 0.08); }
.compare-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(10, 22, 40, 0.12); }
.compare-cta.buy { background: var(--gradient, linear-gradient(135deg, #DC2626, #991B1B)); color: white; }
.compare-cta.sell { background: var(--secondary, #0A1628); color: white; }
.compare-cta strong { display: block; font-size: 1.1rem; font-weight: 800; margin-bottom: 4px; }
.compare-cta strong i { margin-right: 8px; }
.compare-cta small { display: block; font-size: 0.9rem; opacity: 0.92; }

/* ---------- Header de page ---------- */
.compare-hero { text-align: center; padding: 24px 16px 36px; }
.compare-hero h1 { font-size: 2.3rem; margin: 0 0 12px; font-weight: 900; line-height: 1.2; }
.compare-hero h1 .accent { color: var(--primary, #DC2626); }
.compare-hero p { color: var(--text-light, #475569); font-size: 1.05rem; max-width: 680px; margin: 0 auto; font-weight: 500; }

/* Polices renforcées partout dans la page */
.compare-page, .compare-page * { font-family: 'Satoshi', system-ui, -apple-system, sans-serif; }

/* ================================================================
   TERMES EXPLICATIFS — soulignés, cliquables, popup éducatif
   ================================================================ */
.compare-page .explain {
  text-decoration: underline dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: var(--accent, #D4AF37);
  cursor: help;
  font-weight: 700;
  color: var(--primary, #DC2626);
  transition: background 0.15s, color 0.15s;
  padding: 0 2px;
  border-radius: 3px;
}
.compare-page .explain:hover { background: var(--bg-soft, #FEF2F2); color: var(--primary-dark, #991B1B); }
.compare-page .explain::after {
  content: " ⓘ";
  font-size: 0.8em;
  opacity: 0.7;
  font-weight: 400;
}

.compare-intro-edu { margin-top: 12px !important; font-size: 0.95rem !important; color: var(--text-light, #475569) !important; }

/* Popup explicative */
.explain-popup {
  position: fixed;
  inset: 0;
  background: rgba(10, 22, 40, 0.55);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 16px;
  animation: explainPopupFade 0.2s ease;
}
.explain-popup.show { display: flex; }
@keyframes explainPopupFade { from { opacity: 0; } to { opacity: 1; } }

.explain-popup-inner {
  background: white;
  border-radius: 20px;
  padding: 28px;
  max-width: 640px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  box-shadow: 0 24px 64px rgba(10, 22, 40, 0.30);
  position: relative;
  animation: explainPopupSlide 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes explainPopupSlide { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.explain-popup-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 38px; height: 38px;
  background: var(--bg-light, #FAFAFA);
  border: 0;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-light, #64748B);
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
}
.explain-popup-close:hover { background: var(--bg-soft, #FEF2F2); color: var(--primary, #DC2626); transform: rotate(90deg); }

/* Header — icône + titres alignés horizontalement */
.explain-popup-header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding-right: 50px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #F1F5F9;
}
.explain-popup-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--gradient, linear-gradient(135deg, #DC2626, #991B1B));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.25);
}
.explain-popup-titles { flex: 1; min-width: 0; }
.explain-popup-titles h3 { font-size: 1.35rem; font-weight: 900; margin: 0 0 6px; color: var(--text, #0A1628); line-height: 1.25; }
.explain-popup-short { font-size: 0.95rem; font-weight: 600; color: var(--primary, #DC2626); margin: 0; line-height: 1.4; }

/* Body — sections aérées */
.explain-popup-body { display: flex; flex-direction: column; gap: 16px; }

.ex-paragraph {
  font-size: 0.97rem;
  line-height: 1.65;
  color: var(--text, #0A1628);
  margin: 0;
  font-weight: 500;
}
.ex-paragraph:not(:first-child) { margin-top: 4px; }

/* Bullets — liste à puces avec icônes */
.ex-bullets {
  list-style: none;
  margin: 0;
  padding: 14px 16px;
  background: var(--bg-light, #FAFAFA);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ex-bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.93rem;
  line-height: 1.5;
  color: var(--text, #0A1628);
  font-weight: 500;
}
.ex-bullet-icon {
  color: var(--primary, #DC2626);
  font-size: 0.85rem;
  margin-top: 4px;
  flex-shrink: 0;
}

/* Comparaison — grid de cards (2-3 colonnes selon nb) */
.ex-comparison {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
.ex-comp-card {
  background: var(--bg-light, #FAFAFA);
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ex-comp-head {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E8F0;
}
.ex-comp-head i {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: white;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary, #DC2626);
  font-size: 0.85rem;
  flex-shrink: 0;
}
.ex-comp-head strong { font-size: 0.98rem; font-weight: 800; color: var(--text, #0A1628); }
.ex-comp-content {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--text-light, #475569);
  margin: 0;
  font-weight: 500;
}
.ex-comp-pros, .ex-comp-cons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ex-comp-pros li, .ex-comp-cons li {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 500;
  color: var(--text, #0A1628);
}
.ex-pro-icon { color: #10B981; font-size: 0.7rem; margin-top: 4px; flex-shrink: 0; }
.ex-con-icon { color: #94A3B8; font-size: 0.7rem; margin-top: 4px; flex-shrink: 0; }

/* Verdict — callout final mis en avant */
.ex-verdict {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: linear-gradient(135deg, #FEF2F2 0%, #FFFBEB 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-left: 3px solid var(--accent, #D4AF37);
  border-radius: 12px;
  padding: 14px 16px;
}
.ex-verdict i {
  color: var(--accent, #D4AF37);
  font-size: 1.05rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.ex-verdict p {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text, #0A1628);
  margin: 0;
  font-weight: 600;
}

/* ================================================================
   DISCLAIMER (sourcing données)
   ================================================================ */
.compare-disclaimer {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #E2E8F0;
  border-left: 3px solid var(--accent, #D4AF37);
  border-radius: 12px;
  padding: 16px 20px;
  margin: 20px 0;
}
.compare-disclaimer i { color: var(--accent, #D4AF37); font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.compare-disclaimer p { margin: 0; font-size: 0.88rem; line-height: 1.55; color: var(--text-light, #475569); font-weight: 500; }
.compare-disclaimer p strong { color: var(--text, #0A1628); font-weight: 800; }
.compare-disclaimer p a { color: var(--primary, #DC2626); text-decoration: underline; font-weight: 700; }

/* ================================================================
   GLOSSAIRE — contenu SEO indexable + tooltips dynamiques
   ================================================================ */
.compare-glossary {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 18px;
  padding: 36px;
  margin-top: 36px;
  box-shadow: 0 12px 36px rgba(10, 22, 40, 0.06);
}
.compare-glossary h2 {
  font-size: 1.7rem;
  font-weight: 900;
  margin: 0 0 12px;
  color: var(--text, #0A1628);
  line-height: 1.25;
}
.glossary-intro { color: var(--text-light, #475569); font-size: 1rem; font-weight: 500; margin: 0 0 28px; line-height: 1.55; }

.glossary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.glossary-item {
  background: var(--bg-light, #FAFAFA);
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 18px 20px;
  transition: all 0.2s;
  cursor: pointer;
}
.glossary-item:hover {
  border-color: var(--primary, #DC2626);
  background: var(--bg-soft, #FEF2F2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.08);
}
.glossary-item .gl-head { display: flex; gap: 12px; align-items: center; margin-bottom: 8px; }
.glossary-item .gl-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: white;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary, #DC2626);
  font-size: 1rem;
  flex-shrink: 0;
}
.glossary-item .gl-term { font-weight: 800; font-size: 0.98rem; color: var(--text, #0A1628); line-height: 1.25; }
.glossary-item .gl-short { font-size: 0.88rem; color: var(--text-light, #475569); margin: 0; line-height: 1.5; font-weight: 500; }

/* ================================================================
   FAQ — contenu SEO indexable
   ================================================================ */
.compare-faq {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 18px;
  padding: 36px;
  margin-top: 24px;
  box-shadow: 0 12px 36px rgba(10, 22, 40, 0.06);
}
.compare-faq h2 {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 0 24px;
  color: var(--text, #0A1628);
  line-height: 1.25;
}
.compare-faq details {
  background: var(--bg-light, #FAFAFA);
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.2s;
}
.compare-faq details:hover { border-color: var(--primary, #DC2626); }
.compare-faq details[open] { border-color: var(--primary, #DC2626); background: var(--bg-soft, #FEF2F2); }
.compare-faq summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text, #0A1628);
  list-style: none;
  position: relative;
  padding-right: 48px;
}
.compare-faq summary::-webkit-details-marker { display: none; }
.compare-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--primary, #DC2626);
  font-weight: 700;
  transition: transform 0.2s;
}
.compare-faq details[open] summary::after { content: "−"; }
.compare-faq details p {
  padding: 0 20px 18px;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text, #0A1628);
  font-weight: 500;
}
.compare-faq details p strong { font-weight: 800; }

/* ================================================================
   SWAP BUTTON A↔B — bouton pour intervertir les 2 modèles
   ================================================================ */
.compare-vs .swap-ab {
  margin-top: 12px;
  background: white;
  border: 1.5px solid #E2E8F0;
  border-radius: 999px;
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  color: var(--text-light, #64748B);
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(10,22,40,0.06);
}
.compare-vs .swap-ab:hover {
  border-color: var(--primary, #DC2626);
  color: var(--primary, #DC2626);
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .compare-vs { display: flex !important; flex-direction: row; gap: 12px; padding: 8px 0; }
  .compare-vs .swap-ab { margin-top: 0; }
}

/* ================================================================
   ACCESSIBILITÉ — focus visible
   ================================================================ */
.picker-results .item:focus,
.glossary-item:focus,
.compare-page button:focus,
.compare-page a:focus {
  outline: 2px solid var(--primary, #DC2626);
  outline-offset: 2px;
}
.picker-search input:focus { /* déjà défini plus haut */ }
.compare-page .explain:focus {
  outline: 2px solid var(--primary, #DC2626);
  outline-offset: 2px;
  background: var(--bg-soft, #FEF2F2);
}

/* ================================================================
   VERDICT BANNER — synthèse en 3 secondes (au-dessus des insights)
   ================================================================ */
.verdict-banner {
  background: linear-gradient(135deg, var(--secondary, #0A1628) 0%, #1E293B 100%);
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 28px;
  box-shadow: 0 16px 44px rgba(10, 22, 40, 0.18);
  position: relative;
  overflow: hidden;
}
.verdict-banner::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.20) 0%, transparent 70%);
  pointer-events: none;
}

.verdict-title {
  color: var(--accent, #D4AF37);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.verdict-title::before {
  content: '⚡';
  font-size: 1.2rem;
}

.verdict-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  position: relative;
  z-index: 1;
}

.verdict-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 16px;
  transition: all 0.2s;
}
.verdict-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(212, 175, 55, 0.30);
  transform: translateY(-2px);
}
.verdict-card.tie {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.15);
}

.verdict-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.verdict-head i {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--gradient, linear-gradient(135deg, #DC2626, #991B1B));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: white;
  flex-shrink: 0;
}
.verdict-card.tie .verdict-head i {
  background: linear-gradient(135deg, #D4AF37, #B8901F);
}
.verdict-label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.verdict-winner {
  margin-bottom: 6px;
}
.verdict-winner strong {
  color: white;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}
.verdict-detail {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  margin: 0;
  line-height: 1.45;
  font-weight: 500;
}

/* ================================================================
   ROW TRIVIAL — masque visuellement les rows tautologiques
   (le contenu reste dans le DOM pour SEO)
   ================================================================ */
.row-trivial { display: none; }

/* ================================================================
   APPS COMPATIBILITY BLOCK — différenciateur SaaPhone unique
   ================================================================ */
.apps-compat-section {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 18px;
  padding: 32px;
  margin-bottom: 28px;
  box-shadow: 0 12px 36px rgba(10, 22, 40, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.apps-compat-section .section-h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text, #0A1628);
}
.apps-compat-section .section-h2 i { color: var(--primary, #DC2626); font-size: 1.3rem; }
.apps-compat-section .section-intro {
  margin: 0 0 24px;
  color: var(--text-light, #475569);
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 500;
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.apps-cat-block {
  background: var(--bg-light, #FAFAFA);
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px solid #E2E8F0;
}
.apps-cat-title {
  margin: 0 0 12px;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--primary, #DC2626);
}
.apps-list { display: flex; flex-direction: column; gap: 10px; }
.apps-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 8px 4px;
  border-bottom: 1px solid #F1F5F9;
}
.apps-row:last-child { border-bottom: 0; }
.apps-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text, #0A1628);
}
.apps-label i { font-size: 1rem; width: 22px; text-align: center; }
.apps-status {
  width: 26px; height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.apps-status-ok { background: #ECFDF5; color: #10B981; }
.apps-status-limited { background: #FFFBEB; color: #F59E0B; }
.apps-status-ko { background: #FEF2F2; color: #DC2626; }

/* === V2 design (validé council) : bandeau compact + diffs + FAQ + details === */

/* Bandeau compact en haut */
.apps-banner {
  background: linear-gradient(135deg, var(--bg-soft, #FEF2F2) 0%, #FFFBEB 100%);
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 24px;
  border: 1px solid rgba(220, 38, 38, 0.10);
}
.apps-banner-intro {
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 0 16px;
  color: var(--text, #0A1628);
  font-weight: 500;
}
.apps-banner-intro strong { font-weight: 800; color: var(--primary, #DC2626); }

.apps-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}
.apps-pill {
  background: white;
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(220, 38, 38, 0.12);
  text-align: center;
}
.apps-pill-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-light, #64748B);
  margin-bottom: 6px;
}
.apps-pill-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  font-size: 1.1rem;
}
.apps-pill-a, .apps-pill-b {
  color: var(--text, #0A1628);
  background: var(--bg-light, #FAFAFA);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.95rem;
}
.apps-pill-a.full, .apps-pill-b.full {
  background: #ECFDF5;
  color: #10B981;
}
.apps-pill-sep {
  color: var(--text-light, #64748B);
  font-size: 0.8rem;
  font-weight: 600;
}

/* Section différences (par défaut visible) */
.apps-diff-section { margin-bottom: 24px; }
.apps-diff-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text, #0A1628);
}
.apps-diff-title::before {
  content: "⚡";
  font-size: 1.1rem;
}
.apps-diff-empty {
  background: #ECFDF5;
  border-left: 3px solid #10B981;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text, #0A1628);
}
.apps-diff-empty i { color: #10B981; margin-right: 6px; }
.apps-diff-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.apps-diff-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  background: var(--bg-light, #FAFAFA);
  border-radius: 10px;
  border: 1px solid #E2E8F0;
}
@media (max-width: 600px) { .apps-diff-row { grid-template-columns: 1fr; } }
.apps-diff-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.95rem;
}
.apps-diff-label i { font-size: 1.1rem; width: 22px; text-align: center; }
.apps-diff-status {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.apps-diff-status.apps-status-ok { background: #ECFDF5; color: #10B981; }
.apps-diff-status.apps-status-limited { background: #FFFBEB; color: #F59E0B; }
.apps-diff-status.apps-status-ko { background: #FEF2F2; color: #DC2626; }

/* FAQ courtes */
.apps-faq-section { margin-bottom: 24px; }
.apps-faq-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.apps-faq-title::before {
  content: "❓";
  font-size: 1rem;
}
.apps-faq-item {
  background: var(--bg-light, #FAFAFA);
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  margin-bottom: 8px;
  transition: border-color 0.2s;
}
.apps-faq-item:hover, .apps-faq-item[open] { border-color: var(--primary, #DC2626); }
.apps-faq-item summary {
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  list-style: none;
  position: relative;
  padding-right: 40px;
  color: var(--text, #0A1628);
}
.apps-faq-item summary::-webkit-details-marker { display: none; }
.apps-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--primary, #DC2626);
  font-weight: 700;
}
.apps-faq-item[open] summary::after { content: "−"; }
.apps-faq-item p {
  padding: 0 16px 14px;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text, #0A1628);
  font-weight: 500;
}

/* ================================================================
   APPS FULLGRID — toujours visible, 3 col dense, diffs surlignées
   (refacto 2026-05-07 : <details> retiré pour SEO HCU)
   ================================================================ */
.apps-fullgrid-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #E2E8F0;
}
.apps-fullgrid-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark, #0A1628);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.apps-fullgrid-title i { color: var(--accent, #D4AF37); font-size: 0.95rem; }
.apps-fullgrid-intro {
  margin: 0 0 18px;
  color: var(--text-light, #64748B);
  font-size: 0.88rem;
  line-height: 1.5;
}

.apps-fullgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.apps-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 10px 12px;
  transition: all 0.18s;
  position: relative;
}
.apps-card:hover { border-color: #CBD5E1; box-shadow: 0 4px 12px rgba(10, 22, 40, 0.06); }
.apps-card-diff {
  border: 2px solid #DC2626;
  background: linear-gradient(135deg, #FEF2F2 0%, #FFFFFF 60%);
}
.apps-card-diff::before {
  content: "★";
  position: absolute;
  top: 6px;
  right: 8px;
  color: #DC2626;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}
.apps-card-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}
.apps-card-head i {
  font-size: 1.05rem;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
}
.apps-card-name-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.apps-card-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--dark, #0A1628);
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apps-card-cat {
  font-size: 0.65rem;
  color: var(--text-light, #94A3B8);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.apps-card-status {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.apps-card-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 5px 6px;
  border-radius: 7px;
  text-align: center;
  line-height: 1.1;
}
.apps-card-pill i { font-size: 0.78rem; }
.apps-pill-ok { background: #DCFCE7; color: #15803D; border: 1px solid #BBF7D0; }
.apps-pill-limited { background: #FEF3C7; color: #B45309; border: 1px solid #FDE68A; }
.apps-pill-ko { background: #FEE2E2; color: #B91C1C; border: 1px solid #FECACA; }
.apps-card-pill-text { font-size: 0.68rem; }

@media (max-width: 768px) {
  .apps-fullgrid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
  .apps-card { padding: 8px 10px; }
  .apps-card-name { font-size: 0.82rem; }
  .apps-card-pill-text { display: none; }
  .apps-card-pill { padding: 7px 4px; }
}

/* ================================================================
   PROFILS D'USAGE — recommandation contextuelle SaaPhone
   ================================================================ */
.profiles-section {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 18px;
  padding: 32px;
  margin-bottom: 28px;
  box-shadow: 0 12px 36px rgba(10, 22, 40, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.profiles-section .section-h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.profiles-section .section-h2 i { color: var(--accent, #D4AF37); font-size: 1.3rem; }
.profiles-section .section-intro { margin: 0 0 24px; color: var(--text-light, #475569); font-size: 0.95rem; line-height: 1.55; font-weight: 500; }

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.profile-card {
  background: var(--bg-light, #FAFAFA);
  border: 1px solid #E2E8F0;
  border-left: 3px solid var(--accent, #D4AF37);
  border-radius: 14px;
  padding: 18px;
  transition: all 0.2s;
}
.profile-card:hover {
  border-left-color: var(--primary, #DC2626);
  background: var(--bg-soft, #FEF2F2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.08);
}
.profile-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.profile-head i {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--gradient, linear-gradient(135deg, #DC2626, #991B1B));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.profile-head strong { font-size: 1rem; font-weight: 800; }
.profile-desc {
  font-size: 0.88rem;
  color: var(--text-light, #475569);
  margin: 0 0 14px;
  line-height: 1.45;
  font-weight: 500;
}
.profile-verdict {
  background: white;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  border-left: 2px solid var(--primary, #DC2626);
}
.profile-verdict strong { display: block; margin-bottom: 4px; font-size: 0.92rem; }
.profile-verdict strong.ok { color: #10B981; }
.profile-verdict strong.ko { color: #DC2626; }
.profile-verdict p { margin: 0; font-size: 0.86rem; line-height: 1.5; font-weight: 500; color: var(--text, #0A1628); }
.profile-apps small { font-size: 0.78rem; color: var(--text-light, #64748B); font-weight: 500; line-height: 1.4; display: block; }

/* ================================================================
   « VOIR PLUS » expandable (insights pliables)
   ================================================================ */
.diff-more {
  background: var(--bg-light, #FAFAFA);
  border: 1px dashed #E2E8F0;
  border-radius: 12px;
  margin-top: 8px;
  transition: all 0.2s;
}
.diff-more[open] {
  border-style: solid;
  border-color: #E2E8F0;
}
.diff-more summary {
  padding: 14px 18px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-light, #64748B);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
}
.diff-more summary::-webkit-details-marker { display: none; }
.diff-more summary:hover { color: var(--primary, #DC2626); }
.diff-more summary i {
  transition: transform 0.2s;
  font-size: 0.85rem;
}
.diff-more[open] summary i { transform: rotate(180deg); }
.diff-more[open] summary { color: var(--primary, #DC2626); border-bottom: 1px solid #F1F5F9; }
.diff-more .diff-item {
  margin: 8px 12px;
  background: white;
}
.diff-more .diff-item:last-child { margin-bottom: 12px; }

/* ================================================================
   VERDICT SNIPPET 50 mots — featured snippet target (premier après H1)
   ================================================================ */
.verdict-snippet {
  background: linear-gradient(135deg, #FEF2F2 0%, #FFFFFF 70%);
  border: 1px solid #FECACA;
  border-left: 4px solid var(--primary, #DC2626);
  border-radius: 14px;
  padding: 18px 24px;
  margin-bottom: 18px;
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.06);
}
.verdict-snippet-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--dark, #0A1628);
  font-weight: 500;
}
.verdict-snippet-text strong {
  color: var(--primary, #DC2626);
  font-weight: 800;
}

/* ================================================================
   DIFF NUMBERS BANNER — pastilles +X% / -Yg / +Z h
   ================================================================ */
.diff-numbers-banner {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 18px;
  box-shadow: 0 12px 36px rgba(10, 22, 40, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.diff-numbers-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--dark, #0A1628);
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.diff-numbers-title i { color: var(--accent, #D4AF37); font-size: 1rem; }
.diff-numbers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}
.diff-number-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.diff-number-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent-c, #DC2626);
  border-radius: 12px 12px 0 0;
}
.diff-number-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(10, 22, 40, 0.08);
}
.diff-number-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 10px;
  border-radius: 10px;
  background: rgba(220, 38, 38, 0.08);
  background: color-mix(in srgb, var(--accent-c, #DC2626) 12%, white);
  color: var(--accent-c, #DC2626);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.diff-number-value {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--accent-c, #DC2626);
  line-height: 1;
  margin-bottom: 6px;
}
.diff-number-label {
  font-size: 0.78rem;
  color: var(--text-light, #475569);
  font-weight: 600;
  line-height: 1.3;
}
.diff-number-label small {
  display: block;
  font-size: 0.7rem;
  color: var(--text-light, #94A3B8);
  font-weight: 500;
  margin-top: 2px;
}
.diff-numbers-empty {
  text-align: center;
  color: var(--text-light, #64748B);
  font-style: italic;
  margin: 0;
}

/* ================================================================
   TIMELINE iOS — combien d'années chaque iPhone est encore supporté
   ================================================================ */
.ios-timeline {
  background: linear-gradient(135deg, #F0F9FF 0%, #FFFFFF 80%);
  border: 1px solid #BAE6FD;
  border-radius: 18px;
  padding: 24px;
  margin: 18px 0;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.06);
}
.ios-timeline-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--dark, #0A1628);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ios-timeline-title i { color: #0EA5E9; }
.ios-timeline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.ios-timeline-card {
  background: white;
  border: 1px solid #E0F2FE;
  border-radius: 12px;
  padding: 16px;
}
.ios-timeline-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-light, #64748B);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.ios-timeline-main {
  font-size: 1.4rem;
  color: var(--dark, #0A1628);
  font-weight: 600;
  margin-bottom: 8px;
}
.ios-timeline-main strong {
  font-weight: 900;
  color: #0EA5E9;
}
.ios-timeline-sub { font-size: 0.85rem; line-height: 1.4; }
.ios-timeline-ok { color: #10B981; font-weight: 600; }
.ios-timeline-warn { color: #F59E0B; font-weight: 600; }
.ios-timeline-ko { color: #DC2626; font-weight: 600; }
.ios-timeline-explain {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-light, #475569);
  line-height: 1.55;
  background: rgba(14, 165, 233, 0.06);
  padding: 12px 14px;
  border-radius: 10px;
}

@media (max-width: 600px) {
  .ios-timeline-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   TABLE HTML NATIVE — featured snippet target
   ================================================================ */
.compare-native-table-wrap {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 18px;
  padding: 24px;
  margin: 18px 0;
  box-shadow: 0 12px 36px rgba(10, 22, 40, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow-x: auto;
}
.native-table-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--dark, #0A1628);
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.native-table-title i { color: var(--accent, #D4AF37); font-size: 1rem; }
.native-table-intro {
  font-size: 0.85rem;
  color: var(--text-light, #64748B);
  margin: 0 0 14px;
}
.native-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  background: white;
  border-radius: 12px;
  overflow: hidden;
}
.native-compare-table thead th {
  background: linear-gradient(135deg, #0A1628, #1E293B);
  color: white;
  font-weight: 800;
  text-align: left;
  padding: 12px 14px;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}
.native-compare-table tbody th {
  text-align: left;
  font-weight: 700;
  background: #F8FAFC;
  color: var(--text-light, #475569);
  padding: 10px 14px;
  border-bottom: 1px solid #E2E8F0;
  width: 38%;
  font-size: 0.85rem;
}
.native-compare-table tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid #E2E8F0;
  color: var(--dark, #0A1628);
  font-weight: 500;
}
.native-compare-table tbody tr:hover td,
.native-compare-table tbody tr:hover th { background: #FEF2F2; }
.native-compare-table tbody tr:last-child td,
.native-compare-table tbody tr:last-child th { border-bottom: none; }

@media (max-width: 600px) {
  .native-compare-table { font-size: 0.8rem; }
  .native-compare-table thead th,
  .native-compare-table tbody td,
  .native-compare-table tbody th { padding: 8px 10px; }
}
