.campaign-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;animation:fadeIn .3s ease-out}.campaign-modal.active{display:block}.campaign-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.campaign-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:24px;max-width:420px;width:85%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .4s ease-out;padding:32px}.campaign-modal-close{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.5);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#fff}.campaign-modal-close:hover{background:rgba(0,0,0,.8);transform:rotate(90deg)}.campaign-banner{margin-bottom:24px}.campaign-banner img{width:100%;height:auto;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.campaign-cta{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.btn-campaign-line{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#06c755 0%,#00b900 100%);color:#fff;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(6,199,85,.3)}.btn-campaign-line:hover{background:linear-gradient(135deg,#05b34a 0%,#009a00 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(6,199,85,.4)}.btn-campaign-line svg{width:22px;height:22px}.btn-campaign-apply{display:inline-block;text-align:center;background:linear-gradient(135deg,#d4af37 0%,#c4a028 100%);color:#fff;padding:14px 24px;border-radius:12px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(212,175,55,.3)}.btn-campaign-apply:hover{background:linear-gradient(135deg,#c4a028 0%,#b49020 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(212,175,55,.4)}.campaign-footer{text-align:center;padding-top:16px;border-top:1px solid #e0e0e0}.campaign-note{font-size:12px;color:#666;margin:0;line-height:1.6}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (max-width:768px){.campaign-modal-content{width:88%;padding:28px 20px;border-radius:20px;max-width:380px}.campaign-banner{margin-bottom:20px}.campaign-banner img{border-radius:14px}.btn-campaign-line{font-size:15px;padding:14px 20px}.btn-campaign-apply{font-size:14px;padding:12px 20px}}@media (max-width:480px){.campaign-modal-content{width:90%;padding:24px 16px;border-radius:18px;max-height:90vh;max-width:340px}.campaign-modal-close{width:32px;height:32px;top:10px;right:10px}.campaign-banner{margin-bottom:18px}.campaign-banner img{border-radius:12px}.campaign-cta{gap:10px}.btn-campaign-line{font-size:14px;padding:13px 18px;gap:8px}.btn-campaign-line svg{width:20px;height:20px}.btn-campaign-apply{font-size:13px;padding:11px 18px}.campaign-note{font-size:11px}}