#proj.proj{background:#fff;padding:100px 0}#proj .proj-hd{margin:0 auto 50px;max-width:700px;text-align:center}#proj .proj-hd h2{margin-bottom:20px}#proj .pg{display:grid;gap:22px;grid-template-columns:repeat(3,1fr)}#proj .pc{background:#fff;border:1px solid var(--g2);border-radius:var(--r);box-shadow:var(--sh);display:flex;flex-direction:column;overflow:hidden;padding:24px 20px;transition:box-shadow .3s,transform .3s}#proj .pc:hover{box-shadow:var(--sh2);transform:translateY(-4px)}#proj .ph{margin-bottom:12px}#proj .pc-img{align-items:center;background:linear-gradient(135deg,var(--nex-blue) 0,#f0f4ff 100%);border-radius:var(--r) var(--r) 0 0;display:flex;height:120px;justify-content:center;margin:-24px -20px 16px;overflow:hidden}#proj .pc-img svg{height:100px;width:auto}#proj .ptag{border-radius:20px;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.04em;padding:3px 12px;text-transform:uppercase}#proj .t-ws{background:#e4f7d8;color:#3d7800}#proj .t-cs{background:#fff3d8;color:#9a6500}#proj .t-st{background:#f0e6ff;color:#6425b8}#proj .t-ai{background:#ffe8e8;color:#b83232}#proj .t-hb{background:#e6faf0;color:#1a7a4a}#proj .pc h3{color:var(--text);font-size:.93rem;font-weight:700;line-height:1.3;margin-bottom:10px}#proj .pc ul{display:flex;flex-direction:column;gap:6px;list-style:none}#proj .pc li{color:var(--g4);font-size:.8rem;line-height:1.5;padding-left:14px;position:relative}#proj .pc li:before{background:var(--primary);border-radius:50%;content:"";height:4px;left:0;opacity:.7;position:absolute;top:7px;width:4px}#proj .ptag-ind{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;color:#64748b;display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.01em;margin-left:5px;padding:2px 9px}@media (max-width:1024px){#proj.proj{padding:80px 0}#proj .pg{gap:20px;grid-template-columns:repeat(2,1fr)}#proj .pc{padding:22px 18px}#proj .pc-img{height:110px}#proj .pc-img svg{height:92px}}@media (max-width:768px){#proj.proj{padding:60px 0}#proj .proj-hd{margin-bottom:40px}#proj .proj-hd h2{font-size:2.1rem}#proj .pg{gap:18px;grid-template-columns:repeat(2,1fr)}#proj .pc{padding:20px 16px}#proj .pc h3{font-size:.95rem}#proj .pc ul li{font-size:.82rem}#proj .pc-img{height:105px;margin:-20px -16px 14px}#proj .pc-img svg{height:88px}#proj .ptag{font-size:.68rem;padding:3px 10px}}@media (max-width:480px){#proj.proj{padding:60px 0}#proj .proj-hd h2{font-size:1.85rem;line-height:1.25}#proj .sub{font-size:.96rem;padding:0 10px}#proj .pg{gap:16px;grid-template-columns:1fr}#proj .pc{padding:18px 16px}#proj .pc-img{height:100px;margin:-18px -16px 12px}#proj .pc-img svg{height:82px}#proj .pc h3{font-size:.98rem;margin-bottom:8px}#proj .pc ul li{font-size:.8rem;line-height:1.55}#proj .ptag{font-size:.65rem;padding:2px 9px}#proj .ptag-ind{font-size:.63rem;padding:1px 7px}}