/* Sendgate — pages internes (manifesto confidentialité, roadmap). Complète blog.css. */

/* Hero de page */
.page-hero { padding: 30px 0 6px; }
.page-hero .eyebrow { display: inline-block; background: var(--lime); color: #3C5520; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 6px 12px; border-radius: 7px; }
.page-hero h1 { font-family: var(--sg-heading); font-weight: 500; font-size: clamp(34px, 5vw, 52px); color: var(--navy); letter-spacing: -.01em; line-height: 1.1; margin: 16px 0 0; }
.page-hero .lede { color: var(--muted); font-size: 19px; margin-top: 14px; max-width: 680px; line-height: 1.6; }
/* Le conteneur s'aligne sur la nav (1120) ; le contenu reste lisible (880) et calé à gauche → logo et contenu alignés. */
.page-wrap { max-width: 1120px; }
.page-wrap > * { max-width: 880px; }

/* Manifesto — principes */
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 40px 0; }
@media (max-width: 860px) { .principles { grid-template-columns: 1fr; } }
.principle { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; box-shadow: var(--shadow-sm); }
.principle .pn { width: 36px; height: 36px; border-radius: 10px; background: var(--lime); color: var(--navy); display: grid; place-items: center; margin-bottom: 13px; }
.principle .pn svg { width: 19px; height: 19px; }
.principle h3 { font-family: var(--sg-heading); font-weight: 600; font-size: 19px; color: var(--navy); margin-bottom: 6px; }
.principle p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }

/* Manifesto — ce qu'on stocke / pas */
.store { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 34px 0; }
@media (max-width: 760px) { .store { grid-template-columns: 1fr; } }
.store-col { border: 1px solid var(--line); border-radius: var(--r); padding: 24px; background: #fff; }
.store-col.no { background: var(--soft); }
.store-col h3 { font-family: var(--sg-heading); font-weight: 600; font-size: 20px; margin-bottom: 16px; }
.store-col.yes h3 { color: var(--navy); }
.store-col.no h3 { color: #9A4B3B; }
.store-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.store-col li { position: relative; padding-left: 31px; font-size: 14.5px; color: var(--ink); line-height: 1.5; }
.store-col li:before { content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 6px; background-position: center; background-repeat: no-repeat; background-size: 13px; }
.store-col.yes li:before { background-color: #E6F4D8; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23263B6A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }
.store-col.no li:before { background-color: #FBE6E0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23B9492F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E"); }

/* Roadmap */
.rm-filters { display: flex; gap: 9px; flex-wrap: wrap; margin: 26px 0 6px; }
.rm-chip { font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--muted); }
.rm-chip.on { background: var(--lime); color: var(--navy); border-color: transparent; }
.rm-note { font-size: 13px; color: var(--muted); background: var(--soft); border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px; margin: 8px 0; display: inline-flex; gap: 8px; align-items: center; }
.rm-note svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--blue); }
.rm-grid { display: flex; flex-direction: column; gap: 14px; padding: 22px 0 60px; }
.rm-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.rm-up { flex: 0 0 60px; display: flex; flex-direction: column; align-items: center; gap: 1px; border: 1.5px solid var(--line); border-radius: 11px; padding: 9px 0; color: var(--navy); background: var(--bg); cursor: default; }
.rm-up svg { width: 16px; height: 16px; }
.rm-up .c { font-family: var(--sg-heading); font-weight: 600; font-size: 18px; line-height: 1; }
.rm-body { flex: 1; min-width: 0; }
.rm-card h3 { font-family: var(--sg-heading); font-weight: 600; font-size: 18.5px; color: var(--navy); margin-bottom: 5px; line-height: 1.25; }
.rm-card p { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.rm-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; align-items: center; }
.rm-cat { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; padding: 3px 9px; border-radius: 999px; background: #EEF2F8; color: var(--navy); }
.rm-status { font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 999px; }
.rm-status.review { background: #F1F2F4; color: #7C8498; }
.rm-status.planned { background: #E6EAF4; color: var(--blue); }
.rm-status.progress { background: #FFF4E0; color: #B8842A; }
.rm-status.shipped { background: #E6F4D8; color: var(--green-d); }
