/* Servisni Nalozi Pro — Frontend CSS */
.sn-forma-wrap { max-width:720px; margin:0 auto; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.sn-forma-naslov { font-size:22px; color:#1e3a5f; margin-bottom:18px; border-bottom:3px solid #1e3a5f; padding-bottom:10px; }
.sn-alert { padding:11px 14px; border-radius:6px; margin-bottom:12px; font-size:13px; }
.sn-alert-error { background:#fff5f5; color:#c53030; border:1px solid #fed7d7; }
.sn-forma { background:#f8f9ff; padding:0; border-radius:10px; border:1px solid #e2e8f0; overflow:hidden; }
.sn-forma-section { padding:18px 22px; border-bottom:1px solid #edf2f7; }
.sn-forma-section:last-of-type { border-bottom:none; }
.sn-section-title { font-size:13px; font-weight:700; color:#4a5568; margin-bottom:14px; text-transform:uppercase; letter-spacing:.5px; }
.sn-forma-row { display:flex; gap:14px; margin-bottom:0; }
.sn-forma-row .sn-forma-field { flex:1; margin-bottom:12px; }
.sn-forma-field { margin-bottom:12px; }
.sn-forma-field label { display:block; font-size:13px; font-weight:600; color:#374151; margin-bottom:5px; }
.sn-forma-field input, .sn-forma-field select, .sn-forma-field textarea {
    width:100%; padding:9px 11px; border:1.5px solid #d1d5db; border-radius:6px; font-size:13px;
    font-family:inherit; background:#fff; transition:border-color .2s,box-shadow .2s; box-sizing:border-box;
}
.sn-forma-field input:focus, .sn-forma-field select:focus, .sn-forma-field textarea:focus {
    outline:none; border-color:#1e3a5f; box-shadow:0 0 0 3px rgba(30,58,95,.08);
}
.sn-forma-field textarea { resize:vertical; min-height:96px; }
.sn-req { color:#e53e3e; }
.sn-forma-btn {
    display:block; width:100%; padding:14px; background:#1e3a5f; color:#fff; border:none; border-radius:0 0 10px 10px;
    font-size:15px; font-weight:700; cursor:pointer; transition:background .2s; margin-top:0;
}
.sn-forma-btn:hover { background:#163059; }
.sn-success-box { text-align:center; padding:40px 20px; background:#f0fff4; border:2px solid #68d391; border-radius:12px; max-width:480px; margin:0 auto; }
.sn-success-icon { font-size:52px; margin-bottom:10px; }
.sn-success-box h3 { font-size:20px; color:#276749; margin-bottom:8px; }
.sn-success-box p { color:#555; font-size:14px; }
@media(max-width:580px) { .sn-forma-row { flex-direction:column; gap:0; } }
