.wall-hero{padding:1.6rem 0 2.2rem}
.wall-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:1.4rem;align-items:start}
@media(max-width:900px){.wall-grid{grid-template-columns:1fr}}
.wall-hero h1{font-size:clamp(1.22rem,3.3vw,1.65rem);color:#e8eef4;line-height:1.35;margin-bottom:.6rem}
.wall-hero h1 em{color:#4fc3f7;font-style:normal}
.wall-desc{color:#6a7e90;font-size:.88rem;margin-bottom:1rem;max-width:520px}
.wall-btns{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.1rem}
.kpi-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}
.kpi{background:#111820;border:1px solid #1e2a38;padding:.6rem .5rem;text-align:center}
.kpi strong{display:block;font-size:1.12rem;color:#4fc3f7;font-family:Consolas,monospace}
.kpi span{font-size:.66rem;color:#6a7e90}

.chart-wall{display:grid;grid-template-columns:1.2fr .8fr;gap:.5rem}
@media(max-width:640px){.chart-wall{grid-template-columns:1fr}}
.heat{display:grid;grid-template-columns:repeat(6,1fr);gap:3px;padding:.55rem;background:#111820;border:1px solid #1e2a38}
.heat i{display:block;aspect-ratio:1;background:#1a3a50}
.heat i.c2{background:#1565c0}
.heat i.c3{background:#4fc3f7}
.heat i.c4{background:#80deea}
.heat-cap{grid-column:1/-1;font-size:.62rem;color:#6a7e90;margin-top:.2rem;font-family:Consolas,monospace}
.funnel-box{background:#111820;border:1px solid #1e2a38;padding:.6rem}
.funnel-box .fb{font-size:.62rem;color:#4fc3f7;font-weight:800;margin-bottom:.4rem;font-family:Consolas,monospace}
.funnel-bar{height:22px;background:#1565c0;margin:0 auto .28rem;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:#fff;font-weight:700}
.funnel-bar.w1{width:100%}.funnel-bar.w2{width:78%}.funnel-bar.w3{width:52%}.funnel-bar.w4{width:28%;background:#4fc3f7;color:#0b1016}
.hero-shot{grid-column:1/-1;border:1px solid #1e2a38;overflow:hidden}
.hero-shot img{width:100%}

.tile-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}
@media(max-width:768px){.tile-row{grid-template-columns:1fr}}
.tile{padding:.95rem .9rem}
.tile .mk{font-size:.64rem;color:#4fc3f7;font-weight:800;font-family:Consolas,monospace;margin-bottom:.35rem}
.tile h3{font-size:.9rem;color:#e8eef4;margin-bottom:.3rem}
.tile p{font-size:.78rem;color:#6a7e90}

.etl-path{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}
@media(max-width:768px){.etl-path{grid-template-columns:1fr}}
.etl{padding:.95rem .85rem}
.etl .et{font-size:.64rem;color:#80deea;font-weight:800;font-family:Consolas,monospace;margin-bottom:.3rem}
.etl h3{font-size:.88rem;color:#e8eef4;margin-bottom:.25rem}
.etl p{font-size:.76rem;color:#6a7e90}

.dual-panel{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
@media(max-width:768px){.dual-panel{grid-template-columns:1fr}}
.dual-panel .ph{background:#0e1620;color:#4fc3f7;padding:.45rem .8rem;font-size:.7rem;font-weight:800;font-family:Consolas,monospace;border-bottom:1px solid #1e2a38}
.dual-panel .pb{padding:.85rem .9rem}
.dual-panel h3{font-size:.86rem;color:#e8eef4;margin-bottom:.4rem}
.dual-panel li{font-size:.78rem;color:#6a7e90;padding:.22rem 0;border-bottom:1px solid #1a2430}
.dual-panel li:last-child{border-bottom:none}
.shot{margin-top:1.2rem;max-width:640px;border:1px solid #1e2a38}

.dash-cta{background:#111820;border-top:2px solid #1565c0;padding:2.1rem 0;text-align:center}
.dash-cta h2{color:#e8eef4;font-size:clamp(1.05rem,3vw,1.35rem);margin-bottom:.35rem}
.dash-cta p{color:#6a7e90;font-size:.84rem;margin-bottom:1rem}
