/* Fotografías de contexto + interfaz auténtica, enmarcada sin alteraciones. */
.people-hero{grid-template-columns:1fr 1.1fr;gap:42px;align-items:center}
.people-hero h1{font-size:clamp(38px,4.3vw,58px)}
.product-story{min-width:0;position:relative;padding-top:0}
.product-story__photo{width:91%;margin-left:auto;border-radius:16px;overflow:hidden;background:var(--bg-alt)}
.product-story__photo img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.product-story__monitor{width:94%;position:relative;margin-top:-56px;z-index:1}
.device-monitor{position:relative;padding-bottom:0;filter:drop-shadow(0 18px 18px rgba(9,24,47,.15));min-width:0}
.device-screen{display:block;border:9px solid #172334;border-bottom:0;border-radius:13px 13px 0 0;background:#172334;position:relative;overflow:hidden}
.device-screen img{display:block;width:100%;height:auto;margin:0;border-radius:4px 4px 0 0;background:#fff}
.device-enlarge{position:absolute;right:10px;bottom:10px;background:#11203f;color:white;font:500 12px var(--sans);padding:7px 11px;border-radius:4px;box-shadow:0 2px 8px #0003}
.device-screen:hover .device-enlarge{background:#2270a0}
.device-chin{height:27px;border-radius:0 0 12px 12px;background:linear-gradient(100deg,#cad2dd,#f0f3f7 45%,#b9c4d1);display:flex;align-items:center;justify-content:center;position:relative}
.device-chin span{font:500 9px var(--sans);letter-spacing:.16em;color:#33445d}
.device-chin i{position:absolute;right:15px;width:3px;height:3px;background:#58728f;border-radius:50%}
.device-stand{height:29px;width:16%;margin:auto;background:linear-gradient(90deg,#aab7c6,#e1e7ee 48%,#aab7c6);clip-path:polygon(12% 0,88% 0,100% 100%,0 100%)}
.device-foot{height:8px;width:35%;margin:auto;border-radius:60% 60% 4px 4px;background:linear-gradient(#e7edf3,#a9b7c7)}
.product-story>figcaption{font-size:11px;line-height:1.7;color:var(--text-dim);margin-top:14px;text-align:center}
.product-story>figcaption span{display:block;font-size:10px;opacity:.9}
.demo-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 28px;align-items:start}
.demo-gallery__grid>figure{min-width:0}
.demo-gallery__grid>figure:first-child:last-child{grid-column:1/-1;max-width:960px;margin:auto}
.demo-gallery__grid figcaption{margin-top:23px}.demo-gallery__grid h3{font-family:var(--serif);font-size:24px;font-weight:400;line-height:1.25;margin-bottom:8px}
.demo-gallery__grid figcaption p,.demo-note{font-size:15px;color:var(--text-dim)}
.demo-note{margin-top:32px;font-size:12px}
.capture-dialog{width:min(1500px,96vw);max-width:96vw;max-height:94vh;margin:auto;padding:0;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:0 30px 100px #0008}
.capture-dialog::backdrop{background:rgba(5,14,28,.86)}
.capture-dialog__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;border-bottom:1px solid var(--line)}
.capture-dialog__bar p{font-size:13px}.capture-dialog__bar button{padding:8px 16px;background:var(--btn);color:var(--btn-tx);border:0;border-radius:5px;cursor:pointer;font:inherit}
.capture-dialog__body{overflow:auto;max-height:calc(94vh - 64px)}
.capture-dialog__body img{width:100%;height:auto;display:block}
@media(min-width:1100px){.demo-gallery__grid:has(>figure:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.people-hero{grid-template-columns:1fr}.product-story{width:100%;max-width:640px;margin:auto}.product-story__monitor{margin-top:-68px}.demo-gallery__grid{grid-template-columns:1fr;gap:42px}.demo-gallery__grid>figure{max-width:740px;margin:auto;width:100%}}
@media(max-width:500px){.product-story__monitor{width:98%;margin-top:-36px}.product-story__photo{width:95%}.device-screen{border-width:6px}.device-chin{height:21px}.device-stand{height:23px}.device-enlarge{font-size:10px;padding:5px 7px;right:5px;bottom:5px}.capture-dialog__body img{width:1100px;max-width:none}.capture-dialog__bar{padding:9px}.capture-dialog__bar p{font-size:11px}}
