.device .device-play{display:grid;place-items:center;margin:18px auto;width:48px;height:48px;border:0;border-radius:50%;background:var(--red);color:#fff;box-shadow:0 8px 22px rgba(121,183,45,.34);transition:transform .2s,box-shadow .2s}.device .device-play:hover,.device .device-play:focus-visible{transform:scale(1.08);box-shadow:0 11px 28px rgba(121,183,45,.48)}.device .device-play:focus-visible{outline:3px solid #fff;outline-offset:3px}
.home-evidence{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,380px);align-items:center;gap:clamp(35px,7vw,100px);padding:clamp(58px,8vw,105px) clamp(24px,7vw,110px);background:linear-gradient(135deg,#eef7f8,#f5f9e9);border-top:1px solid #dce9e8}.home-evidence>div{max-width:820px}.home-evidence h2{font-size:clamp(34px,4.5vw,58px);line-height:1.08;letter-spacing:-2px;margin:18px 0}.home-evidence>div>p:last-child{max-width:760px;color:var(--muted);font-size:17px;line-height:1.75}.erc-source{display:flex;flex-direction:column;align-items:center;gap:14px;padding:27px;border:1px solid #d4e4e6;border-radius:24px;background:linear-gradient(145deg,#edf5f5,#e5f0ef);box-shadow:0 22px 60px rgba(18,60,85,.1);isolation:isolate}.erc-source img{display:block;width:100%;height:auto;max-height:150px;object-fit:contain;mix-blend-mode:multiply}.erc-source span{color:var(--blue);font-size:12px;font-weight:800}.success-logo{gap:10px}.success-logo img{mix-blend-mode:multiply}.success-logo .success-name{display:block;max-width:100%;overflow:hidden;color:#496978;font-size:11px;font-weight:750;line-height:1.2;text-align:center;text-overflow:ellipsis;white-space:nowrap;transition:color .2s}.success-logo:hover .success-name,.success-logo:focus-visible .success-name{color:var(--ink)}
@media(max-width:760px){.home-evidence{grid-template-columns:1fr}.home-evidence h2{letter-spacing:-1.2px}.erc-source{max-width:360px}.device .device-play{position:relative;z-index:5}}

/* DEA de portada */
.hero-visual .device{background:linear-gradient(145deg,#fff8ce,#eedf9f);box-shadow:0 45px 80px rgba(18,60,85,.22),inset 0 0 0 1px #fffbe2}
.hero-visual .device .handle{border-color:#e5d58d}
.hero-visual .device .heart{font-size:68px;line-height:.9;text-shadow:0 7px 18px rgba(221,64,54,.26)}
.hero-visual .device .device-ecg{display:block;width:94%;height:42px;margin:5px 0 3px;overflow:visible}
.hero-visual .device .device-ecg path{fill:none;stroke:#67d1e4;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 2px 4px rgba(49,185,210,.25))}
.device .device-play{background:#f28b22;color:#fff;box-shadow:0 9px 24px rgba(242,139,34,.38)}
.device .device-play:hover,.device .device-play:focus-visible{box-shadow:0 12px 30px rgba(242,139,34,.52)}
.device .device-play span{display:block;font-size:25px;line-height:1;transform:translateY(1px);filter:drop-shadow(0 1px 1px rgba(123,61,0,.28))}
