.jpModal__overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;padding:16px;backdrop-filter:blur(2px);animation:jpFadeIn .25s ease}@keyframes jpFadeIn{0%{opacity:0}to{opacity:1}}.jpModal__box{position:relative;background:#fff;border-radius:16px;width:100%;max-width:860px;max-height:90vh;overflow-y:auto;padding:48px 40px 40px;animation:jpSlideUp .3s cubic-bezier(.22,1,.36,1)}@media screen and (max-width:980px){.jpModal__box{padding:40px 20px 28px;border-radius:12px}}@keyframes jpSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.jpModal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:background .2s,color .2s}.jpModal__close:hover{background:#e0e0e0;color:#222}.jpModal__header{text-align:center;margin-bottom:32px}@media screen and (max-width:980px){.jpModal__header{margin-bottom:24px}}.jpModal__brand{font-size:12px;font-weight:700;letter-spacing:.15em;color:#999;text-transform:uppercase;margin-bottom:8px}.jpModal__title{font-size:26px;font-weight:700;color:#111;margin-bottom:12px;line-height:1.3}@media screen and (max-width:980px){.jpModal__title{font-size:20px}}.jpModal__desc{font-size:14px;color:#666;line-height:1.75}@media screen and (max-width:980px){.jpModal__desc{font-size:13px}}.jpModal__cards{display:flex;gap:20px}@media screen and (max-width:980px){.jpModal__cards{flex-direction:column;gap:16px}}.jpModal__card{flex:1;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s,transform .2s,box-shadow .2s}.jpModal__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.14)}.jpModal__card--green:hover{border-color:#2e9e58}.jpModal__card--red:hover{border-color:#c0121b}.jpModal__card-img{position:relative;width:100%;height:200px;background:#e8f5ee;overflow:hidden}@media screen and (max-width:980px){.jpModal__card-img{height:160px}}.jpModal__card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.jpModal__card-img .jpModal__card-overlay{position:absolute;inset:0;opacity:.12}.jpModal__card--green .jpModal__card-img{background:linear-gradient(135deg,#d4edda,#a8dbb7)}.jpModal__card--green .jpModal__card-img .jpModal__card-overlay{background:#2e9e58}.jpModal__card--red .jpModal__card-img{background:linear-gradient(135deg,#fde8e8,#f5b8b8)}.jpModal__card--red .jpModal__card-img .jpModal__card-overlay{background:#c0121b}.jpModal__card-body{padding:20px 20px 24px;background:#fff}@media screen and (max-width:980px){.jpModal__card-body{padding:16px 16px 20px}}.jpModal__card-title{font-size:17px;font-weight:700;color:#111;margin-bottom:8px;line-height:1.4}@media screen and (max-width:980px){.jpModal__card-title{font-size:15px}}.jpModal__card-text{font-size:13px;color:#666;line-height:1.7;margin-bottom:16px;min-height:44px}@media screen and (max-width:980px){.jpModal__card-text{min-height:unset;margin-bottom:14px}}.jpModal__btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 24px;border-radius:6px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s,transform .15s;letter-spacing:.02em}.jpModal__btn:hover{opacity:.85;transform:translateY(-1px)}.jpModal__btn--green{background:#2e9e58;color:#fff}.jpModal__btn--red{background:#c0121b;color:#fff}