/* जुनी स्टाईल कायम ठेवून थोडे अपडेट्स */
* { box-sizing: border-box; font-family: 'Hind', sans-serif; -webkit-tap-highlight-color: transparent; }

body { 
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    margin: 0; padding: 5px;
    display: flex; justify-content: center;
}

.app-container { width: 100%; max-width: 410px; }

.input-card { background: white; padding: 15px; border-radius: 12px; margin-bottom: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-top: 5px solid #d84315; }
.form-title { color: #d84315; text-align: center; font-size: 17px; margin-bottom: 12px; font-weight: 700; border-bottom: 1px solid #eee; padding-bottom: 8px; }

input, select { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; outline: none; background: #fff; }
.row-inputs { display: flex; gap: 8px; }

.file-upload-box { background: #fff0f0; border: 1.5px dashed #ff6b6b; padding: 10px; border-radius: 6px; text-align: center; font-size: 13px; cursor: pointer; color: #d84315; font-weight: bold; }

.certificate-box {
    background: linear-gradient(135deg, #fffde7 0%, #ffe0b2 50%, #ffcc80 100%);
    padding: 12px; border: 8px double #d84315; border-radius: 10px;
    text-align: center; width: 100%; box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.inner-border { border: 1.5px solid #d84315; padding: 12px; border-radius: 5px; background: rgba(255,255,255,0.2); }

.cert-title { font-size: 22px; color: #d84315; font-weight: 900; border-bottom: 3px solid #d84315; display: inline-block; margin-bottom: 10px; }

.cert-logo { width: 95px; height: auto; mix-blend-mode: multiply; margin-bottom: 5px; }
.org-name { font-size: 11px; color: #444; font-weight: bold; margin: 0; }
.exam-name { font-size: 14px; color: #1a237e; font-weight: bold; margin: 3px 0; }

.photo-ring { width: 200px; height: 200px; margin: 12px auto; border: 6px solid #fff; border-radius: 50%; overflow: hidden; box-shadow: 0 6px 15px rgba(0,0,0,0.3); }
.photo-ring img { width: 100%; height: 100%; object-fit: cover; }

.val-name-big { font-size: 30px; color: #d84315; font-weight: 900; display: block; line-height: 1.2; margin-top: 5px; text-shadow: 1px 1px 0px #fff; }

.student-details { text-align: center; margin-top: 10px; }
.label-text { font-size: 14px; color: #333; font-weight: bold; margin: 6px 0; }
.val-rank { color: #d84315; font-size: 18px; font-weight: 900; }
.val-text { color: #000; font-weight: 700; border-bottom: 1.5px solid #d84315; padding: 0 4px; display: inline-block; min-width: 80px; }

.cert-footer { margin-top: 15px; display: flex; justify-content: center; align-items: center; gap: 10px; border-top: 2px solid rgba(216, 67, 21, 0.2); padding-top: 12px; }
.bouquet-icon { font-size: 35px; }
.congrats-text { font-size: 16px; font-weight: bold; color: #d84315; font-style: italic; }

.main-download-btn { width: 100%; padding: 15px; background: #2e7d32; color: white; border: none; border-radius: 30px; font-size: 16px; font-weight: bold; margin: 15px 0; cursor: pointer; box-shadow: 0 5px 15px rgba(46,125,50,0.4); }
