
.tcp-wrap{
max-width:700px;
margin:30px auto;
padding:25px;
border-radius:20px;
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,.1);
font-family:Arial,sans-serif
}
.tcp-wrap h2{font-size:32px;text-align:center}
.tcp-desc{text-align:center;color:#666}
.tcp-wrap input,.tcp-wrap select{
width:100%;
padding:12px;
margin:10px 0 20px;
border:1px solid #ddd;
border-radius:10px
}
.tcp-wrap button{
width:100%;
padding:14px;
border:none;
border-radius:12px;
cursor:pointer;
font-size:18px
}
.tcp-result{
margin-top:20px;
padding:15px;
background:#f5f5f5;
border-radius:12px
}
