body { font-family: 'Cairo', sans-serif; background: #f8faff; margin: 0; padding: 0; }
.header { background: #fff; padding: 15px; display: flex; justify-content: space-between; border-bottom: 1px solid #eee; }
.logo-top { height: 35px; }
.container { padding: 20px; max-width: 450px; margin: auto; position: relative; }
.main-title { color: #1d2d5b; text-align: center; font-size: 20px; margin-bottom: 30px; }

.card, .card-modal { background: #fff; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin-bottom: 20px; border: 1px solid #edf2f7; }
.card-header { padding: 12px 20px; border-bottom: 1px solid #f1f1f1; color: #718096; font-weight: bold; }
.card-body { padding: 20px; }

.data-row { margin-bottom: 15px; display: flex; flex-direction: column; }
.data-row label { color: #a0aec0; font-size: 13px; }
.data-row span { font-weight: 600; color: #2d3748; margin-top: 4px; }

.badge { background: #edf2f7; padding: 4px 12px; border-radius: 6px; width: fit-content; }

.help-btn { 
    position: fixed; left: 20px; bottom: 40%; background: #1d2d5b; color: #fff; 
    width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; 
    justify-content: center; font-weight: bold; box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.btn-return { display: block; text-align: center; border: 1px solid #1d2d5b; color: #1d2d5b; padding: 10px; border-radius: 6px; text-decoration: none; margin-top: 15px; }
.btn-blue-solid { width: 100%; background: #1d2d5b; color: white; padding: 15px; border: none; border-radius: 8px; font-weight: bold; cursor: pointer; }

.footer { text-align: center; padding: 40px 20px; background: #fff; border-top: 1px solid #eee; margin-top: 50px; }
.footer-logo-main { height: 40px; margin-bottom: 20px; }
.footer-links span { margin: 0 10px; color: #718096; font-size: 13px; }
.footer-bottom-logos img { height: 35px; margin: 10px; }