.laradio-operaciones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin: 28px 0;
}
.laradio-op-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e7e7e7;
    text-decoration: none !important;
    color: #111;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.laradio-op-card strong { font-size: 20px; line-height: 1.2; }
.laradio-op-card small { color: #555; }
.laradio-op-light { font-size: 28px; }
.laradio-operacion-printable {
    max-width: 1040px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.55;
}
.laradio-op-hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    padding: 32px;
    border-radius: 24px;
    background: #f5f5f5;
    margin: 24px 0;
}
.laradio-op-hero h1 { margin: 6px 0 10px; font-size: clamp(32px, 5vw, 54px); line-height: 1.05; }
.laradio-op-kicker { font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; color: #555; }
.laradio-op-meta { display: flex; flex-direction: column; gap: 10px; min-width: 210px; }
.laradio-op-meta span,
.laradio-op-meta button {
    border: 0;
    border-radius: 999px;
    padding: 12px 16px;
    background: #fff;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    text-align: center;
}
.laradio-op-meta button { cursor: pointer; }
.laradio-op-box,
.laradio-op-step {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 26px;
    margin: 22px 0;
    box-shadow: 0 8px 22px rgba(0,0,0,.04);
}
.laradio-op-box h2,
.laradio-op-step h2 { margin-top: 0; font-size: 28px; }
.laradio-op-step { display: grid; grid-template-columns: 64px 1fr; gap: 20px; }
.laradio-op-step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    background: #111;
    color: #fff;
}
.laradio-op-screenshot {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid #ddd;
    margin-top: 18px;
}
.laradio-op-box ul { margin-left: 1.2em; }
.laradio-op-result { border-left: 8px solid #2eaf5f; }
.laradio-op-warning { border-left: 8px solid #e6b800; }
.laradio-op-support { border-left: 8px solid #d64545; }
@media (max-width: 760px) {
    .laradio-op-hero { flex-direction: column; }
    .laradio-op-meta { width: 100%; }
    .laradio-op-step { grid-template-columns: 1fr; }
}
@media print {
    header, footer, nav, .elementor-location-header, .elementor-location-footer,
    .laradio-op-meta button, .no-print { display: none !important; }
    body { background: #fff !important; color: #000 !important; }
    .laradio-operacion-printable { max-width: 100%; font-size: 13pt; }
    .laradio-op-hero, .laradio-op-box, .laradio-op-step {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }
    .laradio-op-screenshot { max-height: 520px; object-fit: contain; }
}
