.feat-hero{padding:2.5rem 0 2rem;background:#faf3e4;border-bottom:1px dashed #c8b896}
.feat-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.feat-hero h1{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:700;color:#1a2f4a;margin-bottom:.65rem;line-height:1.35}
.feat-hero h1 em{color:#b8860b;font-style:normal}
.feat-hero p{color:#5c4a32;font-size:.9rem;margin-bottom:1rem;line-height:1.6;font-style:italic}
.feat-trust{display:flex;flex-wrap:wrap;gap:.65rem}
.feat-trust div{background:#f4e9d0;border:1px solid #c8b896;padding:.5rem .85rem;font-size:.78rem;text-align:center}
.feat-trust strong{display:block;color:#b8860b;font-size:1rem;font-weight:700}
.feat-trust span{color:#5c4a32;font-size:.7rem}

.manifest-stack{display:flex;flex-direction:column;gap:0;max-width:680px;margin:0 auto}
.manifest-layer{background:#faf3e4;border:1px solid #c8b896;padding:1.1rem 1.2rem;margin-bottom:-1px}
.manifest-layer:nth-child(1){border-left:5px solid #1a2f4a}
.manifest-layer:nth-child(2){border-left:5px solid #b8860b}
.manifest-layer:nth-child(3){border-left:5px solid #1a3d5c}
.manifest-tag{font-family:"Courier New",monospace;font-size:.68rem;color:#b8860b;margin-bottom:.35rem}
.manifest-layer h3{font-size:.95rem;color:#1a2f4a;font-weight:700;margin-bottom:.35rem}
.manifest-layer p{font-size:.82rem;color:#5c4a32;line-height:1.5}

.compass-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.compass-ch{background:#f4e9d0;border:1px solid #c8b896;padding:1.1rem;text-align:center}
.compass-ch .deg{font-family:"Courier New",monospace;font-size:1.1rem;color:#b8860b;font-weight:700;display:block;margin-bottom:.35rem}
.compass-ch h3{font-size:.9rem;color:#1a2f4a;margin-bottom:.35rem;font-weight:700}
.compass-ch p{font-size:.8rem;color:#5c4a32;line-height:1.5}

.waypoint-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #c8b896}
.waypoint-item{padding:1rem;border-right:1px dashed #c8b896;text-align:center}
.waypoint-item:last-child{border-right:none}
.waypoint-item::before{content:"⚓";display:block;font-size:1rem;margin-bottom:.35rem;color:#b8860b}
.waypoint-item h3{font-size:.88rem;color:#1a2f4a;margin-bottom:.3rem;font-weight:700}
.waypoint-item p{font-size:.78rem;color:#5c4a32;line-height:1.45}

.feat-matrix{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.feat-matrix-col{background:#faf3e4;border:1px solid #c8b896}
.feat-matrix-col .mh{padding:.55rem 1rem;background:#1a2f4a;font-size:.72rem;font-family:"Courier New",monospace;color:#b8860b}
.feat-matrix-col ul{padding:1rem 1.1rem}
.feat-matrix-col li{font-size:.82rem;color:#5c4a32;padding:.28rem 0;border-bottom:1px dotted #c8b896;line-height:1.45}
.feat-matrix-col li:last-child{border-bottom:none}

.feat-cta{background:#1a2f4a;padding:2.5rem 0;text-align:center;border-top:3px double #b8860b}
.feat-cta h2{font-size:clamp(1.05rem,2.6vw,1.35rem);color:#f4e9d0;margin-bottom:.4rem;font-weight:700}
.feat-cta p{color:#c8b896;font-size:.86rem;margin-bottom:1rem;font-style:italic}

.feat-img{border:2px solid #1a2f4a;overflow:hidden}

@media(max-width:900px){
  .feat-hero-grid,.compass-channels,.waypoint-row,.feat-matrix{grid-template-columns:1fr}
  .waypoint-item{border-right:none;border-bottom:1px dashed #c8b896}
}
