/* Genesis True S+16 P209 — Concrete governed evidence packet and conversion closure */
body.p35-concrete .p209-packet-section{
  position:relative;
  padding:clamp(78px,8vw,126px) 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 8%,rgba(200,166,56,.10),transparent 28%),
    linear-gradient(180deg,#f7faf8 0%,#edf4f1 100%);
  border-block:1px solid rgba(20,59,51,.10);
}
body.p35-concrete .p209-packet-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  gap:clamp(28px,4vw,58px);
  align-items:stretch;
  margin-top:38px;
}
body.p35-concrete .p209-deliverables{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
body.p35-concrete .p209-deliverable{
  min-height:190px;
  padding:26px;
  border:1px solid rgba(20,78,65,.14);
  border-radius:24px;
  background:rgba(255,255,255,.88);
  box-shadow:0 16px 40px rgba(19,51,44,.07);
}
body.p35-concrete .p209-deliverable span,
body.p35-concrete .p209-gate span{
  display:inline-grid;
  place-items:center;
  width:42px;height:42px;
  border-radius:14px;
  background:#e6f1ed;
  color:#1f5b4d;
  font-weight:900;
  letter-spacing:.04em;
}
body.p35-concrete .p209-deliverable h3{
  margin:22px 0 10px;
  color:#10231f;
  font-size:clamp(1.05rem,1.35vw,1.28rem);
  line-height:1.25;
  font-weight:850;
}
body.p35-concrete .p209-deliverable p{
  margin:0;
  color:#5a6c66;
  line-height:1.72;
}
body.p35-concrete .p209-handoff{
  display:flex;
  flex-direction:column;
  padding:clamp(28px,3vw,42px);
  border:1px solid rgba(226,190,77,.32);
  border-radius:28px;
  color:#f5faf8;
  background:
    radial-gradient(circle at 85% 12%,rgba(226,190,77,.15),transparent 30%),
    linear-gradient(145deg,#0d251f,#173d33 64%,#235144);
  box-shadow:0 24px 58px rgba(14,48,40,.18);
}
body.p35-concrete .p209-handoff > small{
  color:#e7c956;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body.p35-concrete .p209-handoff h3{
  margin:16px 0 12px;
  color:#fff;
  font-size:clamp(1.65rem,2.6vw,2.55rem);
  line-height:1.08;
  font-weight:820;
}
body.p35-concrete .p209-handoff > p{
  margin:0;
  color:#c6d5d0;
  line-height:1.75;
}
body.p35-concrete .p209-gates{
  display:grid;
  gap:12px;
  margin:28px 0 30px;
}
body.p35-concrete .p209-gate{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(232,242,238,.12);
  border-radius:17px;
  background:rgba(255,255,255,.045);
}
body.p35-concrete .p209-gate span{
  width:38px;height:38px;
  background:#091b16;
  color:#efd369;
}
body.p35-concrete .p209-gate strong{display:block;color:#f8fbfa;font-size:.98rem}
body.p35-concrete .p209-gate small{display:block;margin-top:4px;color:#aebfba;line-height:1.45}
body.p35-concrete .p209-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto}
body.p35-concrete .p209-actions a{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  border-radius:15px;
  font-weight:850;
  text-decoration:none;
}
body.p35-concrete .p209-actions .primary{background:#dfbd4e;color:#10231f}
body.p35-concrete .p209-actions .secondary{border:1px solid rgba(238,246,243,.22);color:#f5faf8;background:rgba(255,255,255,.04)}
body.p35-concrete .p209-actions a:focus-visible{outline:3px solid #f1d36b;outline-offset:3px}
html.dark body.p35-concrete .p209-packet-section{
  background:
    radial-gradient(circle at 12% 8%,rgba(210,177,70,.10),transparent 28%),
    linear-gradient(180deg,#081713 0%,#0c211b 100%);
  border-color:rgba(223,236,231,.08);
}
html.dark body.p35-concrete .p209-deliverable{
  background:linear-gradient(145deg,rgba(20,49,42,.92),rgba(13,35,29,.96));
  border-color:rgba(222,236,230,.12);
  box-shadow:0 18px 46px rgba(0,0,0,.18);
}
html.dark body.p35-concrete .p209-deliverable span{background:#0a1f19;color:#e9cd66;border:1px solid rgba(233,205,102,.18)}
html.dark body.p35-concrete .p209-deliverable h3{color:#f4f9f7}
html.dark body.p35-concrete .p209-deliverable p{color:#b6c6c1}
html.dark body.p35-concrete .p209-handoff{border-color:rgba(227,193,80,.28);box-shadow:0 22px 54px rgba(0,0,0,.24)}
@media(max-width:1050px){
  body.p35-concrete .p209-packet-grid{grid-template-columns:1fr}
  body.p35-concrete .p209-handoff{min-height:auto}
}
@media(max-width:700px){
  body.p35-concrete .p209-packet-section{padding:64px 0}
  body.p35-concrete .p209-deliverables{grid-template-columns:1fr}
  body.p35-concrete .p209-deliverable{min-height:0;padding:22px}
  body.p35-concrete .p209-actions{flex-direction:column}
  body.p35-concrete .p209-actions a{width:100%}
}
@media(prefers-reduced-motion:reduce){body.p35-concrete .p209-actions a{transition:none!important}}
