
/* Globin Engineering — homepage/examples updates */
.secondary-system-strip{margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.secondary-system-card{border:1px solid rgba(151,174,204,.48);border-radius:18px;padding:16px 18px;background:rgba(255,255,255,.64);box-shadow:0 12px 34px rgba(9,32,66,.06)}
.secondary-system-card h3{margin:0 0 6px;font-size:1rem;line-height:1.18;color:var(--ink,#061d3b)}
.secondary-system-card p{margin:0;color:var(--muted,#4d6688);font-size:.9rem;line-height:1.45}
html[data-theme="dark"] .secondary-system-card{background:rgba(255,255,255,.045);border-color:rgba(112,151,205,.45)}
html[data-theme="dark"] .secondary-system-card h3{color:#f4f8ff}
html[data-theme="dark"] .secondary-system-card p{color:#c7d8ef}
.deliverables-section .deliverables-panel{border:1px solid rgba(151,174,204,.45);border-radius:30px;padding:32px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(247,251,255,.72));box-shadow:0 18px 46px rgba(9,32,66,.07)}
.deliverables-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}
.deliverable-pill{border:1px solid rgba(151,174,204,.55);border-radius:16px;padding:14px 15px;background:rgba(255,255,255,.78);font-weight:750;color:var(--ink,#061d3b);font-size:.95rem;line-height:1.25}
.deliverable-pill span{display:block;margin-top:5px;font-weight:500;color:var(--muted,#4d6688);font-size:.82rem;line-height:1.35}
html[data-theme="dark"] .deliverables-section .deliverables-panel{background:linear-gradient(180deg,rgba(15,32,55,.95),rgba(8,23,42,.95));border-color:rgba(112,151,205,.55)}
html[data-theme="dark"] .deliverable-pill{background:rgba(255,255,255,.045);border-color:rgba(112,151,205,.45);color:#f4f8ff}
html[data-theme="dark"] .deliverable-pill span{color:#c7d8ef}
@media (max-width:900px){.secondary-system-strip,.deliverables-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.deliverables-section .deliverables-panel{padding:24px}}
@media (max-width:560px){.secondary-system-strip,.deliverables-grid{grid-template-columns:1fr}.secondary-system-card{padding:14px}.deliverable-pill{font-size:.92rem}}
