body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 900px; margin: 20px auto; padding: 20px; background-color: #f0f2f5; }
        .form-container { background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
        .form-header { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 10px; }
        .form-logo { max-width: 220px; width: 100%; height: auto; }
        h1 { color: #1a2a3a; text-align: center; border-bottom: 3px solid #d4af37; padding-bottom: 15px; margin-bottom: 30px; }
        h2 { background: #f8f9fa; padding: 10px; border-left: 5px solid #2c3e50; font-size: 1.2em; margin-top: 30px; }
        h3 { color: #2c3e50; border-bottom: 1px solid #ddd; padding-bottom: 5px; }
        .hidden { display: none; }
        .field { margin-bottom: 18px; }
        label { display: block; font-weight: 600; margin-bottom: 5px; font-size: 0.95em; }
        input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], select, textarea {
            width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box;
        }
        input[type="file"] { background: #fdfdfd; padding: 10px; border: 1px dashed #aaa; width: 100%; cursor: pointer; }
        .required { color: #e74c3c; }
        .note { font-size: 0.85em; color: #666; font-style: italic; background: #fff3cd; padding: 10px; border-radius: 4px; margin-bottom: 20px; }
        button { background: #2c3e50; color: white; padding: 15px 30px; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; width: 100%; margin-top: 20px; transition: background 0.3s; }
        button:hover { background: #1a2a3a; }
        .file-section { background: #fafafa; padding: 15px; border-radius: 5px; border: 1px solid #eee; }
        .section-panel { background: #fff; padding: 20px 24px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); margin-top: 20px; }
        .status-message { margin: 16px 0 0; padding: 12px 14px; border-radius: 6px; font-size: 0.95em; }
        .status-success { background: #e7f6ee; border: 1px solid #b7e1c6; color: #1f6f3f; }
        .status-error { background: #fdecea; border: 1px solid #f5c2c0; color: #8a1f17; }
        .status-loading { background: #eef3ff; border: 1px solid #c7d6ff; color: #1e3a8a; display: flex; align-items: center; gap: 10px; }
        .status-spinner {
            width: 16px;
            height: 16px;
            border: 2px solid #c7d6ff;
            border-top-color: #1e3a8a;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
            flex: 0 0 auto;
        }
        @keyframes spin { to { transform: rotate(360deg); } }
    
        .modal { position: fixed; inset: 0; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; padding: 20px; z-index: 1000; }
        .modal.hidden { display: none; }
        .modal-content { background: #fff; width: 100%; max-width: 900px; max-height: 85vh; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.2); display: flex; flex-direction: column; overflow: hidden; }
        .modal-body { padding: 20px 24px; overflow: auto; font-size: 0.9em; line-height: 1.6; }
        .modal-body h3 { margin-top: 20px; }
        .modal-actions { display: flex; gap: 12px; justify-content: flex-end; padding: 16px 24px; border-top: 1px solid #eee; background: #fafafa; }
        .modal-actions button { width: auto; padding: 10px 18px; margin-top: 0; }
        .modal-accept { background: #2c3e50; }
        .modal-decline { background: #c0392b; }
        .inicial{
            list-style: none;
        }
