.dft-thanks-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:40px}
.dft-thanks-card{background:#1f1f1f;padding:42px 40px 30px;text-align:center;max-width:600px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}
.dft-thanks-icon{width:88px;height:88px;border-radius:50%;border:2px solid #f04c23;display:flex;align-items:center;justify-content:center;margin:0 auto;background:rgba(240,76,35,0.06)}
.dft-thanks-title{font-size:18px;font-weight:600;color:#fff;margin:0;line-height:1.4}
.dft-pack-name{color:#fff}
.dft-view-summary{display:block;color:#f04c23;font-size:14px;font-weight:600;text-decoration:underline;margin:0}
.dft-view-summary:hover{text-decoration:underline}
.dft-ok-btn{background:#f04c23;color:#fff;border:0;border-radius:30px;padding:16px 60px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;width:80%;max-width:300px}
.dft-ok-btn:hover{background:#d43d18}
.dft-footer-text{text-align:center;color:#999;font-size:14px;background:#000;padding:20px;width:100%}
.dft-footer-text p{margin:0 0 4px}
.dft-footer-text a{color:#f04c23;text-decoration:none;font-weight:600}
.dft-footer-text a:hover{text-decoration:underline}
@media(max-width:480px){.dft-thanks-card{padding:32px 20px}
.dft-thanks-title{font-size:16px}
}