
.nyvs-home-builder{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0 34px}
.nyvs-home-card{box-sizing:border-box;min-height:112px;border:1px solid #d8e3ec;border-radius:18px;background:#fff;box-shadow:0 7px 24px rgba(15,61,99,.08)}
.nyvs-home-action{display:grid;grid-template-columns:54px 1fr 28px;align-items:center;gap:14px;padding:22px;color:#17324d;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}
.nyvs-home-action:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(15,61,99,.14)}
.nyvs-home-action strong{display:block;font-size:1.28rem;line-height:1.35}.nyvs-home-action small{display:block;margin-top:6px;font-size:1rem;line-height:1.55;color:#526678}
.nyvs-home-icon{width:50px;height:50px;border-radius:15px;background:#eaf4fb;display:grid;place-items:center;font-size:1.55rem;font-weight:800}.nyvs-home-arrow{font-size:1.5rem;text-align:right}.nyvs-home-action.disabled{opacity:.62;cursor:not-allowed}
.nyvs-home-text,.nyvs-home-notice{padding:24px}.nyvs-home-text h2,.nyvs-home-notice strong{font-size:1.25rem}.nyvs-home-text p,.nyvs-home-notice p{font-size:1rem;line-height:1.75;color:#42576a;white-space:pre-line}.nyvs-home-notice{border-left:6px solid #d97706;background:#fffaf0}
.nyvs-home-wide{grid-column:1/-1}
@media(max-width:760px){.nyvs-home-builder{grid-template-columns:1fr}.nyvs-home-wide{grid-column:auto}.nyvs-home-action{min-height:108px;padding:18px}.nyvs-home-action strong{font-size:1.18rem}.nyvs-home-action small{font-size:.98rem}}
