/* --- استایل فرم استعلام --- */
.jc-query-form {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
}

/* --- استایل اصلی سرتیفیکیت --- */
@import url('https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&display=swap');

.certificate-wrapper {
    background-color: #DCD3C4; /* رنگ پس زمینه خارجی */
    padding: 40px 20px;
    font-family: 'Tinos', serif; /* فونت مشابه سرتیفیکیت */
    color: #4a4a4a;
}

.certificate-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #EBE3D5; /* رنگ پس زمینه داخلی */
    border: 1px solid #D6CABC;
    padding: 30px 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.certificate-container p {
    margin: 6px 0;
    font-size: 15px;
}

.certificate-container h4 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D6CABC;
    padding-bottom: 8px;
}

.cert-header {
    margin-bottom: 20px;
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 15px;
}

.guarantee-section {
    text-align: center;
}
.guarantee-section h4 {
    border-bottom: none;
    margin-bottom: 20px;
}
.guarantee-text, .terms-text {
    font-size: 14px;
    line-height: 1.6;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* --- فوتر --- */
.cert-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #D6CABC;
}

.footer-item { text-align: center; }

/* هولوگرام */
.hologram-container .hologram {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    background-image: radial-gradient(circle, #f0f0f0, #e0e0e0, #c0c0c0, #a0a0a0, #c0c0c0, #e0e0e0, #f0f0f0);
    border: 1px solid #ccc;
    box-shadow: inset 0 0 10px #fff;
}

/* امضا */
.signature-container img {
    max-width: 150px;
    height: auto;
}

/* بخش QR */
.qr-container img {
    max-width: 110px;
    height: auto;
}
.qr-container p {
    margin: 5px 0 0 0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    letter-spacing: 1px;
}