.exec-hero{padding:0;border-bottom:1px solid #c9a227}
.exec-layout{display:grid;grid-template-columns:6px 1fr;min-height:480px}
.gold-rail{background:linear-gradient(180deg,#c9a227 0%,#8a7020 50%,#c9a227 100%)}
.exec-main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem 2.5rem 3rem 2rem}
.exec-main h1{font-size:clamp(1.4rem,3.4vw,2rem);font-weight:800;line-height:1.35;margin-bottom:1rem;color:#e8e4dc;letter-spacing:.04em}
.exec-main h1 em{font-style:normal;color:#c9a227}
.exec-tag{display:inline-block;border:1px solid #c9a227;color:#c9a227;font-size:.68rem;font-weight:800;padding:.2rem .65rem;letter-spacing:.14em;margin-bottom:.85rem}
.exec-desc{font-size:.94rem;color:#8a8478;margin-bottom:1.3rem;max-width:460px}
.exec-btns{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.4rem}
.btn-gold{display:inline-block;background:#c9a227;color:#0a0a0a!important;padding:.52rem 1.35rem;font-weight:800;font-size:.86rem;text-decoration:none!important;letter-spacing:.06em}
.btn-gold:hover{background:#d4af37}
.btn-line{display:inline-block;border:1px solid #5a5648;color:#e8e4dc!important;padding:.48rem 1.15rem;font-weight:600;font-size:.86rem;text-decoration:none!important}
.exec-metrics{display:flex;gap:0;border:1px solid #2a2820}
.exec-metric{flex:1;text-align:center;padding:.75rem .5rem;border-right:1px solid #2a2820}
.exec-metric:last-child{border-right:none}
.exec-metric strong{display:block;font-size:1.2rem;color:#c9a227;font-weight:900;letter-spacing:.04em}
.exec-metric span{font-size:.65rem;color:#8a8478;letter-spacing:.1em;text-transform:uppercase}
.gilt-frame{border:1px solid #c9a227;padding:1px;background:#0a0a0a;position:relative}
.gilt-frame::before,.gilt-frame::after{content:"";position:absolute;width:12px;height:12px;border:1px solid #c9a227}
.gilt-frame::before{top:-1px;left:-1px;border-right:none;border-bottom:none}
.gilt-frame::after{bottom:-1px;right:-1px;border-left:none;border-top:none}

.pillar-row{padding-top:0}
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c9a227}
.pillar{background:#0a0a0a;padding:1.5rem 1.25rem 1.6rem;border-top:3px solid #c9a227}
.pillar-num{font-size:.65rem;font-weight:800;color:#c9a227;letter-spacing:.18em;margin-bottom:.65rem}
.pillar h3{font-size:1rem;font-weight:800;margin-bottom:.45rem;color:#e8e4dc;letter-spacing:.04em}
.pillar p{font-size:.86rem;color:#8a8478;line-height:1.65}

.onboard-track{background:#050505;border-top:1px solid #2a2820;border-bottom:1px solid #2a2820}
.track-line{display:flex;align-items:stretch;padding:0}
.track-step{flex:1;padding:2rem 1.25rem;text-align:center;border-right:1px solid #2a2820;position:relative}
.track-step:last-child{border-right:none}
.track-step::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:24px;background:#c9a227}
.track-index{font-size:.72rem;font-weight:800;color:#c9a227;letter-spacing:.15em;margin-bottom:.75rem;margin-top:.5rem}
.track-step h3{font-size:.95rem;font-weight:800;margin-bottom:.35rem;color:#e8e4dc}
.track-step p{font-size:.82rem;color:#8a8478;max-width:220px;margin:0 auto}

.ledger-dual{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#c9a227}
.ledger{background:#0a0a0a;padding:1.35rem 1.4rem}
.ledger-head{font-size:.68rem;font-weight:800;color:#c9a227;letter-spacing:.14em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #2a2820}
.ledger h3{font-size:.98rem;font-weight:800;margin-bottom:.6rem;color:#e8e4dc}
.ledger li{padding:.32rem 0 .32rem 1rem;font-size:.86rem;color:#8a8478;position:relative}
.ledger li::before{content:"";position:absolute;left:0;top:.65rem;width:4px;height:4px;background:#c9a227;border-radius:50%}

.enterprise-cta{text-align:center;padding:3rem 1rem;border-top:1px solid #c9a227;background:#050505}
.enterprise-cta h2{font-size:clamp(1.15rem,2.8vw,1.45rem);font-weight:800;margin-bottom:.5rem;color:#e8e4dc;letter-spacing:.08em}
.enterprise-cta p{font-size:.88rem;color:#8a8478;margin-bottom:1.25rem}
.enterprise-cta .btn-gold{padding:.55rem 1.6rem}

@media(max-width:768px){
  .exec-main{grid-template-columns:1fr;padding:2rem 1.25rem}
  .pillar-grid,.ledger-dual{grid-template-columns:1fr;background:none;gap:1px}
  .pillar,.ledger{border:1px solid #2a2820}
  .track-line{flex-direction:column}
  .track-step{border-right:none;border-bottom:1px solid #2a2820}
  .exec-metrics{flex-direction:column}
  .exec-metric{border-right:none;border-bottom:1px solid #2a2820}
}
