/* ===========================================================
   9romit Product Box
   Version : 1.0
   =========================================================== */

.r9-product{

    margin:40px 0;

    background:#fff;

    border:1px solid #e8e8e8;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 24px rgba(0,0,0,.05);

}

.r9-header{

    padding:28px;

}

.r9-badge{

    display:inline-block;

    padding:6px 14px;

    border-radius:999px;

    background:#eef6ff;

    color:#0b66ff;

    font-size:13px;

    font-weight:700;

    margin-bottom:14px;

}

.r9-title{

    font-size:28px;

    font-weight:700;

    color:#222;

    line-height:1.4;

    margin-bottom:12px;

}

.r9-desc{

    color:#666;

    font-size:15px;

    line-height:1.8;

}

.r9-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    padding:22px 28px;

    background:#fafafa;

    border-top:1px solid #ececec;

}

.r9-info{

    font-size:14px;

    color:#666;

}

.r9-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 28px;

    background:#0b66ff;

    color:#fff;

    border-radius:10px;

    text-decoration:none;

    font-weight:700;

    transition:.2s;

}

.r9-button:hover{

    background:#0956d6;

    color:#fff;

    transform:translateY(-2px);

}

.r9-notice{

    margin-top:18px;

    text-align:center;

    font-size:12px;

    color:#999;

}

@media(max-width:768px){

.r9-footer{

    flex-direction:column;

    align-items:stretch;

}

.r9-button{

    width:100%;

}

.r9-title{

    font-size:22px;

}

}